mkdir new_folder
and
cd new_folder
. Open the folder in a IDE of your choice such as VSCode.
git clone https://github.com/apoorvasj/ai-driven-rag.git
Create the virtual environment.python -m venv myenv
Activate the environment.
myenv/Scripts/activate
Navigate into your folder.cd ai-driven-rag
Install dependencies.
pip install -r requirements.txt
This project requires you to create two environment variables for LLM and embedding access.Create a
.env
file. GROQ_API_KEY="your key"
COHERE_API_KEY = "your key"
To create both the API keys, visit