From fa8906a9b73510aba1699282af8815cad1444d79 Mon Sep 17 00:00:00 2001 From: Lawrence Lim Date: Mon, 24 Jul 2023 10:36:50 +0800 Subject: [PATCH] fix typo: Entity Summary Memory documentation (#8145) Fixed a small typo I came across in the Memory documentation. --- docs/snippets/modules/memory/how_to/entity_summary_memory.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/snippets/modules/memory/how_to/entity_summary_memory.mdx b/docs/snippets/modules/memory/how_to/entity_summary_memory.mdx index 356297679a1..cb15cde7a14 100644 --- a/docs/snippets/modules/memory/how_to/entity_summary_memory.mdx +++ b/docs/snippets/modules/memory/how_to/entity_summary_memory.mdx @@ -261,7 +261,7 @@ conversation.predict(input="What do you know about Deven & Sam?") ## Inspecting the memory store -We can also inspect the memory store directly. In the following examaples, we look at it directly, and then go through some examples of adding information and watch how it changes. +We can also inspect the memory store directly. In the following examples, we look at it directly, and then go through some examples of adding information and watch how it changes. ```python