Skip to content

Commit

Permalink
Update README.md (#62)
Browse files Browse the repository at this point in the history
* Update README.md

Cleaners up intro text in README

* Update README.md

* Update README.md
  • Loading branch information
elijahbenizzy authored Mar 8, 2024
1 parent ff5c4b4 commit 5365d71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
## What is Burr?

Burr is a way to express a state machine (i.e. a graph/flowchart) for data/AI projects. You can (and should!) use it for anything where managing state can be hard. Hint: managing state
is always hard! Like in a RAG chat application, or if you're doing hyperparameter tuning, or a trading simulation.
is always hard! This is true across a wide array of contexts, from building RAG applications to power a chatbot, to running ML parameter tuning/evaluation workflows, to conducting a complex forecasting simulation.

Link to [documentation](https://burr.dagworks.io/). Quick video intro [here](https://www.loom.com/share/8a92474bb7574d6eb4cd25c21913adf2).

Expand Down

0 comments on commit 5365d71

Please sign in to comment.