Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| TOP_K | No | Default number of results | 50 |
| AZURE_OPENAI_API_KEY | Yes | Azure OpenAI API key | |
| AZURE_OPENAI_ENDPOINT | Yes | Azure OpenAI endpoint URL | |
| AZURE_OPENAI_API_VERSION | No | API version | 2024-12-01-preview |
| CHROMA_PERSIST_DIRECTORY | No | ChromaDB storage path | ./chroma_db |
| AZURE_OPENAI_DEPLOYMENT_NAME | No | Chat model deployment | gpt-4o-mini |
| AZURE_OPENAI_EMBEDDING_DEPLOYMENT | No | Embedding model deployment | text-embedding-ada-002 |
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 | |