This project utilizes Llama Index and Hugging Face models for efficient PDF document indexing and querying.
- The goal is to create a system that can index PDF documents and perform accurate queries based on user input.
- Python 3.7 or higher
- Pip package manager
- pip install pypdf python-dotenv transformers sentence_transformers llama-index
- Thanks to the contributors of Llama Index and Hugging Face for their powerful libraries.