rag-mcp-agent / mcp-config-example.json
Dave1233's picture
Deploy RAG-MCP agent to Hugging Face Space
40f2bff
raw
history blame contribute delete
463 Bytes
{
"mcpServers": {
"rag-mcp-qdrant": {
"command": "uvx",
"args": [
"--from",
"/home/hpc/Application/Rag-MCP",
"rag-mcp-qdrant"
],
"env": {
"MODEL_NAME": "jinaai/jina-embeddings-v2-base-code",
"MODEL_DEVICE": "cpu",
"QDRANT_HOST": "localhost",
"QDRANT_PORT": "6333",
"QDRANT_HTTPS": "false",
"CHUNK_SIZE": "500",
"CHUNK_OVERLAP": "50"
}
}
}
}