Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| API_BIND | No | API server bind address | 127.0.0.1 |
| API_PORT | No | Web API server port | 5174 |
| MODEL_ID | No | Hugging Face model for embeddings | Xenova/all-MiniLM-L6-v2 |
| NODE_ENV | No | Environment mode | development |
| WATCH_DIR | No | Directory to watch for file changes | |
| CHUNK_SIZE | No | Target chunk size in characters | 1000 |
| SQLITE_PATH | No | Path to SQLite database file | ./data/index.db |
| DEBUG_DOTENV | No | Enable dotenv debug output | false |
| CHUNK_OVERLAP | No | Overlap between chunks in characters | 120 |
| VERBOSE_LOGGING | No | Enable detailed logs | false |
Schema
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |