In this section, we will process PDF documents and save them into a vector database
Here is the workflow:
conda create -n rag-1 -y python=3.11
conda activate rag-1
pip install -r requirements.txtRun notebook: process_data.ipynb
In this section, we will process PDF documents and save them into a vector database
Here is the workflow:
conda create -n rag-1 -y python=3.11
conda activate rag-1
pip install -r requirements.txtRun notebook: process_data.ipynb