Skip to content

Commit 0d48ee2

Browse files
author
Douglas Reid
committed
fix: docs tocs
1 parent 7914dd1 commit 0d48ee2

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

docs/adapters/document_loaders.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ used to combine text from external sources with LLMs in prompts.
77
Steamship provides a way to create LangChain documents from existing Steamship Files. This export enables
88
use of cloud-based persistent storage with local chains and more.
99

10-
Please see our how-to guide on using the ``SteamshipLoader``:
10+
The following notebook provides a demonstration of how to use the SteamshipLoader:
1111

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.
1313

1414

1515
.. toctree::

docs/adapters/memory.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ production environments:
1111
- ``steamship_langchain.memory.ConversationBufferMemory``
1212
- ``steamship_langchain.memory.ConversationBufferWindowMemory``
1313

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:
1515

1616
- `How-To Guide <./memory/how_to_guide.html>`_: This guide shows how to use the ``steamship_langchain`` memory objects to save state.
1717

@@ -21,5 +21,6 @@ Our How-To Guide shows the persistent memory in action:
2121
:maxdepth: 1
2222
:caption: Memory
2323
:name: Memory
24+
:hidden:
2425

2526
./memory/how_to_guide.rst

0 commit comments

Comments
 (0)