Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| OLLAMA_HOST | No | Ollama host URL | http://localhost:11434 |
| POSTGRES_DB | No | Database name (defaults to [engine]_embeddings) | |
| GOOGLE_MODEL | No | Google embedding model | models/gemini-embedding-001 |
| OLLAMA_MODEL | No | Ollama embedding model | mxbai-embed-large |
| POSTGRES_HOST | No | PostgreSQL host | localhost |
| POSTGRES_PORT | No | PostgreSQL port | 5432 |
| POSTGRES_USER | No | PostgreSQL username | postgres |
| DISABLED_TOOLS | No | Comma-separated list of tools to disable | |
| GOOGLE_API_KEY | No | Google Gemini API key (required if using Google engine) | |
| POSTGRES_PASSWORD | Yes | PostgreSQL password | |
| RATE_LIMIT_REQUESTS_PER_DAY | No | Max API requests per day | 1000 |
| RATE_LIMIT_REQUESTS_PER_MINUTE | No | Max API requests per minute | 100 |
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 | |