File tree 1 file changed +1
-1
lines changed
1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -340,7 +340,7 @@ def query_vector_db(
340
340
client (Optional, API): the chromadb compatible client. Default is None, a chromadb client will be used.
341
341
db_path (Optional, str): the path to the vector db. Default is "/tmp/chromadb.db".
342
342
collection_name (Optional, str): the name of the collection. Default is "all-my-documents".
343
- search_string (Optional, str): the search string. Only docs containing this string will be retrieved. Default is "".
343
+ search_string (Optional, str): the search string. Only docs that contain an exact match of this string will be retrieved. Default is "".
344
344
embedding_model (Optional, str): the embedding model to use. Default is "all-MiniLM-L6-v2". Will be ignored if
345
345
embedding_function is not None.
346
346
embedding_function (Optional, Callable): the embedding function to use. Default is None, SentenceTransformer with
You can’t perform that action at this time.
0 commit comments