Skip to content

Files

Failed to load latest commit information.

Latest commit

 Cannot retrieve latest commit at this time.

History

History
 
 

embeddings-and-vector-databases-with-chromadb

Embeddings and Vector Databases With ChromaDB

Supporting code for the Real Python tutorial Embeddings and Vector Databases With ChromaDB.

To run the code in this tutorial, you should have numpy, spacy, sentence-transformers, chromadb, polars, more-itertools, and openai installed in your environment.

You can install the dependencies manually, or by running:

(venv) $ python -m pip install -r requirements.txt