This application allows users to upload a PDF, extract its content, and ask questions about it using embeddings and a language model.
- Extracts text from uploaded PDFs.
- Uses FAISS to build an index of the text for efficient retrieval.
- Generates responses to user queries using Hugging Face's Mistral model.
- Clone the repository: