Skip to content

Commit

Permalink
Merge pull request #41 from rmusser01/main
Browse files Browse the repository at this point in the history
Notes in RAG Chat, UI tweaks, Mgmt tabs for Conversations+notes from RAG chat
  • Loading branch information
rmusser01 authored Oct 21, 2024
2 parents 0702692 + 53dea16 commit 075f788
Show file tree
Hide file tree
Showing 53 changed files with 1,882 additions and 391 deletions.
Binary file modified .gitignore
Binary file not shown.
2 changes: 1 addition & 1 deletion App_Function_Libraries/Benchmarks_Evaluations/ms_g_eval.py
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@ def run_geval(transcript: str, summary: str, api_key: str, api_name: str = None,


def create_geval_tab():
with gr.Tab("G-Eval"):
with gr.Tab("G-Eval", id="g-eval"):
gr.Markdown("# G-Eval Summarization Evaluation")
with gr.Row():
with gr.Column():
Expand Down
Loading

0 comments on commit 075f788

Please sign in to comment.