Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| OLLAMA_BASE_URL | No | Ollama server (fallback embeddings). Important: Update this to point to your own Ollama instance if you're using the Ollama fallback. | http://192.168.2.175:11434 |
| NOTEBOOK_CHUNK_SIZE | No | Characters per chunk | 2000 |
| NOTEBOOK_LIBRARY_PATH | No | Where notebook folders live | data/notebooks |
| NOTEBOOK_CHROMADB_PATH | No | Vector database storage | data/notebook_chromadb |
| NOTEBOOK_CHUNK_OVERLAP | No | Overlap between chunks | 200 |
| OLLAMA_EMBEDDING_MODEL | No | Ollama model name | nomic-embed-text |
Capabilities
Server capabilities have not been inspected yet.
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 | |