Skip to main content

Zep: Fast, scalable building blocks for LLM apps. This is the Python client for the Zep service.

Project description

Tests lint Release to PyPI GitHub

Zep Logo

Zep: Fast, scalable building blocks for LLM apps

Chat history memory, embedding, vector search, data enrichment, and more.

Quick Start | Documentation | LangChain and LlamaIndex Support | Discord
www.getzep.com

What is Zep?

Zep is an open source platform for productionizing LLM apps. Zep summarizes, embeds, and enriches chat histories and documents asynchronously, ensuring these operations don't impact your user's chat experience. Data is persisted to database, allowing you to scale out when growth demands. As drop-in replacements for popular LangChain components, you can get to production in minutes without rewriting code.

Zep Demo Video

Zep Python Client

This is the Python client package for the Zep service. For more information about Zep, see https://github.com/getzep/zep.

Zep QuickStart Guide: https://docs.getzep.com/deployment/quickstart

Zep Documentation: https://docs.getzep.com

Installation

pip install zep-python

-- OR --

poetry add zep-python

Zep Cloud Installation

In order to install Zep Python SDK with Zep Cloud support, you will need to install a release candidate version.

pip install --pre zep-python

-- OR --

poetry add zep-python@^2.0.0-rc

You will also need to provide a Zep Project API key to your zep client for cloud support. You can find out about Zep Projects in our cloud docs

Using LangChain Zep Classes with zep-python

(Currently only available on release candidate versions)

In the pre-release version zep-python sdk comes with ZepChatMessageHistory and ZepVectorStore classes that are compatible with LangChain's Python expression language

In order to use these classes in your application, you need to make sure that you have langchain_core package installed, please refer to Langchain's docs installation section.

We support langchain_core@>=0.1.3<0.2.0

You can import these classes in the following way:

from zep_python.langchain import ZepChatMessageHistory, ZepVectorStore

Running Examples

You will need to set the following environment variables to run examples in the examples directory:

# Please use examples/.env.example as a template for .env file

# Required
ZEP_API_KEY=<zep-project-api-key># Your Zep Project API Key
ZEP_COLLECTION=<zep-collection-name># used in ingestion script and in vector store examples
OPENAI_API_KEY=<openai-api-key># Your OpenAI API Key

# Optional (If you want to use langsmith with LangServe Sample App)
LANGCHAIN_TRACING_V2=true
LANGCHAIN_API_KEY=<your-langchain-api-key>
LANGCHAIN_PROJECT=<your-langchain-project-name># If not specified, defaults to "default"

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

zep_python-2.0.0b1.tar.gz (25.9 kB view details)

Uploaded Source

Built Distribution

zep_python-2.0.0b1-py3-none-any.whl (32.3 kB view details)

Uploaded Python 3

File details

Details for the file zep_python-2.0.0b1.tar.gz.

File metadata

  • Download URL: zep_python-2.0.0b1.tar.gz
  • Upload date:
  • Size: 25.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/4.0.2 CPython/3.11.8

File hashes

Hashes for zep_python-2.0.0b1.tar.gz
Algorithm Hash digest
SHA256 d4e105af009f8cb2bfc35e86cfa2a6058990b4de84e46900313a0c896827aa4a
MD5 19cd730207856808276f94442f835770
BLAKE2b-256 da42f9e5a5c8a1bb82e0ee209164f768fd8b291f74d39f12c77d9644f442ea9e

See more details on using hashes here.

File details

Details for the file zep_python-2.0.0b1-py3-none-any.whl.

File metadata

  • Download URL: zep_python-2.0.0b1-py3-none-any.whl
  • Upload date:
  • Size: 32.3 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/4.0.2 CPython/3.11.8

File hashes

Hashes for zep_python-2.0.0b1-py3-none-any.whl
Algorithm Hash digest
SHA256 9057bf778f83d306c2cc5ff3d24c4e26c3eafbd8b9a31d0ab566ed1c1da90d9b
MD5 0f90654aaa29038a782ccc43dd2f6ce3
BLAKE2b-256 3841ebbf928bd98c75e6e89f5d3b061bc11d4a28ca65dec4f95e06a89713af4c

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page