Add evals to SQL agent tutorial (#669)

This commit is contained in:
Lance Martin
2024-06-17 08:51:12 -07:00
committed by GitHub
parent 321a63b57c
commit 8620cc3289
3 changed files with 432 additions and 104 deletions
+1
View File
@@ -34,6 +34,7 @@ _MANUAL = {
"introduction.ipynb",
"customer-support/customer-support.ipynb",
"tutorials/tnt-llm/tnt-llm.ipynb",
"tutorials/sql-agent.ipynb"
],
}
_MANUAL_INVERSE = {v: docs_dir / k for k, vs in _MANUAL.items() for v in vs}