@mastra/pg 0.13.2-alpha.1 → 0.13.3-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.
@@ -1,4 +1,4 @@
1
1
 
2
- > @mastra/pg@0.13.2-alpha.1 build /home/runner/work/mastra/mastra/stores/pg
2
+ > @mastra/pg@0.13.3-alpha.0 build /home/runner/work/mastra/mastra/stores/pg
3
3
  > tsup --silent --config tsup.config.ts
4
4
 
package/CHANGELOG.md CHANGED
@@ -1,5 +1,36 @@
1
1
  # @mastra/pg
2
2
 
3
+ ## 0.13.3-alpha.0
4
+
5
+ ### Patch Changes
6
+
7
+ - 3e49b7a: Fix PostgreSQL vector metadata filtering for Memory system - changed default minScore to -1 to include all similarity results and added comprehensive metadata filtering tests
8
+ - Updated dependencies [cd0042e]
9
+ - @mastra/core@0.13.1-alpha.0
10
+
11
+ ## 0.13.2
12
+
13
+ ### Patch Changes
14
+
15
+ - a780fcd: ensure score id is generated for postgres store
16
+ - 2871020: update safelyParseJSON to check for value of param when handling parse
17
+ - 4a406ec: fixes TypeScript declaration file imports to ensure proper ESM compatibility
18
+ - Updated dependencies [cb36de0]
19
+ - Updated dependencies [d0496e6]
20
+ - Updated dependencies [a82b851]
21
+ - Updated dependencies [ea0c5f2]
22
+ - Updated dependencies [41a0a0e]
23
+ - Updated dependencies [2871020]
24
+ - Updated dependencies [94f4812]
25
+ - Updated dependencies [e202b82]
26
+ - Updated dependencies [e00f6a0]
27
+ - Updated dependencies [4a406ec]
28
+ - Updated dependencies [b0e43c1]
29
+ - Updated dependencies [5d377e5]
30
+ - Updated dependencies [1fb812e]
31
+ - Updated dependencies [35c5798]
32
+ - @mastra/core@0.13.0
33
+
3
34
  ## 0.13.2-alpha.1
4
35
 
5
36
  ### Patch Changes
package/dist/index.cjs CHANGED
@@ -462,7 +462,7 @@ var PgVector = class extends vector.MastraVector {
462
462
  topK = 10,
463
463
  filter,
464
464
  includeVector = false,
465
- minScore = 0,
465
+ minScore = -1,
466
466
  ef,
467
467
  probes
468
468
  }) {