Skip to content

v20231104-2355

Compare
Choose a tag to compare
@plaguss plaguss released this 04 Nov 23:55
· 13 commits to main since this release

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)