Embedchain
Embedchain 是一個 RAG 框架,用於建立資料管線。它可以載入、索引、檢索和同步所有資料。
安裝與設定
使用 pip 安裝套件
pip install embedchain
檢索器
請參閱使用範例。
from langchain_community.retrievers import EmbedchainRetriever
API 參考:EmbedchainRetriever
Embedchain 是一個 RAG 框架,用於建立資料管線。它可以載入、索引、檢索和同步所有資料。
使用 pip 安裝套件
pip install embedchain
請參閱使用範例。
from langchain_community.retrievers import EmbedchainRetriever