Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
QDRANT_URL | No | URL of the Qdrant vector database | http://localhost:6333 |
CONFIG_PATH | Yes | Path to your FEGIS configuration YAML file | |
QDRANT_API_KEY | No | API key for Qdrant if required | |
COLLECTION_NAME | No | Name of the collection in Qdrant | fegis |
FAST_EMBED_MODEL | No | Embedding model to use | nomic-ai/nomic-embed-text-v1.5 |
QDRANT_GRPC_PORT | No | gRPC port for Qdrant | 6334 |
QDRANT_PREFER_GRPC | No | Whether to prefer gRPC for Qdrant communication | true |
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 |