mirror of
https://github.com/typesense/typesense.git
synced 2025-05-20 21:52:23 +08:00
Fix voice query model path for the test (#1540)
This commit is contained in:
parent
ea29b3bea1
commit
48df1e70e8
@ -3791,6 +3791,8 @@ TEST_F(CollectionVectorTest, TestVoiceQuery) {
|
||||
}
|
||||
})"_json;
|
||||
|
||||
EmbedderManager::set_model_dir("/tmp/typesense_test/models");
|
||||
|
||||
auto collection_create_op = collectionManager.create_collection(schema_json);
|
||||
ASSERT_TRUE(collection_create_op.ok());
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user