Skip to content

PlantBasedTendies/LangChainApps

Repository files navigation

LangChainApps

LangChainApps is a repo to store LLM experiments conducted with LangChain.


🤖 AI_Executive_Order_LangChain.ipynb

A Retrieval Augmented Generation python notebook which outlines the process of:


🤣 joke.py

A CLI python script which:

  • Leverages an Open Source local LLM*, therefore no OpenAI API Key is necessary (thus no cost)
  • Produces custom jokes on the fly

    *7B parameter LLM is recommended for this type of exercise

🔧 Requirements include:

  • argparse
  • langchain
  • weaviate


⚙️ To run the notebook, you will need to populate default.env with your OpenAI API key and rename it to .env
🐜 Function logging using @decorators allows for debugging

About

LangChain Experimentation

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published