Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
annkalyuzhnaya authored Dec 22, 2024
1 parent 5fce1a5 commit d5ed591
Showing 1 changed file with 13 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
Average total time (LLM only): 2.5
Average total time (LLM + RAG + Agents): 9.2

Short metrics results:
Average Correctness (LLM only) is 0.28.
Average Correctness (LLM + RAG) is 0.39.
Average Correctness (LLM + Agents) is 0.50.
Average Correctness (LLM + RAG + Agents) is 0.71.

Metrics comparison results:
(LLM + RAG) improvement is 11%.
(LLM + Agents) improvement is 22%.
(LLM + RAG + Agents) improvement is 43%.

0 comments on commit d5ed591

Please sign in to comment.