klea-rag-serve

Run the Klea RAG API server.

                                                                      
 Usage: klea-rag-serve [OPTIONS]                                      
                                                                      
 Run the API server.                                                  
                                                                      
╭─ Options ──────────────────────────────────────────────────────────╮
│ --host                      TEXT     [default: 127.0.0.1]          │
│ --port                      INTEGER  [default: 8005]               │
│ --dev                                Enable auto-reload (like      │
│                                      fastapi dev)                  │
│ --install-completion                 Install completion for the    │
│                                      current shell.                │
│ --show-completion                    Show completion for the       │
│                                      current shell, to copy it or  │
│                                      customize the installation.   │
│ --help                               Show this message and exit.   │
╰────────────────────────────────────────────────────────────────────╯

Environment variables

KLEA_RAG_ENV_FILE

Path to environment file (default: rag.env).