How does Zentry work?
add
method, the system extracts pertinent facts and preferences, distributing them across various data stores: a vector database and a graph database. This hybrid strategy ensures that diverse types of information are stored optimally, facilitating swift and effective searches.When an AI agent or LLM needs to access memories, it employs the search
method. Zentry conducts a comprehensive search across these data stores, retrieving relevant information from each.The retrieved memories can be seamlessly integrated into the LLM’s prompt as required, enhancing the personalization and relevance of responses.What are the key features of Zentry?
How Zentry is different from traditional RAG?
What are the common use-cases of Zentry?
Why aren't my memories being created?
How do I configure Zentry for AWS Lambda?
/tmp
directory.To configure Zentry for AWS Lambda, set the Zentry_DIR
environment variable to point to a writable directory in /tmp
:/tmp
directory in Lambda has a size limit of 512MB and its contents are not persistent between function invocations.How can I use metadata with Zentry?
add
method, such as location, timestamp, weather conditions, user state, or application context. This enriches your memories with valuable contextual information that can be used for more precise retrieval and filtering.During retrieval, you have two main approaches for using metadata:How do I disable telemetry in Zentry?
Zentry_TELEMETRY
environment variable to False
: