This repository contains a chatbot application capable of answering questions from multiple PDF files simultaneously. The application leverages Indexify for document indexing and retrieval, DSPy for natural language processing, and Streamlit for the user interface.
Read full article with detailed steps over here
Follow these steps to set up and run the application.
Ensure you have Python installed on your system. You can download it from here.
- Clone the repository:
git clone https://github.com/vansh-khaneja/Chat-Multiple-Docs-Indexify.git
cd Chat-Multiple-Docs-Indexify
-
Indexify setup: Refer to this article for setting up Indexify extractors Download Indexify Extractors
-
Install the required dependencies:
pip install -r requirements.txt
Create the Indexify database graph by running:
python db_setup.py
Start the Streamlit application with the following command:
streamlit run main.py
For any questions or issues, please open an issue on this repository or contact us at [email protected].
Happy coding!