Attributes
str
App ID
str
Name of the app
BaseConfig
Configuration of the app
BaseLlm
Configured LLM for the RAG app
BaseVectorDB
Configured vector database for the RAG app
BaseEmbedder
Configured embedding model for the RAG app
ChunkerConfig
Chunker configuration
Client
Client object (used to deploy an app to Embedchain platform)
logging.Logger
Logger object
Usage
You can create an app instance using the following methods:Default setting
Code Example
Python Dict
Code Example