rag 0.1.0

A Rust library and CLI for Retrieval-Augmented Generation
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
  "mcpServers": {
    "rag": {
      "command": "cargo",
      "args": [
        "run",
        "--bin",
        "rag-mcp-server",
        "--manifest-path",
        "/Users/yingkitw/Desktop/myproject/rag/Cargo.toml"
      ],
      "env": {
        "OPENAI_API_KEY": "your-openai-api-key-here"
      }
    }
  }
}