Skip to content

drygnet/langchain-ui

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🧬 LangChain UI

The no-code open source chat-ai toolkit built on top of LangChain.

GitHub Contributors GitHub Last Commit GitHub Issues GitHub Pull Requests Github License

About the project

LangChain UI enables anyone to create and host chatbots using a no-code type of inteface.

Features:

👉 Create custom chatGPT like Chatbot.

👉 Give context to the chatbot using external datasources, chatGPT plugins and prompts.

👉 Dedicated API endpoint for each Chatbot.

👉 Bring your own DB

👉 Bring your own Auth provider (defaults to Github)

👉 Usage quoutas

👉 Embed Chatbots to any site or application

👉 Chatbot themes

... and more

Roadmap

  • Bring your own db
  • Bring your own Auth provider
  • Chatbots
  • Prompt templates
  • API endpoints to chatbot
  • External datasources
  • chatGPT plugins
  • Chatbots themes
  • Chatbot embedding

Stack

LangChain UI utilizes NextJS 13 appDir. Read more about it here

Getting started

  1. 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
  2. Go to the project folder

    cd langchain-ui
  3. Install packages with npm

    npm install
  4. Set up your .env file

    • Duplicate .env.example to .env
  5. Run the project

    npm run dev
  6. Run the linter

    npm run lint
  7. Build the project

    npm run build

Contributions

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.

About

🧬 The open source chat-ai toolkit

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%