Skip to content

Commit 810eecc

Browse files
authored
[CHORE] Bump js ai-embeddings versions (#5759)
## Description of changes _Summarize the changes made by this PR._ - Improvements & Bug fixes - This PR bumps js versions for ai-embedding functions to prepare for release - New functionality - ... ## Test plan _How are these changes tested?_ - [ ] Tests pass locally with `pytest` for python, `yarn test` for js, `cargo test` for rust ## Migration plan _Are there any migrations, or any forwards/backwards compatibility changes needed in order to make sure this change deploys reliably?_ ## Observability plan _What is the plan to instrument and monitor this change?_ ## Documentation Changes _Are all docstrings for user-facing APIs updated if required? Do we need to make documentation changes in the [docs section](https://github.com/chroma-core/chroma/tree/main/docs/docs.trychroma.com)?_
1 parent 83252aa commit 810eecc

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

clients/new-js/packages/ai-embeddings/all/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@chroma-core/all",
3-
"version": "0.1.7",
3+
"version": "0.1.8",
44
"private": false,
55
"description": "All AI embedding providers for Chroma",
66
"main": "dist/cjs/index.cjs",

clients/new-js/packages/ai-embeddings/chroma-bm25/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@chroma-core/chroma-bm25",
3-
"version": "0.1.7",
3+
"version": "0.1.8",
44
"private": false,
55
"description": "Chroma BM25 sparse embedding function implemented in TypeScript",
66
"main": "dist/cjs/chroma-bm25.cjs",

clients/new-js/packages/ai-embeddings/chroma-cloud-qwen/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@chroma-core/chroma-cloud-qwen",
3-
"version": "0.1.7",
3+
"version": "0.1.8",
44
"private": false,
55
"description": "Chroma embedding function",
66
"main": "dist/cjs/chroma-cloud-qwen.cjs",
@@ -51,4 +51,4 @@
5151
"publishConfig": {
5252
"access": "public"
5353
}
54-
}
54+
}

clients/new-js/packages/ai-embeddings/chroma-cloud-splade/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@chroma-core/chroma-cloud-splade",
3-
"version": "0.1.7",
3+
"version": "0.1.8",
44
"private": false,
55
"description": "Chroma Cloud Splade sparse embedding function",
66
"main": "dist/cjs/chroma-cloud-splade.cjs",

clients/new-js/packages/ai-embeddings/common/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@chroma-core/ai-embeddings-common",
3-
"version": "0.1.7",
3+
"version": "0.1.8",
44
"description": "Common utilities for ChromaDB AI embedding packages",
55
"private": false,
66
"main": "./dist/index.js",

0 commit comments

Comments
 (0)