Learn how to use ChatGPT, Chroma, LangChain, and Python to query and extract answers from PDF files in this step-by-step tutorial. Enhance your data querying abilities and streamline your workflow with AI-powered scripts.
You can find the code on Github:
https://github.com/grumpyp/tutorials/...
Timestamps:
00:00 Introduction
00:33 last video vs. this video - chroma database
01:10 showing the pdf file which is used in the example
01:26 diving into the code and setup
02:30 explaining code of index_files.py
02:38 short step to explain how pdf file is transcribed into .txt
02:55 explaining code of index_files.py, how chroma vectordb and embeddings work with langchain
04:25 running the code, showing the results
04:58 make our lives easier and outro