Search
Engram supports three search strategies for finding relevant memories:
| Type | Description | Best for |
|---|---|---|
vector |
Pure semantic search using embeddings | Finding conceptually related memories |
bm25 |
Full-text keyword search | Exact term matching |
hybrid |
Combination of vector and BM25 | General-purpose search (recommended) |
You specify the search retrieval type in the retrieval_config when searching.
Questions and feedback
Section titled “Questions and feedback”Have a question or feedback? Here's how to reach us.