rahgadda commited on
Commit
57568b4
·
verified ·
1 Parent(s): df9fbb6

Initial Draft

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -266,8 +266,8 @@ def fn_generate_API_QnA_response(mv_selected_model, mv_user_question, lv_vector_
266
  lv_document_context += lv_result.page_content
267
  lv_count += 1
268
 
269
- # print("Formatted Document Search Result - ")
270
- # print(lv_document_context)
271
 
272
  lv_qa_formatted_prompt = lv_qa_prompt.format(
273
  question=mv_user_question,
 
266
  lv_document_context += lv_result.page_content
267
  lv_count += 1
268
 
269
+ print("Formatted Document Search Result - ")
270
+ print(lv_document_context)
271
 
272
  lv_qa_formatted_prompt = lv_qa_prompt.format(
273
  question=mv_user_question,