Search Memories
Hybrid search with vector similarity, full-text, and reranking.
Request body
| Field | Type | Required | Description |
|---|---|---|---|
query | string | Yes | Search query |
filters | object | No | Filter by tags, metadata, type |
limit | number | No | Max results (default: 10) |
includeGraph | boolean | No | Include knowledge graph connections |
userId | string | No | Scope to a specific user |
Response
Filter operators
Use rich operators in the filters.metadata field:
$eq— Equal to$gte— Greater than or equal$lte— Less than or equal$in— In array$nin— Not in array$exists— Field exists