Create a RAG pipeline object on Embedchain. This is the main entrypoint for a developer to interact with Embedchain APIs. A pipeline configures the llm, vector database, embedding model, and retrieval strategy of your choice.Documentation Index
Fetch the complete documentation index at: https://embedchain-docs-example-slack-ai.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Attributes
Pipeline ID
Name of the pipeline
Configuration of the pipeline
Configured LLM for the RAG pipeline
Configured vector database for the RAG pipeline
Configured embedding model for the RAG pipeline
Chunker configuration
Client object (used to deploy a pipeline to Embedchain platform)
Logger object
Usage
You can create an embedchain pipeline instance using the following methods:Default setting
Code Example
Python Dict
Code Example