name | open in |
---|---|
Explore Embeddings | |
What are Vector Databases? | |
RAG From Scratch |
- Clone the repo.
Note
The project uses Python 3.10
-
Install Poetry, following the official docs: https://python-poetry.org/docs/#installation
-
Run the following:
poetry install
- It is highly recommended to use
nbstripout
to avoid pushing the output of jupyter notebooks. Install it with:
pre-commit install