diff --git a/README.md b/README.md
index 492fc134..817018f7 100644
--- a/README.md
+++ b/README.md
@@ -20,15 +20,14 @@ Graphiti builds dynamic, temporally aware Knowledge Graphs that represent comple
-
- +
+ +
## Graphiti and Zep Memory @@ -54,8 +57,6 @@ Graphiti powers the core of [Zep's memory layer](https://www.getzep.com) for LLM We're excited to open-source Graphiti, believing its potential reaches far beyond memory applications. - - ## Installation Requirements: @@ -81,8 +82,6 @@ or poetry add graphiti-core ``` - - ## Quick Start > [!IMPORTANT] @@ -97,7 +96,7 @@ from datetime import datetime graphiti = Graphiti("bolt://localhost:7687", "neo4j", "password") # Initialize the graph database with Graphiti's indices. This only needs to be done once. -graphiti.build_indices_and_constraints() +graphiti.build_indices_and_constraints() # Add episodes episodes = [ @@ -150,18 +149,15 @@ await graphiti.search('Who was the California Attorney General?', center_node_uu graphiti.close() ``` - - ## Documentation Visit the Zep knowledge base for Graphiti [Guides and API documentation](https://help.getzep.com/Graphiti/Graphiti). - ## Status and Roadmap Graphiti is under active development. We aim to maintain API stability while working on: -- [X] Implementing node and edge CRUD operations +- [x] Implementing node and edge CRUD operations - [ ] Improving performance and scalability - [ ] Achieving good performance with different LLM and embedding models - [ ] Creating a dedicated embedder interface @@ -171,7 +167,6 @@ Graphiti is under active development. We aim to maintain API stability while wor - [ ] Enhancing retrieval capabilities with more robust and configurable options - [ ] Expanding test coverage to ensure reliability and catch edge cases - ## Contributing We encourage and appreciate all forms of contributions, whether it's code, documentation, addressing GitHub Issues, or answering questions in the Graphiti Discord channel. For detailed guidelines on code contributions, please refer to [CONTRIBUTING](CONTRIBUTING.md). diff --git a/images/graphiti-graph-intro.gif b/images/graphiti-graph-intro.gif new file mode 100644 index 00000000..57b46ac8 Binary files /dev/null and b/images/graphiti-graph-intro.gif differ