File tree 1 file changed +12
-0
lines changed
1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change
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
+
You can’t perform that action at this time.
0 commit comments