Skip to content

A desktop playground for trying out the LangChain JS project

License

Notifications You must be signed in to change notification settings

brysonreece/langchain

Repository files navigation

langchain

This project is a playground and test environment to try out the LangChain framework for building LLM-driven applications. Under the hood this project also uses Electron, React, React Router, Webpack and React Fast Refresh.

Install

Clone the repo and install the necessary dependencies:

git clone https://github.com/brysonreece/langchain.git
cd langchain
npm install

Starting the Development Server

To start the dev server and try out the application, run the following command:

npm start

Packaging for Production

To package apps for the local platform, you can use the following command:

npm run package

License

MIT © Bryson Reece

About

A desktop playground for trying out the LangChain JS project

Resources

License

Code of conduct

Stars

Watchers

Forks