Community SDK Installation
Zep provides SDKs for Python, TypeScript, and Go.
Python
This is the guide for installing sdks for Zep Community Edition (>=v1.0.0).
If you are using Zep Cloud, please refer to the Zep Cloud SDK Installation guide.
If you are using an older version of Zep Open Source, please refer to Legacy SDK Installation guide and consider upgrading to the latest version.
pip
poetry
TypeScript
npm
yarn
pnpm
Initialize Client
The default base URL for the Zep client is http://localhost:8000
.
Python
TypeScript
Go
Zep also offers an async client for Python. To use the async client, import AsyncZep
instead of Zep
.
The Python SDK Supports Async Use
In order to use async client, you will need to import AsyncZep instead of Zep.
Usage Example
Python
TypeScript
The Zep Community Edition SDKs are API compatible with the Zep Cloud SDKs. The Zep Guides and API reference note where functionality may differ.
Next Steps:
- Install the Zep Community Edition SDKs
- Read the Zep Service Guides
- Explore the Zep API Reference