Skip to content

The MultiPDF Chat App is a Python application that allows you to chat with multiple PDF documents.

Notifications You must be signed in to change notification settings

SaurabhTiwari7757/MultiPDF-Bot-Using-LLMs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

MultiPDF-Chat-Using-LLMs

Introduction The MultiPDF Chat App is a Python application that allows you to chat with multiple PDF documents. You can ask questions about the PDFs using natural language, and the application will provide relevant responses based on the content of the documents. This app utilizes a language model to generate accurate answers to your queries. Please note that the app will only respond to questions related to the loaded PDFs.

The application follows these steps to provide responses to your questions:

PDF Loading: The app reads multiple PDF documents and extracts their text content. Text Chunking: The extracted text is divided into smaller chunks that can be processed effectively. Language Model: The application utilizes a language model to generate vector representations (embeddings) of the text chunks. Similarity Matching: When you ask a question, the app compares it with the text chunks and identifies the most semantically similar ones. Response Generation: The selected chunks are passed to the language model, which generates a response based on the relevant content of the PDFs.

About

The MultiPDF Chat App is a Python application that allows you to chat with multiple PDF documents.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages