From 7098acaaa780ebd700c2ef89c95fcb1eee925658 Mon Sep 17 00:00:00 2001 From: Shreya Shankar Date: Wed, 6 Nov 2024 16:36:49 -0800 Subject: [PATCH] update readme --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index fe3d8eb1..3e02ac68 100644 --- a/README.md +++ b/README.md @@ -45,6 +45,8 @@ DocETL is the ideal choice when you're looking to maximize correctness and outpu pip install docetl ``` +To see examples of how to use DocETL, check out the [tutorial](https://ucbepic.github.io/docetl/tutorial/). + ### Running the UI Locally We offer a simple UI for building pipelines. We recommend building up complex pipelines one operation at a time, so you can see the results of each operation as you go and iterate on your pipeline. To run it locally, follow these steps: