Skip to content

Commit a85c8ad

Browse files
docs: make zep memory component legacy (#7744)
legacy-zep Co-authored-by: Edwin Jose <[email protected]>
1 parent 20f2273 commit a85c8ad

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

docs/docs/Components/components-memories.md

+7-3
Original file line numberDiff line numberDiff line change
@@ -108,11 +108,15 @@ This component retrieves and stores chat messages from Redis.
108108
|------|--------------|------|
109109
| memory | Memory | The Redis chat message history object |
110110

111-
## ZepChatMemory Component
111+
## Legacy components
112+
113+
**Legacy** components are available to use but no longer supported.
114+
115+
### ZepChatMemory Component
112116

113117
This component creates a `ZepChatMessageHistory` instance, enabling storage and retrieval of chat messages using Zep, a memory server for Large Language Models (LLMs).
114118

115-
### Inputs
119+
#### Inputs
116120

117121
| Name | Type | Description |
118122
|---------------|---------------|-----------------------------------------------------------|
@@ -121,7 +125,7 @@ This component creates a `ZepChatMessageHistory` instance, enabling storage and
121125
| api_base_path | Dropdown | API version to use. Options: "api/v1" or "api/v2". |
122126
| session_id | MessageText | Unique identifier for the chat session. Optional. |
123127

124-
### Outputs
128+
#### Outputs
125129

126130
| Name | Type | Description |
127131
|-----------------|-------------------------|-------------------------------------------------------|

0 commit comments

Comments
 (0)