@memnexus-ai/sdk 1.62.4 → 1.62.6

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.d.cts CHANGED
@@ -648,7 +648,7 @@ interface SearchRequest {
648
648
  expandTopics?: boolean;
649
649
  /** Enable fact graph traversal branch in hybrid search (default false) */
650
650
  expandFacts?: boolean;
651
- /** Include superseded and contradicted memories in results (default false) */
651
+ /** Include superseded and duplicate memories in results (default false). Contradicted memories are always included and ranked by relevance. */
652
652
  includeSuperseded?: boolean;
653
653
  /** Weight for entity graph branch in hybrid search (0-1, default 0.1) */
654
654
  entityWeight?: number;
package/dist/index.d.ts CHANGED
@@ -648,7 +648,7 @@ interface SearchRequest {
648
648
  expandTopics?: boolean;
649
649
  /** Enable fact graph traversal branch in hybrid search (default false) */
650
650
  expandFacts?: boolean;
651
- /** Include superseded and contradicted memories in results (default false) */
651
+ /** Include superseded and duplicate memories in results (default false). Contradicted memories are always included and ranked by relevance. */
652
652
  includeSuperseded?: boolean;
653
653
  /** Weight for entity graph branch in hybrid search (0-1, default 0.1) */
654
654
  entityWeight?: number;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@memnexus-ai/sdk",
3
- "version": "1.62.4",
3
+ "version": "1.62.6",
4
4
  "description": "Official Node.js SDK for the MemNexus API",
5
5
  "license": "Proprietary",
6
6
  "type": "module",