@mastra/chroma 0.2.0-alpha.8 → 0.2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.turbo/turbo-build.log +8 -8
- package/CHANGELOG.md +85 -0
- package/package.json +11 -11
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,23 +1,23 @@
|
|
|
1
1
|
|
|
2
|
-
> @mastra/chroma@0.2.0-alpha.
|
|
3
|
-
> tsup src/index.ts --format esm,cjs --experimental-dts --clean --treeshake
|
|
2
|
+
> @mastra/chroma@0.2.0-alpha.12 build /home/runner/work/mastra/mastra/stores/chroma
|
|
3
|
+
> tsup src/index.ts --format esm,cjs --experimental-dts --clean --treeshake=smallest --splitting
|
|
4
4
|
|
|
5
5
|
[34mCLI[39m Building entry: src/index.ts
|
|
6
6
|
[34mCLI[39m Using tsconfig: tsconfig.json
|
|
7
|
-
[34mCLI[39m tsup v8.
|
|
7
|
+
[34mCLI[39m tsup v8.4.0
|
|
8
8
|
[34mTSC[39m Build start
|
|
9
|
-
[32mTSC[39m ⚡️ Build success in
|
|
9
|
+
[32mTSC[39m ⚡️ Build success in 7581ms
|
|
10
10
|
[34mDTS[39m Build start
|
|
11
11
|
[34mCLI[39m Target: es2022
|
|
12
12
|
Analysis will use the bundled TypeScript version 5.7.3
|
|
13
13
|
[36mWriting package typings: /home/runner/work/mastra/mastra/stores/chroma/dist/_tsup-dts-rollup.d.ts[39m
|
|
14
14
|
Analysis will use the bundled TypeScript version 5.7.3
|
|
15
15
|
[36mWriting package typings: /home/runner/work/mastra/mastra/stores/chroma/dist/_tsup-dts-rollup.d.cts[39m
|
|
16
|
-
[32mDTS[39m ⚡️ Build success in
|
|
16
|
+
[32mDTS[39m ⚡️ Build success in 9141ms
|
|
17
17
|
[34mCLI[39m Cleaning output folder
|
|
18
18
|
[34mESM[39m Build start
|
|
19
19
|
[34mCJS[39m Build start
|
|
20
|
-
[32mESM[39m [1mdist/index.js [22m[32m8.05 KB[39m
|
|
21
|
-
[32mESM[39m ⚡️ Build success in 710ms
|
|
22
20
|
[32mCJS[39m [1mdist/index.cjs [22m[32m8.08 KB[39m
|
|
23
|
-
[32mCJS[39m ⚡️ Build success in
|
|
21
|
+
[32mCJS[39m ⚡️ Build success in 633ms
|
|
22
|
+
[32mESM[39m [1mdist/index.js [22m[32m8.05 KB[39m
|
|
23
|
+
[32mESM[39m ⚡️ Build success in 637ms
|
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,90 @@
|
|
|
1
1
|
# @mastra/chroma
|
|
2
2
|
|
|
3
|
+
## 0.2.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- 8bee68a: Added implementations to support new operations for MastraVector interface for chroma store
|
|
8
|
+
|
|
9
|
+
### Patch Changes
|
|
10
|
+
|
|
11
|
+
- 9e81f35: Fix query filter for vector search and rerank
|
|
12
|
+
- fd4a1d7: Update cjs bundling to make sure files are split
|
|
13
|
+
- Updated dependencies [a910463]
|
|
14
|
+
- Updated dependencies [59df7b6]
|
|
15
|
+
- Updated dependencies [22643eb]
|
|
16
|
+
- Updated dependencies [6feb23f]
|
|
17
|
+
- Updated dependencies [f2d6727]
|
|
18
|
+
- Updated dependencies [7a7a547]
|
|
19
|
+
- Updated dependencies [29f3a82]
|
|
20
|
+
- Updated dependencies [3d0e290]
|
|
21
|
+
- Updated dependencies [e9fbac5]
|
|
22
|
+
- Updated dependencies [301e4ee]
|
|
23
|
+
- Updated dependencies [ee667a2]
|
|
24
|
+
- Updated dependencies [dfbe4e9]
|
|
25
|
+
- Updated dependencies [dab255b]
|
|
26
|
+
- Updated dependencies [1e8bcbc]
|
|
27
|
+
- Updated dependencies [f6678e4]
|
|
28
|
+
- Updated dependencies [9e81f35]
|
|
29
|
+
- Updated dependencies [c93798b]
|
|
30
|
+
- Updated dependencies [a85ab24]
|
|
31
|
+
- Updated dependencies [dbd9f2d]
|
|
32
|
+
- Updated dependencies [59df7b6]
|
|
33
|
+
- Updated dependencies [caefaa2]
|
|
34
|
+
- Updated dependencies [c151ae6]
|
|
35
|
+
- Updated dependencies [52e0418]
|
|
36
|
+
- Updated dependencies [d79aedf]
|
|
37
|
+
- Updated dependencies [03236ec]
|
|
38
|
+
- Updated dependencies [3764e71]
|
|
39
|
+
- Updated dependencies [df982db]
|
|
40
|
+
- Updated dependencies [a171b37]
|
|
41
|
+
- Updated dependencies [506f1d5]
|
|
42
|
+
- Updated dependencies [02ffb7b]
|
|
43
|
+
- Updated dependencies [0461849]
|
|
44
|
+
- Updated dependencies [2259379]
|
|
45
|
+
- Updated dependencies [aeb5e36]
|
|
46
|
+
- Updated dependencies [f2301de]
|
|
47
|
+
- Updated dependencies [358f069]
|
|
48
|
+
- Updated dependencies [fd4a1d7]
|
|
49
|
+
- Updated dependencies [c139344]
|
|
50
|
+
- @mastra/core@0.5.0
|
|
51
|
+
|
|
52
|
+
## 0.2.0-alpha.12
|
|
53
|
+
|
|
54
|
+
### Patch Changes
|
|
55
|
+
|
|
56
|
+
- Updated dependencies [a85ab24]
|
|
57
|
+
- @mastra/core@0.5.0-alpha.12
|
|
58
|
+
|
|
59
|
+
## 0.2.0-alpha.11
|
|
60
|
+
|
|
61
|
+
### Patch Changes
|
|
62
|
+
|
|
63
|
+
- fd4a1d7: Update cjs bundling to make sure files are split
|
|
64
|
+
- Updated dependencies [7a7a547]
|
|
65
|
+
- Updated dependencies [c93798b]
|
|
66
|
+
- Updated dependencies [dbd9f2d]
|
|
67
|
+
- Updated dependencies [a171b37]
|
|
68
|
+
- Updated dependencies [fd4a1d7]
|
|
69
|
+
- @mastra/core@0.5.0-alpha.11
|
|
70
|
+
|
|
71
|
+
## 0.2.0-alpha.10
|
|
72
|
+
|
|
73
|
+
### Patch Changes
|
|
74
|
+
|
|
75
|
+
- Updated dependencies [a910463]
|
|
76
|
+
- @mastra/core@0.5.0-alpha.10
|
|
77
|
+
|
|
78
|
+
## 0.2.0-alpha.9
|
|
79
|
+
|
|
80
|
+
### Patch Changes
|
|
81
|
+
|
|
82
|
+
- Updated dependencies [e9fbac5]
|
|
83
|
+
- Updated dependencies [1e8bcbc]
|
|
84
|
+
- Updated dependencies [aeb5e36]
|
|
85
|
+
- Updated dependencies [f2301de]
|
|
86
|
+
- @mastra/core@0.5.0-alpha.9
|
|
87
|
+
|
|
3
88
|
## 0.2.0-alpha.8
|
|
4
89
|
|
|
5
90
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mastra/chroma",
|
|
3
|
-
"version": "0.2.0
|
|
3
|
+
"version": "0.2.0",
|
|
4
4
|
"description": "Chroma vector store provider for Mastra",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/index.js",
|
|
@@ -19,20 +19,20 @@
|
|
|
19
19
|
"./package.json": "./package.json"
|
|
20
20
|
},
|
|
21
21
|
"dependencies": {
|
|
22
|
-
"chromadb": "^1.
|
|
23
|
-
"@mastra/core": "^0.5.0
|
|
22
|
+
"chromadb": "^1.10.5",
|
|
23
|
+
"@mastra/core": "^0.5.0"
|
|
24
24
|
},
|
|
25
25
|
"devDependencies": {
|
|
26
|
-
"@microsoft/api-extractor": "^7.
|
|
27
|
-
"@types/node": "^22.13.
|
|
28
|
-
"
|
|
29
|
-
"
|
|
30
|
-
"
|
|
31
|
-
"
|
|
32
|
-
"@internal/lint": "0.0.
|
|
26
|
+
"@microsoft/api-extractor": "^7.52.1",
|
|
27
|
+
"@types/node": "^22.13.10",
|
|
28
|
+
"eslint": "^9.22.0",
|
|
29
|
+
"tsup": "^8.4.0",
|
|
30
|
+
"typescript": "^5.8.2",
|
|
31
|
+
"vitest": "^3.0.8",
|
|
32
|
+
"@internal/lint": "0.0.1"
|
|
33
33
|
},
|
|
34
34
|
"scripts": {
|
|
35
|
-
"build": "tsup src/index.ts --format esm,cjs --experimental-dts --clean --treeshake",
|
|
35
|
+
"build": "tsup src/index.ts --format esm,cjs --experimental-dts --clean --treeshake=smallest --splitting",
|
|
36
36
|
"build:watch": "pnpm build --watch",
|
|
37
37
|
"test": "vitest run",
|
|
38
38
|
"lint": "eslint ."
|