Skip to content

Commit f7dde6b

Browse files
Merge branch 'main' into v3
2 parents 44fe311 + 5f58714 commit f7dde6b

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
</p>
1010

1111
<h1 align="center">
12-
Zep: Long-Term Memory for ‍AI Assistants.
12+
Zep: Long-Term Context for ‍AI Assistants.
1313
</h1>
1414
<h2 align="center">Recall, understand, and extract data from chat histories. Power personalized AI experiences.</h2>
1515
<br />
@@ -24,7 +24,7 @@ Zep: Long-Term Memory for ‍AI Assistants.
2424
</p>
2525

2626
## What is Zep? 💬
27-
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.
27+
Zep is a context engineering platform 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.
2828

2929
### Cloud Installation
3030
You can install the Zep Cloud SDK by running:
@@ -53,7 +53,7 @@ pip install "zep-python>=1.5.0,<2.0.0"
5353

5454
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.
5555

56-
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.
56+
Zep also provides a simple, easy to use abstraction for document vector search called Document Collections. This is designed to complement Zep's core context features, but is not designed to be a general purpose vector database.
5757

5858
Zep allows you to be more intentional about constructing your prompt:
5959
1. automatically adding a few recent messages, with the number customized for your app;

0 commit comments

Comments
 (0)