From cdecd5e6ef71d048809583e7777570cc7ee8dfba Mon Sep 17 00:00:00 2001 From: shihanwan Date: Tue, 1 Oct 2024 22:59:21 -0400 Subject: [PATCH] add banner --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index a5e09bc..bea36b5 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,9 @@ # MemOnto 🧠 +

+ logo +

+ `memonto` (_memory + ontology_) adds memory to AI agents based on an user 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. ```