Skip to main content
Go to documentation:
⌘U
Weaviate Database

Develop AI applications using Weaviate's APIs and tools

Deploy

Deploy, configure, and maintain Weaviate Database

Query Agent

Run agentic search over your Weaviate Cloud collections

Weaviate Cloud

Manage and scale Weaviate in the cloud

Engram

Persistent memory for LLM agents and applications

Additional resources

Integrations
Contributor guide
Events & Workshops
Weaviate Academy

Need help?

Weaviate LogoAsk AI Assistant⌘K
Community Forum

Search

Engram supports three search strategies for finding relevant memories:

TypeDescriptionBest for
vectorPure semantic search using embeddingsFinding conceptually related memories
bm25Full-text keyword searchExact term matching
hybridCombination of vector and BM25General-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.

Was this page helpful?