This project builds a simple chatbot that reads and processes information from PDF files. It uses LangChain to split the PDF into smaller parts, generates embeddings for those parts using a Hugging Face model, stores the information in Qdrant, and then generates responses using the Gemini API from Google.
This project builds a simple chatbot that reads and processes information from PDF files. It uses LangChain to split the PDF into smaller parts, generates embeddings for those parts using a Hugging Face model, stores the information in Qdrant, and then generates responses using the Gemini API from Google.