Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| CHUNK_SIZE | No | Number of characters per chunk for document processing. | 1000 |
| CHUNK_OVERLAP | No | Overlap between chunks for document processing. | 200 |
| TOP_K_RESULTS | No | The number of results to return from the semantic search. | |
| OPENAI_API_KEY | No | OpenAI API key required if using OpenAI embeddings. | |
| EMBEDDING_MODEL | No | The embedding model to use (e.g., text-embedding-3-small for OpenAI, or local models). |
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 | |