kabingusam / chat-langchain

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

✅ 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


Languages

Language:Python 79.7%Language:JavaScript 8.6%Language:HTML 6.0%Language:CSS 3.1%Language:Shell 2.2%Language:Makefile 0.3%