Skip to content

kabingusam/chat-langchain

 
 

Repository files navigation

✅ Running locally

  1. Install dependencies: pip install -r requirements.txt

  2. Run ingest.py to ingest the content from the links into the vectorstore (only needs to be done once).

  3. Run the app: make start

  4. Open localhost:9000 in your browser.

setting up the Openai key

  • Run this in your terminal

    export OPENAI_API_KEY=<your_api_key>

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 79.8%
  • JavaScript 8.6%
  • HTML 6.0%
  • CSS 3.1%
  • Shell 2.2%
  • Makefile 0.3%