Conversation
- Make the Setup section runnable: pip install cell (adding the missing eval-protocol, chromadb, langchain_chroma, langchain_fireworks deps used by sql_reward.py, sql_tools.py and prepare_data.py), an API key cell, and cells to clone the repo and cd into this folder (e.g. for Colab). - Add the missing deps to the README install instructions. - Add a notebook cell that downloads and extracts the BIRD dev set (dev.json + dev_databases/) if it isn't already present, so prepare_data.py can run. - Gitignore the downloaded BIRD archives. Co-Authored-By: Claude Opus 5.5 <noreply@anthropic.com>
|
Thanks @iuliaturc — this is a great fix, and the nbdime screenshot made it easy to review. 🙌 A note on process: this repository's So we've ported your changes into internal staging (with you credited via Once the internal PR merges, the promotion automation will publish your changes to this repo's |
|
Awesome, thanks for the detailed explanation of the process! |
Human-written PR description 🙃
These changes make the notebook runnable in one go:
pip installlistgit cloneandcdbash commands so that you can just open the notebook in e.g. Colab without moving any other files manuallyNote to reviewer: Github's UI makes .ipynb diff hard to read. Here's a more readable diff (made with nbdime):
