Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.langchain.com/llms.txt

Use this file to discover all available pages before exploring further.

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