Ahnlich CLI — AI commands
Run queries against AI stores from the CLI. Unlike DB stores, you send raw
text, images, or audio and the proxy embeds them for you. Connect first with
--agent ai:
ahnlich-cli ahnlich --agent ai --host 127.0.0.1 --port 1370Example workflow
- Create a store with query/index models and predicates.
- Insert raw text, images, or audio — embeddings are generated automatically.
- Query by similarity or predicate.
- Manage indexes for faster searches.
- Drop stores or keys when they're no longer needed.
Commands
Server & stores — Ping · Server info · List stores · Create a store · Drop a store · Drop a schema
Data — Insert data · Upsert · Query by similarity · Query by predicate · Delete a key
Indexes — Create predicate index · Drop predicate index · Create non-linear index · Drop non-linear index