📢 Announcing our research paper: Zentry achieves 26% higher accuracy than OpenAI Memory, 91% lower latency, and 90% token savings! Read the paper to learn how we're revolutionizing AI agent memory.
Overview
The Personalized AI Companion leverages Zentry to retain information across interactions, enabling a tailored learning experience. It creates memories for each user interaction and integrates with OpenAI’s GPT models to provide detailed and context-aware responses to user queries.Setup
Before you begin, follow these steps to set up the demo application:-
Clone the Zentry repository:
-
Navigate to the demo application folder:
-
Install dependencies:
-
Set up environment variables by creating a
.envfile in the project root with the following content:You can obtain yourZentry_API_KEYby signing up at Zentry API Dashboard. -
Start the development server:
Enhancing the Next.js Application
Once the demo is running, you can customize and enhance the Next.js application by modifying the components in theZentry-demo folder. Consider:
- Adding new memory features to improve contextual retention.
- Customizing the UI to better suit your application needs.
- Integrating additional APIs or third-party services to extend functionality.