You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* feat: Added integration workflow
Refs: #1
* fix: Added kubectl wait to wait for deployment to complete
Refs: #1
* fix: Some issue with service. Experimenting with listing service.
Refs: #1
* fix: Fixed the service issue and added matrix testing of kube versions
Refs: #1
* chore: Updated test matrix to match chart kubeVersion range >=1.24 <= 1.27
Refs: #1
* fix: Fixed chart issue with boolean flags
- Added further variance to the test matrix by including allowReset and isPersistent flags (no specific tests are implemented but those are coming soon)
Refs: #1
* fix: Added docker image hnswlib rebuild + sqlite3 for debugging
- Added a small test to ensure chroma is up and running.
- Docker image rebuilt.
* docs: Added small clarification how to build/push the docker image.
* chore: Added bug and feature request issue templates and docker image in ghcr
Refs: #2
* feat: Backup and restore feature
Refs: #6
* feat: Backup and restore feature
- Adding sudo to the image for fsfreeze use
Refs: #6
* feat: Backup and restore feature
- Making chroma user sudoer
Refs: #6
* feat: Adding tests for v0.4.5
* feat: Adding Chroma 0.4.5 support to chart
* feat: Updating WFs
* feat: Lowering chart requirements to k8s API 1.23.0
* feat: Adding multi-platform build
* fix: Moved platforms out of the matrix and directly into platform parameter of build-push action
* fix: Fixed a typo in build images workflow.
* chore: Removing hnswlib reinstall to check multi-arch build
* feat: Adding support for Chroma 0.4.6
* chore: Updating integration tests
* feat: Updating chart version and default version to 0.4.6
| `chromadb.apiVersion` | string | `0.4.3` | The ChromaDB version. Supported version `0.4.3` and `0.4.4` |
63
+
| `chromadb.apiVersion` | string | `0.4.6` | The ChromaDB version. Supported version `0.4.3` and `0.4.4` |
64
64
| `chromadb.allowReset` | boolean | `false` | Allows resetting the index (delete all data) |
65
65
| `chromadb.isPersistent` | boolean | `true` | A flag to control whether data is persisted |
66
66
| `chromadb.persistDirectory` | string | `/index_data` | The location to store the index data. This configure both chromadb and underlying persistent volume |
0 commit comments