API Reference
App
Create a RAG app object on Embedchain. This is the main entrypoint for a developer to interact with Embedchain APIs. An app configures the llm, vector database, embedding model, and retrieval strategy of your choice.
Attributes
App ID
Name of the app
Configuration of the app
Configured LLM for the RAG app
Configured vector database for the RAG app
Configured embedding model for the RAG app
Chunker configuration
Client object (used to deploy an app to Embedchain platform)
Logger object
Usage
You can create an app instance using the following methods:
Default setting
Code Example
Python Dict
Code Example
YAML Config
JSON Config
Was this page helpful?