This repository contains the materials for an RAG optimization workshop using Qdrant as a vector database. It consists of Jupyter notebooks that guide you step-by-step in various optimizations and tweaks.
Please clone the repository and install all the dependencies to run the notebooks.
git clone https://github.com/qdrant/workshop-rag-optimization.gitThis project uses Poetry to manage its dependencies. You can install it by following the instructions on the official website. Once you have it, the dependencies can be installed by running:
cd workshop-rag-optimization
poetry install --no-root
poetry shellIf you don't want to use Poetry, you can install the dependencies using pip:
pip install -r requirements.txtOnce all the dependencies are installed, Jupyter notebook might be started by running the following command:
jupyter notebookThe default browser should open automatically.