Skip to content

Commit 6840ef7

Browse files
authored
chapter 9 overview
1 parent 13b43c4 commit 6840ef7

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

chapter9/README.md

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# Chapter 9 - Generative AI in Production
2+
3+
| Section | File | Colab | Kaggle | Gradient |
4+
|-----------|--------|--------|-----------|----------|
5+
| Example of benchmark creation for agent evaluation | [python script](create_benchmark.py) | x | x | x |
6+
| Test our agent against a benchmark dataset | [python script](run_benchmark.py) | x | x | x |
7+
| Prompt tracking with PromptWatch.io | [python script](prompt_tracking.py) | x | x | x |
8+
| Evaluate a result from an agent execution | [python script](result_evaluation.py) | | x | x |
9+
| Evaluate a the trajectory in an agent execution | [python script](trajectory_evaluation.py) | x | x | x |
10+
| LLM search engine with vector store | [python script](serve_vector_store.py) | x | x | x |
11+
| LLM Webserver with Flask and Lanarky | [python script](chat.py) | x | x | x |
12+

0 commit comments

Comments
 (0)