From e1022fa21dbfb6d8dbea1901ca76383dc2d65cb7 Mon Sep 17 00:00:00 2001
From: Scarlett Attensil <56320324+sattensil@users.noreply.github.com>
Date: Fri, 21 Feb 2025 10:32:54 -0800
Subject: [PATCH] Scarlett/add logo and stars (#269)
* Add logo and star call out
* Update README.md
Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>
---------
Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>
---
README.md | 18 ++++++++++--------
1 file changed, 10 insertions(+), 8 deletions(-)
diff --git a/README.md b/README.md
index 631feaf7..60878f7b 100644
--- a/README.md
+++ b/README.md
@@ -1,9 +1,13 @@
-
-
-# Graphiti
-
-## Temporal Knowledge Graphs for Agentic Applications
+
+
+
+
+
+
+Graphiti
+
+
Temporal Knowledge Graphs for Agentic Applications
[](https://discord.com/invite/W8Kw6bsgXQ)
@@ -12,10 +16,9 @@
[](https://github.com/getzep/Graphiti/actions/workflows/typecheck.yml)
[](https://codespaces.new/getzep/Graphiti)
+:star: *Help us reach more developers and grow the Graphiti community. Star this repo!*
-
-
Graphiti builds dynamic, temporally aware Knowledge Graphs that represent complex, evolving relationships between
entities over time. Graphiti ingests both unstructured and structured data, and the resulting graph may be queried using
a fusion of time, full-text, semantic, and graph algorithm approaches.
@@ -178,7 +181,6 @@ graphiti.close()
```
## Graph Service
-
The `server` directory contains an API service for interacting with the Graphiti API. It is built using FastAPI.
Please see the [server README](./server/README.md) for more information.