/summarizing_and_querying_multiple_pdfs_with_langchain

Notebook for my Youtube video on summarizing and querying multiple pdfs

Primary LanguageJupyter Notebook

Summarizing and Querying Multiple Papers with LangChain

Notebook for my Youtube video on summarizing and querying multiple pdfs.

Instalation and Setup

Create a conda environment and install the necessary packages:

conda create --name langchain_env python=3.8
conda activate langchain_env
pip install -r requirements.txt

Usage

Just run the notebook: summarize_query_multiple_pdfs.ipynb