@memnexus-ai/sdk 1.62.0 → 1.62.1
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
|
@@ -646,7 +646,7 @@ interface SearchRequest {
|
|
|
646
646
|
expandEntities?: boolean;
|
|
647
647
|
/** Enable topic graph traversal branch in hybrid search (default true) */
|
|
648
648
|
expandTopics?: boolean;
|
|
649
|
-
/** Enable fact graph traversal branch in hybrid search (default
|
|
649
|
+
/** Enable fact graph traversal branch in hybrid search (default false) */
|
|
650
650
|
expandFacts?: boolean;
|
|
651
651
|
/** Include superseded and contradicted memories in results (default false) */
|
|
652
652
|
includeSuperseded?: boolean;
|
package/dist/index.d.ts
CHANGED
|
@@ -646,7 +646,7 @@ interface SearchRequest {
|
|
|
646
646
|
expandEntities?: boolean;
|
|
647
647
|
/** Enable topic graph traversal branch in hybrid search (default true) */
|
|
648
648
|
expandTopics?: boolean;
|
|
649
|
-
/** Enable fact graph traversal branch in hybrid search (default
|
|
649
|
+
/** Enable fact graph traversal branch in hybrid search (default false) */
|
|
650
650
|
expandFacts?: boolean;
|
|
651
651
|
/** Include superseded and contradicted memories in results (default false) */
|
|
652
652
|
includeSuperseded?: boolean;
|