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.This notebook shows how to use a retriever that uses
Embedchain
.
embedchain
package.
You can install the package by running
EmbedchainRetriever
has a static .create()
factory method that takes the following arguments:
yaml_path: string
optional — Path to the YAML configuration file. If not provided, a default configuration is used. You can browse the docs to explore various customization options.