Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| MODEL_NAME | No | Embedding model | all-MiniLM-L6-v2 |
| SQLITE_PATH | No | SQLite database location | ./data/statements.db |
| LANCEDB_PATH | No | Vector database location | ./data/lancedb |
| PDF_ARCHIVE_PATH | No | Original PDF storage | ./data/pdfs |
| JSON_ARCHIVE_PATH | No | Parsed JSON storage | ./data/json |
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 | |