Embedchain
Embedchain is a RAG framework to create data pipelines. It loads, indexes, retrieves and syncs all the data.
It is available as an open source package and as a hosted platform solution.
Installation and Setup
Install the package using pip:
pip install embedchain
Retriever
See a usage example.
from langchain_community.retrievers import EmbedchainRetriever
API Reference:EmbedchainRetriever