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.
安装与设置
使用 pip 安装该包:
pip install embedchain
检索器
查看一个 使用示例。
from langchain_community.retrievers import EmbedchainRetriever
API 参考:EmbedchainRetriever