Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| CHUNK_SIZE | No | Document chunk size | 1000 |
| MODEL_NAME | No | GPT model name | gpt-3.5-turbo |
| CHUNK_OVERLAP | No | Chunk overlap size | 200 |
| OPENAI_API_KEY | Yes | OpenAI API key (required) | |
| EMBEDDING_MODEL | No | Embedding model name | text-embedding-ada-002 |
| MAX_RETRIEVED_DOCS | No | Maximum number of retrieved documents | 3 |
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 | |