Skip to content
Snippets Groups Projects
Select Git revision
  • main default protected
1 result

langchain

  • Clone with SSH
  • Clone with HTTPS
  • Prerequisits

    Install

    python3 -m venv .venv
    source .venv/bin/activate
    pip install -r requirements.txt
    cp ./secret_key.py.template ./secret_key.py

    Configure

    populate the secret_key.py file with proper information

    Start

    Each segment of the file main.py represents a step. Each step is meant to run independently. So you uncomment a single segment, and run python3 basics.py

    Sources