Skip to content

Commit a4c698b

Browse files
authored
Updated Local Qdrant configuration
1 parent 718fb3b commit a4c698b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ For local Qdrant mode:
133133
"command": "uvx",
134134
"args": ["mcp-server-qdrant"],
135135
"env": {
136-
"QDRANT_LOCAL_PATH": "/path/to/qdrant/database",
136+
"QDRANT_URL": "/path/to/qdrant/database",
137137
"COLLECTION_NAME": "your-collection-name",
138138
"EMBEDDING_MODEL": "sentence-transformers/all-MiniLM-L6-v2"
139139
}

0 commit comments

Comments
 (0)