Documentation Index
Fetch the complete documentation index at: https://docs.moorcheh.ai/llms.txt
Use this file to discover all available pages before exploring further.
Store limit
Each moorcheh-edge store supports up to 10,000 vectors.| Field | Value |
|---|---|
max_items | 10000 |
vector_dimension | 1024 |
Vector requirements
- Upload and search vectors must be exactly 1024 floats
- All values must be finite (no
NaNorInfinity) - Plain text queries are not supported
Multiple stores (namespaces)
Each data directory is a separate store with its own 10k cap. Advanced users can mount different Docker volumes for different stores. The default CLI uses one store at~/.moorcheh-edge/data.
Free vs paid Moorcheh
Moorcheh Edge (free) is for:- Development and experimentation
- Small on-device deployments
- Offline vector search
- Unified indexes above 10k
- Cloud or enterprise self-hosted options
- Platform features beyond a single local store