File size: 463 Bytes
40f2bff
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
  "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"
      }
    }
  }
}