This project is dedicated to obtaining insights from medicine data using a RAG approach.
- Clone the repository
git clone https://github.com/Nabs2000/medicine_rag.git
- Download the data from the following links and store them in the
data
directory:
- Install the necessary libraries using the following command:
pip install -r requirements.txt
- Create an
.env
file in the root directory and add anOPENAI_API_KEY
variable with your OpenAI API key.
OPENAI_API_KEY=your_openai_api_key