From a03e2fe9050ca5c652e2c937da3570dd0f9083c8 Mon Sep 17 00:00:00 2001 From: shihanwan Date: Wed, 2 Oct 2024 15:49:53 -0400 Subject: [PATCH] Update README.md --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4b3b8db..3bd129a 100644 --- a/README.md +++ b/README.md @@ -18,8 +18,9 @@ `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. +- `memonto` automatically extracts information that maps onto that ontology into a memory graph (triple store). +- Memory data can be queried directly with `SPARQL` returning a list of matching triples (subject > predicate > object). +- Memories can also be contextually summarized with the addition of a vector store. ``` ┌─────────────────────────────┐ ┌──────────────────────┐ ┌─────────────────────────────────┐