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.
Clone the repo and install the necessary dependencies:
git clone https://github.com/brysonreece/langchain.git
cd langchain
npm install
To start the dev server and try out the application, run the following command:
npm start
To package apps for the local platform, you can use the following command:
npm run package
MIT © Bryson Reece