my_rag_docs
1.0.0
This project provides tools for extracting text data from PDF files, URLs, and supports conversational interactions with a language model based on OpenAI's GPT-3.5.
pip install -r requirements.txt..env file in the root directory of the project..env file : OPENAI_API_KEY=your_api_key_here.your_api_key_here with your actual OpenAI API key
main.py: Contains the main code for running the interfaces and interacting with the language model.src/: Directory containing utility functions and modules.vector_data_base/: Directory containing vector data stored in a database.Contributions are welcome! Please fork the repository, make your changes, and submit a pull request. For major changes, please open an issue first to discuss potential updates.
This project is licensed under the MIT License.
For questions or support, please open an issue in the GitHub repository or contact [[email protected]].