MerchantryTidbits

rag-retrieval / library

txtai

Capability: txtai

Use it when

  • add semantic search to a Python dataset with a small API
  • combine embeddings, SQL filters, and workflow tasks locally

What it solves

Not the fit when

  • large distributed indexes need a different operational profile

Install

pip install txtai

Invoke

Create `Embeddings`, call `index` with records, then use `search` or compose a txtai workflow.

Alternatives

No reviewed alternatives recorded yet.