Yuvalamitay commited on
Commit
81a362b
·
verified ·
1 Parent(s): 725b1ff

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -73,7 +73,7 @@ def get_top_chunks(query, chunk_embeddings, text_chunks):
73
  return top_chunks
74
  def respond(message, history):
75
  best_next_read = get_top_chunks(message, chunk_embeddings, cleaned_chunks)
76
- print(best_next_readd)
77
  str_read_chunks = "\n".join(best_next_read)
78
  messages = [
79
  {"role":"system",
 
73
  return top_chunks
74
  def respond(message, history):
75
  best_next_read = get_top_chunks(message, chunk_embeddings, cleaned_chunks)
76
+ print(best_next_read)
77
  str_read_chunks = "\n".join(best_next_read)
78
  messages = [
79
  {"role":"system",