AIAny
AI Agent2023
Icon for item

Cognee

Gives AI agents persistent long-term memory: ingests documents in any format and continuously builds a self-hosted knowledge graph fusing vector embeddings, graph reasoning, and ontology grounding, so agents recall and reason over connected facts.

Introduction

Most retrieval setups treat memory as a flat vector store: chunk, embed, fetch the nearest neighbors, hope the context is enough. The harder problem is that agents forget what they learned last session and can't reason over how facts connect. Cognee reframes memory as a knowledge graph that an agent grows over time, so recall becomes a graph traversal rather than a similarity lookup, and connections between facts survive across sessions.

What Sets It Apart
  • Graph + vector, not either/or: documents become both semantically searchable embeddings and relationally linked graph nodes, so a query can follow relationships instead of returning isolated chunks.
  • A four-verb memory API: Remember, Recall (with auto-routing that picks the search strategy), Forget, and Improve (learning from feedback) — memory operations are first-class rather than bolted onto a vector DB.
  • Self-hosted and traceable: the graph runs on your infrastructure with audit trails and OTEL telemetry, and ontology grounding keeps the structure coherent as it grows rather than drifting into noise.
Who It's For

Great fit if you're building agents that need to accumulate knowledge across many sessions, share memory between agents, or reason over how entities relate — and you want that graph on your own infrastructure. Look elsewhere if you only need single-turn RAG over a static corpus; running and maintaining a knowledge graph plus its ontology is meaningful overhead that a plain vector store avoids. A managed Cognee Cloud option exists if you want the model without operating the graph yourself.

Information

  • Websitegithub.com
  • Organizationstopoteretes, Cognee
  • Authorstopoteretes, Cognee contributors
  • Published date2023/08/16

More Items

Hugging Face
AI Model2026

Open-weights LLM fine-tuned for phone-based voice agents that prioritizes low latency and reliable tool/function calling. Based on NVIDIA Nemotron 3 Nano (30B total, 3.5B active), supports very long contexts (262,144 tokens) and recommends temperature=0 with thinking disabled for deployment.

GitHub
AI Infra2025

Measures generative AI inference performance with token-level metrics (TTFT, inter-token latency), latency, and throughput under realistic traffic patterns. Provides a multiprocess engine, real-time TUI dashboard, extensible plugins, and integrations for telemetry and result uploads, aimed at inference benchmarking and capacity planning.

GitHub
AI Agent2026

A curated collection of production-ready Agent Skills that turn tasks—presentation production, image generation, local KB retrieval, article assembly, and web-design—into agent-loadable skill folders. Uses a SKILL.md contract, supports multiple agent runtimes (Claude Code, Cursor, Codex), and offers modular install paths with pinned release zips.