rag-retrieval / cli
typesense
Capability: typesense
Use it when
- typo-tolerant search engine for product catalogs
- self-host fast search alternative to Algolia
What it solves
Not the fit when
- LLM generation
Install
docker run -p 8108:8108 typesense/typesense # or binary
Invoke
Index docs; hybrid keyword + vector search when pure embeddings miss exact terms.
Alternatives
No reviewed alternatives recorded yet.