AIToday
Open-Source AIDaily Dose of Data SciencePublished: Jun 20, 2026, 06:00 JST1 min read

Open-source AI avatar adds knowledge-graph memory

Open-source AI avatar adds knowledge-graph memory

3 Key Points

  1. What happened

    A developer published an open-source AI avatar that uses a knowledge graph as its memory system, allowing real-time conversation. The system combines vector search speed with knowledge-graph context, powered by Zep's open-source knowledge retrieval framework Graphiti (available under Apache 2.0). The setup uses fine-tuned Qwen3 and Gemma models with embedding and reranking times under 10ms and 50ms respectively, plus S3 with hot caching for dense vector and BM25 search.

  2. Why it matters

    Traditional RAG (retrieval-augmented generation) systems treat documents as isolated chunks without context, while knowledge graphs are smart but slow in real-time use. This project demonstrates a working middle ground—combining the speed of vector search with the contextual understanding of knowledge graphs—showing a practical way to give AI agents richer memory without sacrificing response time. The code and framework are fully open-sourced, so anyone can self-host it.

  3. What to watch

    Zep's Graphiti framework is available under Apache 2.0 and the full code is open-sourced on GitHub, making this immediately accessible to developers who want to build similar memory-aware AI systems locally without reliance on proprietary databases.

Ask the AI about this article →

Daily Dose of Data ScienceRead Original Article

Get the latest Open-Source AI news every morning

For example, today's edition would include:

  • DataAgent launches with $10M to auto-fix Kubernetes faultsSiliconANGLE AI · 5h ago
  • Z.ai runs GLM on 100,000 Chinese AI chipsDIGITIMES Asia · 8h ago
  • Broadcom Unveils VMware AI Factory for Faster Private AITop Companies AI · 18h ago

AI-summarized, only the topics you pick — one digest a day via Email, Slack, or Discord.

Free · takes 30 seconds · unsubscribe anytimeWhat is AIToday? →

Ask AI

Ask AI anything about this article. Q&As are published on this page for other readers too.

Related Articles

Next articleslash-agent brings LLM coding help directly to your terminal