The no-code interface for creating and hosting LangChain LLM Agents, Chatbots and more.
LangChain UI enables anyone to create and host LLM Agents and Chatbots using a no-code type of inteface.
Features:
👉 Create, configure and save Prompt templates, Document loaders and Indexes
👉 Create custom Agents, Chains and Chatbot apps
👉 Dedicated API endpoint for each app
👉 Store your data in the cloud or locally
👉 Monthly usage quotas
👉 User authentication
... and more
LangChain UI utilizes NextJS 13 appDir
. Read more about it here
-
Clone the repo into a public GitHub repository (or fork https://github.com/homanp/langchain-ui/fork). If you plan to distribute the code, keep the source code public.
git clone https://github.com/homanp/langchain-ui.git
-
Go to the project folder
cd langchain-ui
-
Install packages with npm
npm install
-
Set up your .env file
- Duplicate
.env.example
to.env
- Duplicate
-
Run the project
npm run dev
-
Run the linter
npm run lint
-
Build the project
npm run build
Our mission is to make it easy for anyone to create and run LLM apps in the cloud. We are super happy for any contributions you would like to make. Create new features, fix bugs or improve on infra.
You can read more on how to contribute here.