Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| TOP_K | No | Search results to return | 8 |
| NEO4J_URI | No | Bolt URI | bolt://127.0.0.1:7687 |
| NEO4J_PASS | No | Neo4j password | password |
| NEO4J_USER | No | Neo4j username | neo4j |
| QDRANT_URL | No | Qdrant HTTP endpoint | http://127.0.0.1:6333 |
| DENSE_MODEL | No | SentenceTransformer model | sentence-transformers/all-MiniLM-L6-v2 |
| SPARSE_MODEL | No | Sparse model | bge-m3 |
| INJ_MAX_TOKENS | No | Max tokens to inject | 2000 |
| SPARSE_ENABLED | No | Enable sparse lane | true |
| SPARSE_HASH_DIM | No | Hashing fallback dim | 32768 |
| QDRANT_COLLECTION | No | Collection name | fieldnote_memory |
| INJ_SCORE_THRESHOLD | No | Minimum similarity to include | 0.75 |
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 | |