File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -7,9 +7,9 @@ used to combine text from external sources with LLMs in prompts.
7
7
Steamship provides a way to create LangChain documents from existing Steamship Files. This export enables
8
8
use of cloud-based persistent storage with local chains and more.
9
9
10
- Please see our how-to guide on using the `` SteamshipLoader `` :
10
+ The following notebook provides a demonstration of how to use the SteamshipLoader:
11
11
12
- - `How-To Guide <./document_loaders/how_to_guide.html >`_:
12
+ - `How-To Guide <./document_loaders/how_to_guide.html >`_: Loading Steamship Files into LangChain Documents.
13
13
14
14
15
15
.. toctree ::
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ production environments:
11
11
- ``steamship_langchain.memory.ConversationBufferMemory ``
12
12
- ``steamship_langchain.memory.ConversationBufferWindowMemory ``
13
13
14
- Our How-To Guide shows the persistent memory in action:
14
+ Please see the following notebook for a demonstration of Steamship's persistent memory in action:
15
15
16
16
- `How-To Guide <./memory/how_to_guide.html >`_: This guide shows how to use the ``steamship_langchain `` memory objects to save state.
17
17
@@ -21,5 +21,6 @@ Our How-To Guide shows the persistent memory in action:
21
21
:maxdepth: 1
22
22
:caption: Memory
23
23
:name: Memory
24
+ :hidden:
24
25
25
26
./memory/how_to_guide.rst
You can’t perform that action at this time.
0 commit comments