Quick Start
Get started with Zep Open Source v0.x
You are viewing the Zep Open Source v0.x documentation. This version is no longer supported, and documentation is provided as a reference only.
The current documentation for Zep Community Edition is available here.
Prefer not to manage Zep yourself?
Starting a Zep server locally is simple.
- Clone the Zep repo
- Add your OpenAI API key to a
.env
file in the root of the repo:
Note: Zep uses OpenAI for chat history summarization, intent analysis, and, by default, embeddings. You can get an Open AI Key here.
- Start the Zep server:
This will start a Zep server on port 8000
, and NLP and database server backends.
- Get started with the Zep SDKs!