@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.
package/dist/index.js CHANGED
@@ -454,7 +454,7 @@ var PgVector = class extends MastraVector {
454
454
  topK = 10,
455
455
  filter,
456
456
  includeVector = false,
457
- minScore = 0,
457
+ minScore = -1,
458
458
  ef,
459
459
  probes
460
460
  }) {