Skip to content

vishwanathakuthota/RetrievalGPT

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RetrievalGPT

Script to use chatGPT on your own data

RetrievalGPT

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.

Features

  • 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.

Installation

To use Document RetrievalGPT, follow these steps:

  1. Clone the repository:
git clone https://github.com/your_username/RetrievalGPT.git
cd RetrievalGPT
  1. Install the required dependencies:
pip install -r requirements.txt
  1. Get your API from "Openai.com"

Link to GPT model weights: [insert_link]

Usage

  1. Start the retrieval of info from your terminal:
python RetrievalGPT.py

Continue chatting from your terminal

Contributing

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.

License

Document RetrievalGPT is open-source software licensed under the MIT License. See the LICENSE file for more details.

Acknowledgments

  • We would like to acknowledge the creators of the Hugging Face Transformers library for providing the GPT model used in this project.

Contact Author

If you have any questions or inquiries, please contact at vish@drpinnacle.com.

Happy Document Retrieval with RetrievalGPT!

About

Script to use chatGPT on your own data

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages