rag-retrieval / library
Embedchain
Capability: Embedchain
Use it when
- prototype document ingestion and question answering with minimal glue
- test a small RAG workflow before choosing every component
What it solves
Not the fit when
- advanced retrieval still needs explicit evaluation and tuning
Install
pip install embedchain
Invoke
Create an `App`, call `app.add(source)` for each document or URL, then call `app.query(question)`.
Alternatives
No reviewed alternatives recorded yet.