diff --git a/README.md b/README.md index 4ba23f95..a3740e2e 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@
-
+
-## Graphiti and Zep Memory
-
-Graphiti powers the core of [Zep's memory layer](https://www.getzep.com) for LLM-powered Assistants and Agents.
-
-We're excited to open-source Graphiti, believing its potential reaches far beyond memory applications.
-
## Installation
Requirements:
@@ -103,7 +111,7 @@ poetry add graphiti-core
> [!IMPORTANT]
> Graphiti uses OpenAI for LLM inference and embedding. Ensure that an `OPENAI_API_KEY` is set in your environment.
-> Support for Anthropic and Groq LLM inferences is available, too.
+> Support for Anthropic and Groq LLM inferences is available, too. Other LLM providers may be supported via OpenAI compatible APIs.
```python
from graphiti_core import Graphiti
@@ -194,13 +202,9 @@ as such this feature is off by default.
Graphiti is under active development. We aim to maintain API stability while working on:
-- [x] Implementing node and edge CRUD operations
-- [ ] Improving performance and scalability
-- [ ] Achieving good performance with different LLM and embedding models
-- [x] 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
+ - Allow developers to provide their own defined node and edge classes when ingesting episodes
+ - Enable more flexible knowledge representation tailored to specific use cases
- [x] Enhancing retrieval capabilities with more robust and configurable options
- [ ] Expanding test coverage to ensure reliability and catch edge cases
diff --git a/images/arxiv-screenshot.png b/images/arxiv-screenshot.png
new file mode 100644
index 00000000..f5f59647
Binary files /dev/null and b/images/arxiv-screenshot.png differ