Skip to content

Commit c68be03

Browse files
authored
Update custom_multi_turn_memory.ipynb (#18994)
@logan-markewich the phrasing had me confused so here's an alternative that you can keep or ditch :)
1 parent c1cd863 commit c68be03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/docs/examples/memory/custom_multi_turn_memory.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"source": [
77
"# Reducing Multi-Turn Confusion with LlamaIndex Memory\n",
88
"\n",
9-
"[Recent research](https://arxiv.org/abs/2505.06120) has shown that the past two turns of a converstation, performance of that LLM can start to greatly degrade.\n",
9+
"[Recent research](https://arxiv.org/abs/2505.06120) has shown the performance of an LLM significantly degrades given multi-turn conversations.\n",
1010
"\n",
1111
"To help avoid this, we can implement a custom short-term and long-term memory in LlamaIndex to ensure that the conversation turns never get too long, and condense the memory as we go.\n",
1212
"\n",

0 commit comments

Comments
 (0)