Chris4K commited on
Commit
c09985f
1 Parent(s): 8ad24b7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -267,7 +267,7 @@ def search_embeddings(chunks, embedding_model, vector_store_type, search_type, q
267
  'embedding': embeddings
268
  })
269
 
270
- return results_df, end_time - start_time, vector_store, results_raw
271
 
272
  # Evaluation Metrics
273
  def calculate_statistics(results, search_time, vector_store, num_tokens, embedding_model, query, top_k):
 
267
  'embedding': embeddings
268
  })
269
 
270
+ return results_df, end_time - start_time, vector_store, results
271
 
272
  # Evaluation Metrics
273
  def calculate_statistics(results, search_time, vector_store, num_tokens, embedding_model, query, top_k):