SixthFlow-Reserach-OS / outbreakx-attic

This repository hosts a collection of utility scripts, tools, and resources designed to support the development and operation of the OutbreakX platform. outbreakx-attic serves as a supplementary resource hub, providing additional components that extend and enhance the functionality of OutbreakX.
https://www.outbreakx.org/
1 stars 1 forks source link

Implement RAG Chat Agent with PDF Context Using LangChain #5

Open supekshala opened 3 days ago

supekshala commented 3 days ago

Implement a Retrieval-Augmented Generation (RAG) chatbot that takes a PDF document as context to answer user queries using LangChain. The solution should:

Load a PDF document and extract its text. Embed and store text chunks in a vector store for efficient retrieval. Retrieve relevant chunks based on user queries to provide context for responses. Use a language model to generate responses based on retrieved document content.

supekshala commented 1 day ago

@Mr-Nithil Can you start working on this from Monday 18th?