Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
NEO4J_URI | No | URI for the Neo4j database | bolt://localhost:7687 |
MODEL_NAME | No | Optional model name to use for LLM inference | |
NEO4J_USER | No | Neo4j username | neo4j |
NEO4J_PASSWORD | No | Neo4j password | demodemo |
OPENAI_API_KEY | Yes | OpenAI API key (required for LLM operations) | |
OPENAI_BASE_URL | No | Optional base URL for OpenAI API | |
AZURE_OPENAI_ENDPOINT | No | Optional Azure OpenAI endpoint URL | |
AZURE_OPENAI_API_VERSION | No | Optional Azure OpenAI API version | |
AZURE_OPENAI_DEPLOYMENT_NAME | No | Optional Azure OpenAI deployment name | |
AZURE_OPENAI_USE_MANAGED_IDENTITY | No | Optional use Azure Managed Identities for authentication | |
AZURE_OPENAI_EMBEDDING_API_VERSION | No | Optional Azure OpenAI API version | |
AZURE_OPENAI_EMBEDDING_DEPLOYMENT_NAME | No | Optional Azure OpenAI embedding deployment name |
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 |