Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| FAST_STARTUP | No | Set to 'true' to use a smaller model for faster startup | false |
| QUANTIZATION | No | Enable/disable quantization | true |
| EMBEDDING_MODEL | No | Change the embedding model (default: 'jinaai/jina-embeddings-v2-base-code' or project-specific model) | jinaai/jina-embeddings-v2-base-code |
| IGNORE_PATTERNS | No | Comma-separated list of files/dirs to ignore | |
| BINARY_EMBEDDINGS | No | Enable/disable binary embeddings | 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 | |