This project is my first rag based on maths lessons for students
- OPENAI_API_KEY
- Install the right version of
Pythonwithpyenv:pyenv install 3.11.6
- Install Poetry to manage your dependencies and tooling configs:
curl -sSL https://install.python-poetry.org | python - --version 1.7.0
make installpoetry run pre-commit installdocker run -p 6333:6333 -p 6334:6334 \
-v $(pwd)/qdrant_storage:/qdrant/storage:z \
qdrant/qdrant- Create qdrant vectorial collection named
math_reportand fill it with pdf embeded informations - Launch rag with open ai client
python main.py