Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
EMBED_MODEL | No | The embedding model to use | text-embedding-3-large |
FINRAG_ROLE | No | The role for RBAC access control | EMPLOYEE |
OPENAI_MODEL | No | The OpenAI model to use | gpt-4o-mini |
OPENAI_API_KEY | Yes | Your OpenAI API key | |
QDRANT_LOCAL_PATH | No | The local path for Qdrant vector database | .qdrant_local |
QDRANT_COLLECTION_PREFIX | No | The prefix for Qdrant collections | finrag |
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 |