Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| CHUNK_SIZE | No | Chunk size for text splitting | 1000 |
| CHUNK_OVERLAP | No | Overlap size for chunks | 200 |
| OPENAI_API_KEY | Yes | OpenAI API key (required) | |
| VECTOR_STORE_TYPE | No | Type of vector store to use ("hnswlib", "chroma", "pinecone", "milvus", "weaviate") | hnswlib |
| KNOWLEDGE_BASE_PATH | Yes | Path to the knowledge base (required) | |
| VECTOR_STORE_CONFIG | No | Vector store configuration (JSON string) | {} |
| SIMILARITY_THRESHOLD | No | Similarity score threshold for search (0-1) | 0.7 |
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 | |