Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| ICKY_DB_PATH | No | Path to SQLite database | ./icky.db |
| ICKY_CHUNK_SIZE | No | Tokens per chunk | 4000 |
| ICKY_CHUNK_OVERLAP | No | Overlap between chunks | 500 |
| ICKY_EMBEDDING_MODEL | No | Embedding model | nomic-ai/nomic-embed-text-v1.5 |
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 | |