Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@getzep/zep-js

Package Overview
Dependencies
Maintainers
3
Versions
31
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@getzep/zep-js

Zep: Fast, scalable building blocks for production LLM apps

  • 2.0.0-rc.2
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
28K
increased by3.23%
Maintainers
3
Weekly downloads
 
Created
Source

npm node-build-test CodeQL

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 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"

Keywords

FAQs

Package last updated on 14 Feb 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc