@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 +1 -1
- package/dist/index.d.ts +1 -1
- package/package.json +1 -1
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
|
|
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
|
|
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;
|