Skip to content

Commit

Permalink
feat: add llmstxt (#267)
Browse files Browse the repository at this point in the history
* feat: adding llms.txt

* feat: adding llms.txt

* feat: adding llms.txt

* feat: adding llms.txt
  • Loading branch information
shreyashankar authored Jan 8, 2025
1 parent 8b3e1ce commit eb995fd
Show file tree
Hide file tree
Showing 4 changed files with 1,133 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ DocETL is a tool for creating and executing LLM-powered data processing pipeline
To get started with DocETL:

1. Install the package (see [installation](installation.md) for detailed instructions)
2. Define your pipeline in a YAML file
2. Define your pipeline in a YAML file. Want to use an LLM like ChatGPT or Claude to help you write your pipeline? See [docetl.org/llms.txt](https://docetl.org/llms.txt) for a big prompt you can copy paste into ChatGPT or Claude, before describing your task.
3. Run your pipeline using the DocETL command-line interface

## 🏛️ Project Origin
Expand Down
5 changes: 5 additions & 0 deletions docs/playground/tutorial.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@ In this tutorial, we'll walk through using the DocETL playground to extract funn
3. Examine outputs
4. Iterate on prompts to improve results

!!! tip "Using LLMs to Help Write Pipelines"

Want to use an LLM like ChatGPT or Claude to help you write your pipeline? See [docetl.org/llms.txt](https://docetl.org/llms.txt) for a big prompt you can copy paste into ChatGPT or Claude, before describing your task.


## Step 1: Upload the Data

First, download the presidential debates dataset from [here](https://raw.githubusercontent.com/ucbepic/docetl/refs/heads/main/example_data/debates/data.json).
Expand Down
Loading

0 comments on commit eb995fd

Please sign in to comment.