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}
+1
View File
@@ -132,6 +132,7 @@ nav:
- TNT-LLM: tutorials/tnt-llm/tnt-llm.ipynb
- Web Navigation: tutorials/web-navigation/web_voyager.ipynb
- Competitive Programming: tutorials/usaco/usaco.ipynb
- SQL: tutorials/sql-agent.ipynb
- "How-to Guides":
- 'how-tos/index.md'
File diff suppressed because one or more lines are too long