Script to use chatGPT on your own data
Document RetrievalGPT is an AI-based document retrieval system that utilizes the power of GPT (Generative Pre-trained Transformer) to find relevant infomation from documents for user queries. This project aims to simplify and enhance the process of retrieving documents from a large collection based on natural language queries.
- Utilizes GPT to process user queries and retrieve relevant documents.
- Handles large document collections efficiently using indexing techniques.
- Supports various document formats such as text, PDF, and HTML.
- Easy-to-use API for integrating the retrieval system into other applications.
To use Document RetrievalGPT, follow these steps:
- Clone the repository:
git clone https://github.com/your_username/RetrievalGPT.git
cd RetrievalGPT
- Install the required dependencies:
pip install -r requirements.txt
- Get your API from "Openai.com"
Link to GPT model weights: [insert_link]
- Start the retrieval of info from your terminal:
python RetrievalGPT.py
Continue chatting from your terminal
We welcome contributions to Document RetrievalGPT! If you find any issues or have ideas for improvements, please feel free to open an issue or submit a pull request.
Document RetrievalGPT is open-source software licensed under the MIT License. See the LICENSE
file for more details.
- We would like to acknowledge the creators of the Hugging Face Transformers library for providing the GPT model used in this project.
If you have any questions or inquiries, please contact at vish@drpinnacle.com.
Happy Document Retrieval with RetrievalGPT!