Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| CHUNK_SIZE | No | Target characters per chunk | 300 |
| DATABASE_URL | No | Postgres connection string (e.g., postgresql+asyncpg://...) | postgresql+asyncpg://... |
| CHUNK_OVERLAP | No | Overlap between chunks | 40 |
| EMBEDDING_MODEL | No | Ollama embedding model | nomic-embed-text |
| OLLAMA_BASE_URL | No | Ollama API URL | http://127.0.0.1:11434 |
| EMBEDDING_PROVIDER | No | ollama (local-first default) or openai | ollama |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |