AI command reference
Ahnlich AI is the proxy that turns raw input — text, images, or audio — into
embeddings and manages them in vector stores backed by
Ahnlich DB. Every command it understands is listed
below, one page each. The bundled model is all-minilm-l6-v2 (text).
For full, runnable SDK examples, each page links to its matching Stores operation — pick the AI proxy tab.
Server & system
Store management
- LISTSTORES · GETSTORE · CREATESTORE · DROPSTORE · DROPSCHEMA
Data operations
Query & retrieval
Index management
- CREATEPREDICATEINDEX · DROPPREDICATEINDEX · CREATENONLINEARALGORITHMINDEX · DROPNONLINEARALGORITHMINDEX
Reference
How Ahnlich AI differs from Ahnlich DB: you send text, images, or audio, not vectors — the proxy embeds them with the store's models. The commands otherwise mirror Ahnlich DB.