Memory APIs
Search Memories (v2)
The v2 search API is powerful and flexible, allowing for more precise memory retrieval. It supports complex logical operations (AND, OR, NOT) and comparison operators for advanced filtering capabilities. The comparison operators include:
-
in
: Matches any of the values specified -
gte
: Greater than or equal to -
lte
: Less than or equal to -
gt
: Greater than -
lt
: Less than -
ne
: Not equal to -
icontains
: Case-insensitive containment check