ribbinpo / langchain-poc

for learning & poc langchain framework

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

LangChain POC

Overview

This repo is consist of the proof of concept and tutorial LangChain code.

Prerequisites

  • Python engine
  • API Keys (LangSmith, Tavily API, OpenAI) ** some experimental code needed **

API Key List

  • LangSmith: Link
  • Tavity (Community Tools): Link
  • OpenAI: Link

Get Started (Setup)

  1. create python environment
python3 -m venv env
  1. Activate python environment
source env/bin/activate # for macOS

for deactivate source deactivate

  1. Install dependencies
pip3 install -r requirement.txt

About

for learning & poc langchain framework


Languages

Language:Jupyter Notebook 96.7%Language:Python 3.3%