From 53650516ff547ef63a0b591ebf85eeaaffae2dc9 Mon Sep 17 00:00:00 2001 From: shihanwan Date: Wed, 2 Oct 2024 15:39:22 -0400 Subject: [PATCH] simplify summary --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 46524b4..4b3b8db 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,10 @@

-`memonto` (_memory + ontology_) adds memory to AI agents based on custom defined ontology. Define your own [RDF](https://www.w3.org/RDF/) ontology with [`rdflib`](https://github.com/RDFLib/rdflib) then have `memonto` automatically extract information that maps onto that ontology into a memory graph. The memories in the memory graph can be queried directly with `SPARQL` queries or contextually summarized. +`memonto` (_memory + ontology_) adds memory to AI agents based on your custom defined ontology. +- Define your own [RDF](https://www.w3.org/RDF/) ontology with [`rdflib`](https://github.com/RDFLib/rdflib). +- `memonto` automatically extracts information that maps onto that ontology into a memory graph. +- The memories can then be queried directly with `SPARQL` queries or contextually summarized. ``` ┌─────────────────────────────┐ ┌──────────────────────┐ ┌─────────────────────────────────┐