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
If you have any questions or feedback, let us know in the user forum.
