Skip to content

Commit

Permalink
Changed the total number of retrieved documents from 10 to 6.
Browse files Browse the repository at this point in the history
  • Loading branch information
AmanPrakash09 committed Nov 5, 2024
1 parent 23f2883 commit fd1ef45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flask_app/application.py
Original file line number Diff line number Diff line change
Expand Up @@ -366,7 +366,7 @@ async def answer():

formatted_question += question

response = answer_prompt(formatted_question, 5)
response = answer_prompt(formatted_question, 3)

# Get the answer returned by the LLM
main_response = response["answer"]
Expand Down

0 comments on commit fd1ef45

Please sign in to comment.