Skip to content

Commit 7a5cfc9

Browse files
committed
fix: revert removal of local path
1 parent 06991ff commit 7a5cfc9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/mcp_server_qdrant/qdrant.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ class QdrantConnector:
3131
:param collection_name: The name of the default collection to use. If not provided, each tool will require
3232
the collection name to be provided.
3333
:param embedding_provider: The embedding provider to use.
34+
:param qdrant_local_path: The path to the storage directory for the Qdrant client, if local mode is used.
3435
"""
3536

3637
def __init__(

0 commit comments

Comments
 (0)