v20231104-2355
This release contains the chromadb contents in the asset 'chroma.tar.gz'.
The file is a folder that contains the indices and parquet files for the
embedding vectors.
Download the asset
The following function will download the most updated release,
in case you want a different release just change the URL.
Using the functions in the module talking_python
from this same repo:
url = get_release_url()
download_release_file(url, dest=get_chroma_dir.parent)