Skip to content

Vedansh1857/ChatMultiplePDFWithGemini

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ChatMultiplePDF

A Streamlit UI where we can upload pdf files of upto 200 MB.

The texts of these pdf files are embedded into vector using GoogleGenerativeAIEmbeddings.

These vector embeddings are stored locally in a form of table.

This table is queried when the user asks a question.

Using Facebook AI Similarity Search(FAISS) the similarity search happens and the results are returned.