You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/user_guide/session_manager_06.ipynb
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -424,7 +424,7 @@
424
424
"cell_type": "markdown",
425
425
"metadata": {},
426
426
"source": [
427
-
"Rather than naively pass the most recent conversation we can use RedisVL to find only the semantically relevant sections of our conversation based on our new prompt. We can do this with the `fetch_context()` method."
427
+
"Rather than naively pass the most recent conversation we can use RedisVL to find only the semantically relevant sections of our conversation based on our new prompt. We can do this with the `fetch_relevant()` method."
428
428
]
429
429
},
430
430
{
@@ -462,7 +462,7 @@
462
462
"source": [
463
463
"prompt = \"Can you give me the avocado one?\"\n",
0 commit comments