@mastra/pg 0.13.2 → 0.13.3

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,21 @@
1
1
  # @mastra/pg
2
2
 
3
+ ## 0.13.3
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
10
+
11
+ ## 0.13.3-alpha.0
12
+
13
+ ### Patch Changes
14
+
15
+ - 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
16
+ - Updated dependencies [cd0042e]
17
+ - @mastra/core@0.13.1-alpha.0
18
+
3
19
  ## 0.13.2
4
20
 
5
21
  ### 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
  }) {