Quick Start
Get started with Zep Community Edition
Starting a Zep server locally is simple.
- Clone the Zep repo
- Configure your Zep server by editing the
zep.yaml
file.
- Start the Zep server:
Make sure to set the secret
value in the zep.yaml
configuration file.
Additionally, make sure that you expose an OPENAI_API_KEY
environment variable either in a local .env file or by running:
This will start a Zep API server on port 8000
and Graphiti service on port 8003
.
- Get started with the Zep SDKs!