PSE - Pdf Semantic Search banner

PSE - Pdf Semantic Search

5 devlogs
5h 17m 46s

Updated Project: Semantic Search for your PDFs & Notes
1)Upload the pdf
2)search those words which are inside the pdf
3)it shows the wors and highlisht where its is found
4)Synthesize with AI for a clear answers

##REMINDER - NOT GONNA KEEP …

Updated Project: Semantic Search for your PDFs & Notes
1)Upload the pdf
2)search those words which are inside the pdf
3)it shows the wors and highlisht where its is found
4)Synthesize with AI for a clear answers

##REMINDER - NOT GONNA KEEP THIS RUNNING ON CLOUD TILL 25TH FEB

This project uses AI

used copilot for readme generation and used antigtravity for synthesize the AI feature and optimise it

Demo Repository

Loading README...

89RIDDHI

Since the project is rejected im trying it to deploy to MS Azure , im facing a lot of issue while deploying it

Attachment
1

Comments

Dankey445
Dankey445 2 months ago

ask on slack if you have issuse maybe someone had issues similar before?

89RIDDHI

Shipped this project!

Hours: 4.31
Cookies: 🍪 41
Multiplier: 9.62 cookies/hr

This personal semantic search engine allows you to upload PDFs, markdown files, and notes and then search them by meaning instead of exact keywords. It does this by chunking your documents, generating vector embeddings with a transformer model, storing these in Chroma, and exposing FastAPI endpoints that a React frontend calls for upload and search. When you query, the backend embeds your question, finds the most similar chunks in the vector store, and re-ranks them using recency and metadata before returning results. Building it required integrating multiple pieces: file handling, text extraction, embeddings, a vector database, an HTTP API, and a modern frontend UI. In this project, you learned how vector-based semantic search pipelines are designed from end to end, how small details in chunking and embeddings affect relevance, and how to deploy a full-stack AI-powered app.

89RIDDHI

Completed the project fully ,it can process all pdf files without noises

Attachment
0
89RIDDHI

Made backend for the Personal semantic search engine, while im facing some problems while uploading large pdfs , so i think i should try another approach to upload large pdf file like breaking them into smaller chunks for it can be converted into vector easily

Attachment
0