From b5f9613f5212cc7bc27ab8e1eb949b4325482621 Mon Sep 17 00:00:00 2001 From: Eric Anderson Date: Tue, 10 Sep 2024 11:17:46 -0700 Subject: [PATCH] add materialize to transform toc (#779) --- docs/source/sycamore/transforms.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/source/sycamore/transforms.rst b/docs/source/sycamore/transforms.rst index 0a4f2ab65..68ebcd527 100644 --- a/docs/source/sycamore/transforms.rst +++ b/docs/source/sycamore/transforms.rst @@ -16,6 +16,7 @@ In Sycamore, a transform is a method that operates on a ``DocSet`` and returns a ./transforms/llm_query.md ./transforms/map.md ./transforms/map_batch.md + ./transforms/materialize.md ./transforms/merge.md ./transforms/partition.md ./transforms/sketch.md