Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -104,7 +104,6 @@ def get_top_chunks(query, chunk_embeddings, text_chunks):
|
|
104 |
return top_chunks
|
105 |
|
106 |
|
107 |
-
print(best_next_watch)
|
108 |
|
109 |
def respond(message, history):
|
110 |
best_next_watch = get_top_chunks(message, chunk_embeddings, cleaned_chunks)
|
|
|
104 |
return top_chunks
|
105 |
|
106 |
|
|
|
107 |
|
108 |
def respond(message, history):
|
109 |
best_next_watch = get_top_chunks(message, chunk_embeddings, cleaned_chunks)
|