diff --git a/README.md b/README.md index 631feaf..60878f7 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,13 @@ -
- -# Graphiti - -## Temporal Knowledge Graphs for Agentic Applications +

+ + Zep Logo + +

+

+Graphiti +

+

Temporal Knowledge Graphs for Agentic Applications


[![Discord](https://dcbadge.vercel.app/api/server/W8Kw6bsgXQ?style=flat)](https://discord.com/invite/W8Kw6bsgXQ) @@ -12,10 +16,9 @@ [![MyPy Check](https://github.com/getzep/Graphiti/actions/workflows/typecheck.yml/badge.svg)](https://github.com/getzep/Graphiti/actions/workflows/typecheck.yml) [![Open in GitHub Codespaces](https://github.com/codespaces/badge.svg)](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.