mirror of
https://github.com/coleam00/Archon.git
synced 2026-01-05 06:08:42 -05:00
The New Archon (Beta) - The Operating System for AI Coding Assistants!
This commit is contained in:
12
original_archon/agent-resources/mcps/qdrant.json
Normal file
12
original_archon/agent-resources/mcps/qdrant.json
Normal file
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"qdrant": {
|
||||
"command": "uvx",
|
||||
"args": ["mcp-server-qdrant"],
|
||||
"env": {
|
||||
"QDRANT_URL": "https://xyz-example.eu-central.aws.cloud.qdrant.io:6333",
|
||||
"QDRANT_API_KEY": "your_api_key",
|
||||
"COLLECTION_NAME": "your-collection-name",
|
||||
"EMBEDDING_MODEL": "sentence-transformers/all-MiniLM-L6-v2"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user