Skip to content

JivanAcharya/Langchain

Repository files navigation

Learning Langchain

This repository contains various Jupyter notebooks covering Chatbots, RAGs, and LangServe using LangChain.

Setup

Create a virtual environment and install dependencies:

python -m venv venv
source venv/bin/activate  # On Windows, use `venv\Scripts\activate`
pip install -r requirements.txt

Running the Notebooks

Start Jupyter Notebook and explore the provided examples:

jupyter notebook

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published