Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| API_HOST | No | Host address where the API should be served | 0.0.0.0 |
| API_PORT | No | Port on which the API should be served | 8000 |
| LOG_LEVEL | No | Logging level for the application (e.g., DEBUG, INFO) | DEBUG |
| NEO4J_URI | Yes | URI for connecting to the Neo4j database instance | |
| NEO4J_PASSWORD | Yes | Password for authenticating with the Neo4j database | |
| NEO4J_USERNAME | Yes | Username for authenticating with the Neo4j database |
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 | |