From 398e1c13dc50d14d476d13137308b3724a916698 Mon Sep 17 00:00:00 2001 From: Pavlo Paliychuk Date: Tue, 27 Aug 2024 14:01:08 -0400 Subject: [PATCH] Update status and roadmap section (#53) * Update status and roadmap section * update * update --- README.md | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 3a97b4ec..964c7eb0 100644 --- a/README.md +++ b/README.md @@ -342,17 +342,18 @@ print_facts(results) ## Status and Roadmap -wip, but endavour to not break API. +graphiti is under active development. We aim to maintain API stability while working on: -graphiti is under active development. Areas we're actively working on: +- [ ] Implementing node and edge CRUD operations +- [ ] Improving performance and scalability +- [ ] Achieving good performance with different LLM and embedding models +- [ ] Creating a dedicated embedder interface +- [ ] Supporting custom graph schemas: + - Allow developers to provide their own defined node and edge classes when ingesting episodes + - Enable more flexible knowledge representation tailored to specific use cases +- [ ] Enhancing retrieval capabilities with more robust and configurable options +- [ ] Expanding test coverage to ensure reliability and catch edge cases -- performance and scalability -- search improvements -- node CRUD - -TODO: expand on the above. Include ROADMAP - -Latency scales sublinearly with graph size, with a cap ## Contributing