POST /v1/search — Full-text search without embedding costs.
/v1/recall when you don’t need semantic embeddings or want to reduce costs.
This endpoint uses PostgreSQL full-text search (tsvector) rather than vector similarity, making it faster and free from embedding API costs.
10. Max: 100.correction, preference, decision, project, observation, or general.| Use Case | Endpoint |
|---|---|
| Natural language semantic search | /v1/recall |
| Keyword/exact match search | /v1/search |
| Need vector similarity scoring | /v1/recall |
| Reduce embedding API costs | /v1/search |
| Find memories with specific words | /v1/search |