- Python 3.11+
git clone https://github.com/ThomasJanssen-tech/Retrieval-Augmented-Generation.git
cd Retrieval-Augmented-Generation
python -m venv venv
venv\Scripts\Activate
(or on Mac): source venv/bin/activate
pip install -r requirements.txt
Add it to .env.example
Rename to .env
-
Open a terminal in VS Code
-
Execute the following command:
python fill_db.py
python ask.py