@mastra/qdrant 0.11.6-alpha.0 → 0.11.9-alpha.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/CHANGELOG.md CHANGED
@@ -1,5 +1,44 @@
1
1
  # @mastra/qdrant
2
2
 
3
+ ## 0.11.9-alpha.0
4
+
5
+ ### Patch Changes
6
+
7
+ - [#6964](https://github.com/mastra-ai/mastra/pull/6964) [`8282732`](https://github.com/mastra-ai/mastra/commit/82827322495a6c2b859d737218a4d8d42a1fb77d) Thanks [@dane-ai-mastra](https://github.com/apps/dane-ai-mastra)! - dependencies updates:
8
+ - Updated dependency [`@qdrant/js-client-rest@^1.15.1` ↗︎](https://www.npmjs.com/package/@qdrant/js-client-rest/v/1.15.1) (from `^1.15.0`, in `dependencies`)
9
+
10
+ - [#7343](https://github.com/mastra-ai/mastra/pull/7343) [`de3cbc6`](https://github.com/mastra-ai/mastra/commit/de3cbc61079211431bd30487982ea3653517278e) Thanks [@LekoArts](https://github.com/LekoArts)! - Update the `package.json` file to include additional fields like `repository`, `homepage` or `files`.
11
+
12
+ - Updated dependencies [[`85ef90b`](https://github.com/mastra-ai/mastra/commit/85ef90bb2cd4ae4df855c7ac175f7d392c55c1bf), [`de3cbc6`](https://github.com/mastra-ai/mastra/commit/de3cbc61079211431bd30487982ea3653517278e)]:
13
+ - @mastra/core@0.15.3-alpha.5
14
+
15
+ ## 0.11.8
16
+
17
+ ### Patch Changes
18
+
19
+ - [`c6113ed`](https://github.com/mastra-ai/mastra/commit/c6113ed7f9df297e130d94436ceee310273d6430) Thanks [@wardpeet](https://github.com/wardpeet)! - Fix peerdpes for @mastra/core
20
+
21
+ - Updated dependencies []:
22
+ - @mastra/core@0.15.2
23
+
24
+ ## 0.11.7
25
+
26
+ ### Patch Changes
27
+
28
+ - [`95b2aa9`](https://github.com/mastra-ai/mastra/commit/95b2aa908230919e67efcac0d69005a2d5745298) Thanks [@wardpeet](https://github.com/wardpeet)! - Fix peerdeps @mastra/core
29
+
30
+ - Updated dependencies []:
31
+ - @mastra/core@0.15.1
32
+
33
+ ## 0.11.6
34
+
35
+ ### Patch Changes
36
+
37
+ - [#6994](https://github.com/mastra-ai/mastra/pull/6994) [`0594a70`](https://github.com/mastra-ai/mastra/commit/0594a70ac948d306c7f38765b171c9535e6c78d4) Thanks [@wardpeet](https://github.com/wardpeet)! - Improve type resolving for storage adapters
38
+
39
+ - Updated dependencies [[`0778757`](https://github.com/mastra-ai/mastra/commit/07787570e4addbd501522037bd2542c3d9e26822), [`943a7f3`](https://github.com/mastra-ai/mastra/commit/943a7f3dbc6a8ab3f9b7bc7c8a1c5b319c3d7f56), [`bf504a8`](https://github.com/mastra-ai/mastra/commit/bf504a833051f6f321d832cc7d631f3cb86d657b), [`be49354`](https://github.com/mastra-ai/mastra/commit/be493546dca540101923ec700feb31f9a13939f2), [`d591ab3`](https://github.com/mastra-ai/mastra/commit/d591ab3ecc985c1870c0db347f8d7a20f7360536), [`ba82abe`](https://github.com/mastra-ai/mastra/commit/ba82abe76e869316bb5a9c95e8ea3946f3436fae), [`727f7e5`](https://github.com/mastra-ai/mastra/commit/727f7e5086e62e0dfe3356fb6dcd8bcb420af246), [`e6f5046`](https://github.com/mastra-ai/mastra/commit/e6f50467aff317e67e8bd74c485c3fbe2a5a6db1), [`82d9f64`](https://github.com/mastra-ai/mastra/commit/82d9f647fbe4f0177320e7c05073fce88599aa95), [`2e58325`](https://github.com/mastra-ai/mastra/commit/2e58325beb170f5b92f856e27d915cd26917e5e6), [`1191ce9`](https://github.com/mastra-ai/mastra/commit/1191ce946b40ed291e7877a349f8388e3cff7e5c), [`4189486`](https://github.com/mastra-ai/mastra/commit/4189486c6718fda78347bdf4ce4d3fc33b2236e1), [`ca8ec2f`](https://github.com/mastra-ai/mastra/commit/ca8ec2f61884b9dfec5fc0d5f4f29d281ad13c01), [`9613558`](https://github.com/mastra-ai/mastra/commit/9613558e6475f4710e05d1be7553a32ee7bddc20)]:
40
+ - @mastra/core@0.15.0
41
+
3
42
  ## 0.11.6-alpha.0
4
43
 
5
44
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mastra/qdrant",
3
- "version": "0.11.6-alpha.0",
3
+ "version": "0.11.9-alpha.0",
4
4
  "description": "Qdrant vector store provider for Mastra",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -18,9 +18,9 @@
18
18
  },
19
19
  "./package.json": "./package.json"
20
20
  },
21
- "license": "MIT",
21
+ "license": "Apache-2.0",
22
22
  "dependencies": {
23
- "@qdrant/js-client-rest": "^1.15.0"
23
+ "@qdrant/js-client-rest": "^1.15.1"
24
24
  },
25
25
  "devDependencies": {
26
26
  "@microsoft/api-extractor": "^7.52.8",
@@ -29,13 +29,26 @@
29
29
  "tsup": "^8.5.0",
30
30
  "typescript": "^5.8.3",
31
31
  "vitest": "^3.2.4",
32
- "@internal/lint": "0.0.31",
33
- "@mastra/core": "0.14.2-alpha.1",
34
- "@internal/types-builder": "0.0.6",
35
- "@internal/storage-test-utils": "0.0.27"
32
+ "@internal/lint": "0.0.34",
33
+ "@internal/types-builder": "0.0.9",
34
+ "@mastra/core": "0.15.3-alpha.5",
35
+ "@internal/storage-test-utils": "0.0.30"
36
36
  },
37
37
  "peerDependencies": {
38
- "@mastra/core": ">=0.10.7-0 <0.15.0-0"
38
+ "@mastra/core": ">=0.10.7-0 <0.16.0-0"
39
+ },
40
+ "files": [
41
+ "dist",
42
+ "CHANGELOG.md"
43
+ ],
44
+ "homepage": "https://mastra.ai",
45
+ "repository": {
46
+ "type": "git",
47
+ "url": "git+https://github.com/mastra-ai/mastra.git",
48
+ "directory": "stores/qdrant"
49
+ },
50
+ "bugs": {
51
+ "url": "https://github.com/mastra-ai/mastra/issues"
39
52
  },
40
53
  "scripts": {
41
54
  "build": "tsup --silent --config tsup.config.ts",
@@ -1,4 +0,0 @@
1
-
2
- > @mastra/qdrant@0.11.6-alpha.0 build /home/runner/work/mastra/mastra/stores/qdrant
3
- > tsup --silent --config tsup.config.ts
4
-
@@ -1,17 +0,0 @@
1
- version: '3.8'
2
-
3
- services:
4
- qdrant:
5
- image: qdrant/qdrant:latest
6
- ports:
7
- - '6333:6333' # REST API port
8
- - '6334:6334' # gRPC port
9
- volumes:
10
- - qdrant_data:/qdrant/storage
11
- environment:
12
- - QDRANT_LOG_LEVEL=INFO
13
- restart: always
14
-
15
- volumes:
16
- qdrant_data:
17
- driver: local
package/eslint.config.js DELETED
@@ -1,6 +0,0 @@
1
- import { createConfig } from '@internal/lint/eslint';
2
-
3
- const config = await createConfig();
4
-
5
- /** @type {import("eslint").Linter.Config[]} */
6
- export default [...config];
package/src/index.ts DELETED
@@ -1,2 +0,0 @@
1
- export * from './vector';
2
- export { QDRANT_PROMPT } from './vector/prompt';