@mastra/qdrant 0.2.5 → 0.2.6-alpha.2
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 +5 -5
- package/CHANGELOG.md +34 -0
- package/package.json +2 -2
- package/src/vector/index.test.ts +2 -2
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,23 +1,23 @@
|
|
|
1
1
|
|
|
2
|
-
> @mastra/qdrant@0.2.
|
|
2
|
+
> @mastra/qdrant@0.2.6-alpha.2 build /home/runner/work/mastra/mastra/stores/qdrant
|
|
3
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
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 7212ms
|
|
10
10
|
[34mDTS[39m Build start
|
|
11
11
|
[34mCLI[39m Target: es2022
|
|
12
12
|
Analysis will use the bundled TypeScript version 5.8.2
|
|
13
13
|
[36mWriting package typings: /home/runner/work/mastra/mastra/stores/qdrant/dist/_tsup-dts-rollup.d.ts[39m
|
|
14
14
|
Analysis will use the bundled TypeScript version 5.8.2
|
|
15
15
|
[36mWriting package typings: /home/runner/work/mastra/mastra/stores/qdrant/dist/_tsup-dts-rollup.d.cts[39m
|
|
16
|
-
[32mDTS[39m ⚡️ Build success in
|
|
16
|
+
[32mDTS[39m ⚡️ Build success in 8063ms
|
|
17
17
|
[34mCLI[39m Cleaning output folder
|
|
18
18
|
[34mESM[39m Build start
|
|
19
19
|
[34mCJS[39m Build start
|
|
20
20
|
[32mESM[39m [1mdist/index.js [22m[32m13.14 KB[39m
|
|
21
|
-
[32mESM[39m ⚡️ Build success in
|
|
21
|
+
[32mESM[39m ⚡️ Build success in 730ms
|
|
22
22
|
[32mCJS[39m [1mdist/index.cjs [22m[32m13.17 KB[39m
|
|
23
|
-
[32mCJS[39m ⚡️ Build success in
|
|
23
|
+
[32mCJS[39m ⚡️ Build success in 730ms
|
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,39 @@
|
|
|
1
1
|
# @mastra/qdrant
|
|
2
2
|
|
|
3
|
+
## 0.2.6-alpha.2
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [56c31b7]
|
|
8
|
+
- Updated dependencies [dbbbf80]
|
|
9
|
+
- Updated dependencies [99d43b9]
|
|
10
|
+
- @mastra/core@0.8.0-alpha.2
|
|
11
|
+
|
|
12
|
+
## 0.2.6-alpha.1
|
|
13
|
+
|
|
14
|
+
### Patch Changes
|
|
15
|
+
|
|
16
|
+
- 7071597: Update pinecone to include namespace and hybrid search
|
|
17
|
+
- Updated dependencies [619c39d]
|
|
18
|
+
- Updated dependencies [fe56be0]
|
|
19
|
+
- Updated dependencies [a0967a0]
|
|
20
|
+
- Updated dependencies [fca3b21]
|
|
21
|
+
- Updated dependencies [0118361]
|
|
22
|
+
- Updated dependencies [619c39d]
|
|
23
|
+
- @mastra/core@0.8.0-alpha.1
|
|
24
|
+
|
|
25
|
+
## 0.2.6-alpha.0
|
|
26
|
+
|
|
27
|
+
### Patch Changes
|
|
28
|
+
|
|
29
|
+
- Updated dependencies [107bcfe]
|
|
30
|
+
- Updated dependencies [5b4e19f]
|
|
31
|
+
- Updated dependencies [7599d77]
|
|
32
|
+
- Updated dependencies [cafae83]
|
|
33
|
+
- Updated dependencies [8076ecf]
|
|
34
|
+
- Updated dependencies [304397c]
|
|
35
|
+
- @mastra/core@0.7.1-alpha.0
|
|
36
|
+
|
|
3
37
|
## 0.2.5
|
|
4
38
|
|
|
5
39
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mastra/qdrant",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.6-alpha.2",
|
|
4
4
|
"description": "Qdrant vector store provider for Mastra",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/index.js",
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
},
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@qdrant/js-client-rest": "^1.13.0",
|
|
23
|
-
"@mastra/core": "^0.
|
|
23
|
+
"@mastra/core": "^0.8.0-alpha.2"
|
|
24
24
|
},
|
|
25
25
|
"devDependencies": {
|
|
26
26
|
"@microsoft/api-extractor": "^7.52.1",
|
package/src/vector/index.test.ts
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
// To setup a Qdrant server, run:
|
|
2
2
|
// docker run -p 6333:6333 qdrant/qdrant
|
|
3
|
+
import type { QueryResult } from '@mastra/core';
|
|
3
4
|
import { describe, it, expect, beforeAll, afterAll, afterEach, vi, beforeEach } from 'vitest';
|
|
4
5
|
|
|
5
6
|
import { QdrantVector } from './index';
|
|
6
|
-
import type { QueryResult } from '@mastra/core';
|
|
7
7
|
|
|
8
8
|
const dimension = 3;
|
|
9
9
|
|
|
@@ -165,7 +165,7 @@ describe('QdrantVector', () => {
|
|
|
165
165
|
expect(ids).toHaveLength(3);
|
|
166
166
|
|
|
167
167
|
const idToBeUpdated = ids[0];
|
|
168
|
-
const newVector = [
|
|
168
|
+
const newVector = [4, 4, 4];
|
|
169
169
|
|
|
170
170
|
const update = {
|
|
171
171
|
vector: newVector,
|