@memnexus-ai/sdk 1.62.0 → 1.62.2

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
@@ -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 true) */
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 true) */
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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@memnexus-ai/sdk",
3
- "version": "1.62.0",
3
+ "version": "1.62.2",
4
4
  "description": "Official Node.js SDK for the MemNexus API",
5
5
  "license": "Proprietary",
6
6
  "type": "module",