/langchain-custom-data

Simple test for trying langchain with custom documents

Primary LanguageHTML

Simple example on how to create a way to chat about custom data

Tools

How to run it

  1. Copy the .env-sample to .env and fill in all variables
  2. Create python environment conda create -n ${PWD##*/} python=3.10
  3. Check that the chromedriver_py version in the "requirements.txt" file is the same as your Chrome browser version. If not, update the version inside the requirements.txt file.
  4. Install dependencies pip install -r requirements
  5. Run example python main.py