rag from scratch
1.0.0
This repository contains code from the blog posts series on how to build RAG system from scratch.
In order to run this project, you need to create an API key in OpenAI:
cp .env.sample .env
Create new secret key
.env
fileThis project is meant to be run with Docker
and Devcontainers.
The settings are located inside .devcontainer/devcontainer.json
.
To set up a devcontainer with your IDE, follow these instructions:
Once the devcontainer is created, run a terminal inside it and execute:
poetry install
Follow these steps:
poetry install
Explanation on what each script does and how to run it can be found in my blog post.