Documentation Index
Fetch the complete documentation index at: https://ahvn.top/llms.txt
Use this file to discover all available pages before exploring further.
Pick the right backend for each field — change your mind without rewriting queries.
1. Available backends
| Backend type | Key | Notes |
|---|---|---|
| SQLite | sqlite | Default; zero-config local storage |
| PostgreSQL | postgres | Production relational backend |
| In-memory | inmem | Fast temporary storage; no persistence |
| Milvus | milvus | Vector search (optional dependency) |
| pgvector | pgvector | PostgreSQL vector extension |

