Skip to content

v20231028-2356

Compare
Choose a tag to compare
@plaguss plaguss released this 28 Oct 23:57
· 15 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)