Skip to content

v1.2.3

Latest

Choose a tag to compare

@nullure nullure released this 12 Dec 15:32
· 27 commits to main since this release

1.2.3 - 2025-12-14

Added

  • Temporal Filtering: Enables precise time-based memory retrieval
    • Added startTime and endTime filters to query method across Backend, JS SDK, and Python SDK.
    • Allows filtering memories by creation time range.
    • Fully integrated into hsg_query logic.

Fixed

  • JavaScript SDK Types: Fixed IngestURLResult import error and v.v property access bug in VectorStore integration.
  • Python SDK Filtering: Fixed missing implementation of user_id and temporal filters in hsg_query loop.

What's Changed

  • fix: Add PATCH to CORS allowed methods by @aziham in #93

New Contributors

Full Changelog: v1.2.2...v1.2.3