parent
088029a80c
commit
5e57c58037
1 changed files with 7 additions and 5 deletions
|
|
@ -47,7 +47,8 @@ recall and state-based reasoning for both assistants and agents.
|
||||||
|
|
||||||
Graphiti powers the core of [Zep's memory layer](https://www.getzep.com) for LLM-powered Assistants and Agents.
|
Graphiti powers the core of [Zep's memory layer](https://www.getzep.com) for LLM-powered Assistants and Agents.
|
||||||
|
|
||||||
Using Graphiti, we've demonstrated Zep is the [State of the Art in Agent Memory](https://blog.getzep.com/state-of-the-art-agent-memory/).
|
Using Graphiti, we've demonstrated Zep is
|
||||||
|
the [State of the Art in Agent Memory](https://blog.getzep.com/state-of-the-art-agent-memory/).
|
||||||
|
|
||||||
Read our paper: [Zep: A Temporal Knowledge Graph Architecture for Agent Memory](https://arxiv.org/abs/2501.13956).
|
Read our paper: [Zep: A Temporal Knowledge Graph Architecture for Agent Memory](https://arxiv.org/abs/2501.13956).
|
||||||
|
|
||||||
|
|
@ -86,7 +87,7 @@ scale:
|
||||||
Requirements:
|
Requirements:
|
||||||
|
|
||||||
- Python 3.10 or higher
|
- Python 3.10 or higher
|
||||||
- Neo4j 5.21 or higher
|
- Neo4j 5.26 or higher
|
||||||
- OpenAI API key (for LLM inference and embedding)
|
- OpenAI API key (for LLM inference and embedding)
|
||||||
|
|
||||||
Optional:
|
Optional:
|
||||||
|
|
@ -111,7 +112,8 @@ poetry add graphiti-core
|
||||||
|
|
||||||
> [!IMPORTANT]
|
> [!IMPORTANT]
|
||||||
> Graphiti uses OpenAI for LLM inference and embedding. Ensure that an `OPENAI_API_KEY` is set in your environment.
|
> 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. Other LLM providers may be supported via OpenAI compatible APIs.
|
> Support for Anthropic and Groq LLM inferences is available, too. Other LLM providers may be supported via OpenAI
|
||||||
|
> compatible APIs.
|
||||||
|
|
||||||
```python
|
```python
|
||||||
from graphiti_core import Graphiti
|
from graphiti_core import Graphiti
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue