Chelsea Sierra Voss
Chelsea Sierra Voss
When calling `create_collection` with the `name` set to `OpenAIEmbeddings`, I get the following traceback message: ``` ERROR: Traceback (most recent call last): [...] File "[...]/chromadb/api/local.py", line 60, in create_collection check_index_name(name)...
This adds vector datastore support for [Chroma](https://trychroma.com), an open-source embedding database. Resolves #60. cc @atroyn pls review! --- * [x] Test this code end-to-end * [x] Make sure it can...
## Summary - replace Travis CI with GitHub Actions - remove obsolete `.travis.yml` - update README badge to point at Actions ## Testing - `python setup.py test` *(fails: SyntaxError because...