Security News
Research
Data Theft Repackaged: A Case Study in Malicious Wrapper Packages on npm
The Socket Research Team breaks down a malicious wrapper package that uses obfuscation to harvest credentials and exfiltrate sensitive data.
@getzep/zep-cloud
Advanced tools
Documentation |
LangChain |
Discord
www.getzep.com
Zep is a long-term memory service for AI Assistant apps. With Zep, you can provide AI assistants with the ability to recall past conversations, no matter how distant, while also reducing hallucinations, latency, and cost.
You can install the Zep Cloud SDK by running:
npm install @getzep/zep-cloud
[!NOTE] Zep Cloud overview and cloud sdk guide.
npm install @getzep/zep-js
[!NOTE] Zep Community Edition quick start and sdk guide.
You can install Zep v0.x compatible sdk by running:
npm install @getzep/zep-js@^0.10.0
[!NOTE] Zep v0.x quick start and sdk guide.
Zep persists and recalls chat histories, and automatically generates summaries and other artifacts from these chat histories. It also embeds messages and summaries, enabling you to search Zep for relevant context from past conversations. Zep does all of this 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.
Zep also provides a simple, easy to use abstraction for document vector search called Document Collections. This is designed to complement Zep's core memory features, but is not designed to be a general purpose vector database.
Zep allows you to be more intentional about constructing your prompt:
Zep Cloud offers:
You will also need to provide a Zep Project API key to your zep client. You can find out about zep projects in our cloud docs
zep-cloud
:zep-cloud
sdk comes with ZepChatMessageHistory
, ZepVectorStore
and ZepMemory
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
package installed:
npm install langchain@^0.1.23
You can import these classes in the following way:
import { ZepChatMessageHistory, ZepVectorStore, ZepMemory } from "@getzep/zep-cloud/langchain"
FAQs
Zep: Fast, scalable building blocks for production LLM apps
The npm package @getzep/zep-cloud receives a total of 21,226 weekly downloads. As such, @getzep/zep-cloud popularity was classified as popular.
We found that @getzep/zep-cloud 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
Research
The Socket Research Team breaks down a malicious wrapper package that uses obfuscation to harvest credentials and exfiltrate sensitive data.
Research
Security News
Attackers used a malicious npm package typosquatting a popular ESLint plugin to steal sensitive data, execute commands, and exploit developer systems.
Security News
The Ultralytics' PyPI Package was compromised four times in one weekend through GitHub Actions cache poisoning and failure to rotate previously compromised API tokens.