mirror of
https://github.com/hwchase17/langchain
synced 2024-11-08 07:10:35 +00:00
fix typo: Entity Summary Memory documentation (#8145)
Fixed a small typo I came across in the Memory documentation.
This commit is contained in:
parent
8f5000146c
commit
fa8906a9b7
@ -261,7 +261,7 @@ conversation.predict(input="What do you know about Deven & Sam?")
|
||||
</CodeOutputBlock>
|
||||
|
||||
## 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
|
||||
|
Loading…
Reference in New Issue
Block a user