Security News
Fluent Assertions Faces Backlash After Abandoning Open Source Licensing
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
@getzep/zep-js
Advanced tools
Quick Start |
Documentation |
LangChain and
LlamaIndex Support |
Discord
www.getzep.com
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.
This is the TypeScript / JavaScript client package for the Zep service. For more information about Zep, see https://github.com/getzep/zep
npm install @getzep/zep-js
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
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"
FAQs
Zep: Fast, scalable building blocks for production LLM apps
The npm package @getzep/zep-js receives a total of 24,411 weekly downloads. As such, @getzep/zep-js popularity was classified as popular.
We found that @getzep/zep-js demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 3 open source maintainers collaborating on the project.
Did you know?
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.
Security News
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
Research
Security News
Socket researchers uncover the risks of a malicious Python package targeting Discord developers.
Security News
The UK is proposing a bold ban on ransomware payments by public entities to disrupt cybercrime, protect critical services, and lead global cybersecurity efforts.