Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
FAISS_INDEX_PATH | No | The path to the FAISS index. | $HOME/knowledge_bases/.faiss |
HUGGINGFACE_API_KEY | Yes | API key for the Hugging Face Inference API, which is used to generate embeddings for the knowledge base content. | |
HUGGINGFACE_MODEL_NAME | No | The Hugging Face model to use for generating embeddings. | sentence-transformers/all-MiniLM-L6-v2 |
KNOWLEDGE_BASES_ROOT_DIR | No | The directory where the knowledge base subdirectories are located. | $HOME/knowledge_bases |
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 |