0.10.0 • Published 9 days ago

@getzep/zep-js v0.10.0

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
9 days ago

npm node-build-test CodeQL

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 TypeScript / JavaScript Client

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

Installation

npm install @getzep/zep-js

Zep cloud Installation

In order to install zep js sdk with zep-cloud support, you will need to install a pre-release version tagged with @next.

npm install @getzep/zep-js@next

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-js@next:

In the pre-release version zep-js sdk comes with ZepChatMessageHistory and ZepVectorStore classes that are compatible with Langchain's JS expression language

In order to use these classes in your application, you need to make sure that you have @langchain/core package installed:

npm install @langchain/core@^0.1.23

You can import these classes in the following way:

import { ZepChatMessageHistory, ZepVectorStore } from "@getzep/zep-js/langchain"
2.1.0-rc.1

9 days ago

2.0.1-rc.1

9 days ago

2.0.0-rc.5

12 days ago

2.0.0-rc.4

2 months ago

2.0.0-rc.3

3 months ago

2.0.0-rc.2

3 months ago

2.0.0-rc.1

3 months ago

2.0.0-b.0

3 months ago

0.10.0

5 months ago

0.5.0-alpha.0

9 months ago

0.9.0

6 months ago

0.7.2

8 months ago

0.6.3

9 months ago

0.8.0

7 months ago

0.7.1

8 months ago

0.6.2

9 months ago

0.5.0

9 months ago

0.7.0

9 months ago

0.6.1

9 months ago

0.6.0

9 months ago

0.4.1

11 months ago

0.4.0

11 months ago

0.3.1

12 months ago

0.3.0

12 months ago

0.2.9

12 months ago

0.2.8

12 months ago

0.2.7

12 months ago

0.2.6

12 months ago