Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
DB_PATH | No | Custom path for the database | |
LOGGING_LEVEL | No | Sets the detail level for logs (DEBUG, INFO, WARNING, ERROR) | INFO |
OPENAI_API_KEY | Yes | Your OpenAI API key for embeddings and other functionality | |
EMBEDDING_MODEL | No | OpenAI model used for embeddings | text-embedding-3-small |
SIMILARITY_TOP_K | No | Default number of results for similarity search | 5 |
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 |