Skip to content

Easy set up template with examples to play around with Langchain

License

Notifications You must be signed in to change notification settings

ruankie/langchain-play

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GitHub Repo stars

🦜🔗👾 langchain-play

This repo can be used as a template to easily set up LangChain. LangChain is a framework for developing applications powered by language models.

You can find some examples here for getting up to speed with the basics of LangChain.

🏗️ Under construction. More coming soon...

Prerequisites

  1. 🐍 You will need a working install of conda.
  2. 🔑 You will need an API key from OpenAI. You can create one for free here.

Usage

  1. Set up your API keys in a file called .env (see .env.example for an example)
  2. Set up and activate conda environment
    conda env create -f conda.yml
    conda activate langchain
  3. Check out the examples:
    • Notebooks at ./notebooks/
    • Scripts at ./src/

Useful Resources

About

Easy set up template with examples to play around with Langchain

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published