We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06991ff commit 7a5cfc9Copy full SHA for 7a5cfc9
src/mcp_server_qdrant/qdrant.py
@@ -31,6 +31,7 @@ class QdrantConnector:
31
:param collection_name: The name of the default collection to use. If not provided, each tool will require
32
the collection name to be provided.
33
: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.
35
"""
36
37
def __init__(
0 commit comments