diff --git a/docs/docs/query.mdx b/docs/docs/query.mdx index 32438765a..dc5bd6c36 100644 --- a/docs/docs/query.mdx +++ b/docs/docs/query.mdx @@ -37,7 +37,7 @@ In this case, you can: -The [quickstart](getting_started/quickstart#step-41-extract-common-transformations) shows an example: +For example, based on the flow in [quickstart](getting_started/quickstart), you can extract the invocation of `SentenceTransformerEmbed` into a standalone function: ```python @cocoindex.transform_flow()