Get started with full-stack RAG applications using Embedchainโs easy-to-use CLI tool. Set up everything with just a few commands, whether you prefer Docker or not.
Choose your setup method:
Ensure these are installed:
Install Docker from Dockerโs official website.
Before proceeding, make sure you have the Embedchain package installed.
For the purpose of the demo, you have to set OPENAI_API_KEY
to start with but you can choose any llm by changing the configuration easily.
Open http://localhost:3000 to view the chat UI.
Check out the Embedchain admin panel to see the document chunks for your RAG application.
If you want to access the API server, you can do so at http://localhost:8000/docs.
You can customize the UI and code as per your requirements.
Get started with full-stack RAG applications using Embedchainโs easy-to-use CLI tool. Set up everything with just a few commands, whether you prefer Docker or not.
Choose your setup method:
Ensure these are installed:
Install Docker from Dockerโs official website.
Before proceeding, make sure you have the Embedchain package installed.
For the purpose of the demo, you have to set OPENAI_API_KEY
to start with but you can choose any llm by changing the configuration easily.
Open http://localhost:3000 to view the chat UI.
Check out the Embedchain admin panel to see the document chunks for your RAG application.
If you want to access the API server, you can do so at http://localhost:8000/docs.
You can customize the UI and code as per your requirements.