Update app.py
Browse files
app.py
CHANGED
@@ -530,7 +530,9 @@ def compare_embeddings(file, query, embedding_models, custom_embedding_model, sp
|
|
530 |
|
531 |
fig = visualize_results(results_df, stats_df)
|
532 |
|
533 |
-
|
|
|
|
|
534 |
|
535 |
def format_results(results, stats):
|
536 |
formatted_results = []
|
|
|
530 |
|
531 |
fig = visualize_results(results_df, stats_df)
|
532 |
|
533 |
+
best_results = analyze_results(stats_df)
|
534 |
+
|
535 |
+
return results_df, stats_df, fig, best_results
|
536 |
|
537 |
def format_results(results, stats):
|
538 |
formatted_results = []
|