Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| KNOWLEDGEGRAPH_PROJECT | No | Project identifier for data isolation | knowledgegraph_default_project |
| KNOWLEDGEGRAPH_SQLITE_PATH | No | Custom SQLite database path (optional) | |
| KNOWLEDGEGRAPH_STORAGE_TYPE | No | Database type (sqlite or postgresql) | sqlite |
| KNOWLEDGEGRAPH_CONNECTION_STRING | No | Database connection string | |
| KNOWLEDGEGRAPH_SEARCH_BATCH_SIZE | No | Batch size for processing large query arrays (max: 50) | 10 |
| KNOWLEDGEGRAPH_SEARCH_MAX_RESULTS | No | Maximum number of results to return from database searches (max: 1000) | 100 |
| KNOWLEDGEGRAPH_SEARCH_CLIENT_CHUNK_SIZE | No | Chunk size for processing large datasets in client-side search (max: 10000) | 1000 |
| KNOWLEDGEGRAPH_SEARCH_MAX_CLIENT_ENTITIES | No | Maximum number of entities to load for client-side search (max: 100000) | 10000 |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |