Skip to content

Commit

Permalink
code cleaning
Browse files Browse the repository at this point in the history
  • Loading branch information
Ramyrahmeni committed Jun 22, 2024
1 parent 1f7679c commit bff256c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app.py
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ def ask(query, tables,embedding_model, embeddings, pages_and_chunks):

# Create a list of context items
context_items = [pages_and_chunks[i] for i in indices]
context_items = re_rank(query, context_items)
#context_items = re_rank(query, context_items)
print(context_items)
# Add score to context item
for i, item in enumerate(context_items):
Expand Down

0 comments on commit bff256c

Please sign in to comment.