Skip to content

Commit 40d65b8

Browse files
committed
Update docstring
1 parent fba21f4 commit 40d65b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

autogen/retrieve_utils.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -340,7 +340,7 @@ def query_vector_db(
340340
client (Optional, API): the chromadb compatible client. Default is None, a chromadb client will be used.
341341
db_path (Optional, str): the path to the vector db. Default is "/tmp/chromadb.db".
342342
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 "".
344344
embedding_model (Optional, str): the embedding model to use. Default is "all-MiniLM-L6-v2". Will be ignored if
345345
embedding_function is not None.
346346
embedding_function (Optional, Callable): the embedding function to use. Default is None, SentenceTransformer with

0 commit comments

Comments
 (0)