Embedchain home page
โจ Search embedchain docs...
โK
Ask AI
GitHub
Join our slack
Join our slack
Search...
Navigation
Get Started
๐ป Full stack
Documentation
Examples
API Reference
Talk to founders
Get Started
โก Quickstart
๐ Introduction
โ FAQs
๐ป Full stack
๐ Integrations
Use cases
๐งฑ Introduction
๐ค Chatbots
โ Question Answering
๐ Semantic Search
Components
๐งฉ Introduction
Data sources
๐ค Large language models (LLMs)
๐๏ธ Vector databases
๐งฉ Embedding models
Deployment
Overview
Fly.io
Modal.com
Render.com
Streamlit.io
Gradio.app
Huggingface.co
Embedchain.ai
Community
๐ค Connect with Us
Contributing
๐ Guidelines
๐จโ๐ป Development
๐ Documentation
๐ Python
๐จ Javascript
Product
๐ Release Notes
On this page
Prerequisites
Without Docker
With Docker
Quick Start Guide
Setting Up
Installation Commands
What Happens Next?
See It In Action
Admin Panel
Get Started
๐ป Full stack
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.
โ
Prerequisites
Choose your setup method:
โ
Without Docker
Ensure these are installed:
Embedchain python package (
pip install embedchain
)
Node.js
and
Yarn
โ
With Docker
Install Docker from
Dockerโs official website
.
โ
Quick Start Guide
โ
Setting Up
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.
โ
Installation Commands
without docker
with docker
Copy
Ask AI
ec
create-app
my-app
cd
my-app
ec
start
โ
What Happens Next?
Embedchain fetches a full stack template (FastAPI backend, Next.JS frontend).
Installs required components.
Launches both frontend and backend servers.
โ
See It In Action
Open
http://localhost:3000
to view the chat UI.
โ
Admin Panel
Check out the Embedchain admin panel to see the document chunks for your RAG application.
Was this page helpful?
Yes
No
Suggest edits
Raise issue
โ FAQs
๐ ๏ธ LangSmith
Assistant
Responses are generated using AI and may contain mistakes.