From 9e6748e198f613a0e36c457aac67db035ac261f4 Mon Sep 17 00:00:00 2001 From: Bagatur <22008038+baskaryan@users.noreply.github.com> Date: Wed, 15 Nov 2023 18:06:52 -0800 Subject: [PATCH] DOCS: rag nit (#13436) --- docs/docs/use_cases/question_answering/index.ipynb | 8 -------- 1 file changed, 8 deletions(-) diff --git a/docs/docs/use_cases/question_answering/index.ipynb b/docs/docs/use_cases/question_answering/index.ipynb index 40bb8c60d22e4..f3f12a95bf3be 100644 --- a/docs/docs/use_cases/question_answering/index.ipynb +++ b/docs/docs/use_cases/question_answering/index.ipynb @@ -1051,14 +1051,6 @@ ":::" ] }, - { - "cell_type": "markdown", - "id": "e6e5191f-43e6-4fa0-9ba5-db002fcaacf3", - "metadata": {}, - "source": [ - "Of course, we've written here the logic for using chat history when it's provided, but we haven't actually added functionality for storing chat history for each user session. This is something that's fairly application specific and is usually best handled outside of LangChain." - ] - }, { "cell_type": "markdown", "id": "580e18de-132d-4009-ba67-4aaf2c7717a2",