Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
PGHOST | No | PostgreSQL host | |
PGPORT | No | PostgreSQL port | |
PGUSER | No | PostgreSQL user | |
PGDATABASE | No | PostgreSQL database name | |
PGPASSWORD | No | PostgreSQL password | |
OPENAI_MODEL | No | OpenAI model name (fallback option) | |
OPENAI_API_KEY | No | OpenAI API key (fallback option) | |
OPENAI_EMBED_MODEL | No | OpenAI embedding model name | |
AZURE_OPENAI_API_KEY | No | Azure OpenAI API key | |
AZURE_OPENAI_ENDPOINT | No | Azure OpenAI endpoint URL | |
AZURE_OPENAI_DEPLOYMENT_NAME | No | Azure OpenAI deployment name |
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 |