Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions docs/source/faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,16 @@ kernelspec:

Missing something or is something unclear? Please [open an issue](https://github.com/pipefunc/pipefunc/issues/new)!

## How to get AI / LLM help?

Run this in the repository root:

```bash
uvx clip-files --files README.md docs/source/{tutorial.md,concepts/index.md,concepts/mapspec.md,concepts/execution-and-parallelism.md,concepts/function-io.md}
```

Then paste the clipboard contents into the LLM chat and ask your question.

## How is this different from Dask, AiiDA, Luigi, Prefect, Kedro, Apache Airflow, Snakemake, etc.?

`pipefunc` fills a unique niche in the Python workflow ecosystem.
Expand Down