Skip to content

alphasecio/langchain-decoded

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LangChain Decoded

A companion guide for the blog post series, LangChain Decoded.

LangChain is an open-source framework created to aid the development of applications leveraging the power of large language models (LLMs). It can be used for chatbots, text summarisation, data generation, code understanding, question answering, evaluation, and more. In this multi-part series, I explore various LangChain modules and use cases, and document my journey via Python notebooks. Feel free to follow along and fork the repository, or use individual notebooks on Google Colab.

This notebook is an exploration of LangChain Models. Read this post and follow along!

Open In Colab

This notebook is an exploration of LangChain Embeddings. Read this post and follow along!

Open In Colab

This notebook is an exploration of LangChain Prompts. Read this post and follow along!

Open In Colab

This notebook is an exploration of LangChain Indexes. Read this post and follow along!

Open In Colab

This notebook is an exploration of LangChain Memory. Read this post and follow along!

Open In Colab

Part 6: Chains (coming soon)

This notebook is an exploration of LangChain Chains. Read this post and follow along!

Open In Colab

Part 7: Agents (coming soon)

This notebook is an exploration of LangChain Agents. Read this post and follow along!

Open In Colab

Part 8: Callbacks (coming soon)

This notebook is an exploration of LangChain Callbacks. Read this post and follow along!

Open In Colab

This notebook is a consolidation of the individual notebooks above.

Open In Colab