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.
What is Moorcheh Edge?
Moorcheh Edge runs locally on your machine for fast vector upload and similarity search. You provide 1024-dimensional embedding vectors; the server binarizes them and searches on-device without cloud calls.| PyPI package | moorcheh-edge |
| CLI | moorcheh-edge |
| Python import | from moorcheh_edge import MoorchehEdge |
| Server image | moorcheh/moorcheh-edge:latest (Docker Hub) |
| Default API | http://localhost:8080 |
| Data on disk | ~/.moorcheh-edge/data |
Edge has no API keys. Start the server with
moorcheh-edge up, then call the API on localhost.What you can do
- Upload or replace vectors by id
- Search with a 1024-float query vector
- Delete vectors by id
- Check store health and quota via
/health
Prerequisites
- Python 3.10+
- Docker (Desktop or Engine)
Install and run
Documentation
| Section | Use when |
|---|---|
| Quickstart | First run end-to-end |
| Limits | Free tier and 10k store cap |
| API reference | HTTP integration |
| Python client | Apps with MoorchehEdge |
| CLI | Local ops with moorcheh-edge |
Data persistence
Vectors are stored under:moorcheh-edge down stops the container but does not delete this folder.