Chris4K commited on
Commit
a052a2e
·
verified ·
1 Parent(s): 075fdaa

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -849,7 +849,7 @@ def compare_embeddings(file, query, embedding_models, custom_embedding_model, sp
849
  "apply_phonetic": apply_phonetic,
850
  "phonetic_weight": phonetic_weight,
851
  "use_query_optimization": use_query_optimization,
852
- "query_optimization_model": query_optimization_model
853
  "use_reranking": use_reranking
854
  }
855
 
 
849
  "apply_phonetic": apply_phonetic,
850
  "phonetic_weight": phonetic_weight,
851
  "use_query_optimization": use_query_optimization,
852
+ "query_optimization_model": query_optimization_model,
853
  "use_reranking": use_reranking
854
  }
855