Skip to content

Latest commit

 

History

History
5 lines (2 loc) · 231 Bytes

File metadata and controls

5 lines (2 loc) · 231 Bytes

LocalRAG

A lightweight Retrieval-Augmented Generation (RAG) application to answer questions from a PDF file. It extracts text, generates embeddings, stores them in ChromaDB, and provides accurate answers on CPU.