Skip to content

Commit a6cf38c

Browse files
committed
chroma fork
1 parent 5da0297 commit a6cf38c

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828
</a>
2929
</p>
3030

31+
> This is chroma's fork of `@xexnova/transformers` that enables `chromadb-default-embed`
3132
3233
State-of-the-art Machine Learning for the web. Run 🤗 Transformers directly in your browser, with no need for a server!
3334

package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
2-
"name": "@xenova/transformers",
3-
"version": "2.13.2",
4-
"description": "State-of-the-art Machine Learning for the web. Run 🤗 Transformers directly in your browser, with no need for a server!",
2+
"name": "chromadb-default-embed",
3+
"version": "2.13.3",
4+
"description": "Chroma's fork of @xenova/transformers serving as our default embedding function",
55
"main": "./src/transformers.js",
66
"types": "./types/transformers.d.ts",
77
"type": "module",

0 commit comments

Comments
 (0)