prasadnu commited on
Commit
5195f8b
·
1 Parent(s): a0a35a4

change ksize in RAG

Browse files
Files changed (1) hide show
  1. RAG/rag_DocumentSearcher.py +1 -1
RAG/rag_DocumentSearcher.py CHANGED
@@ -273,7 +273,7 @@ def query_(awsauth,inputs, session_id,search_types):
273
  images_2 = []
274
  is_table_in_result = False
275
  df = []
276
- for hit in hits[0:3]:
277
 
278
 
279
  if(hit["_source"]["raw_element_type"] == 'table'):
 
273
  images_2 = []
274
  is_table_in_result = False
275
  df = []
276
+ for hit in hits[0:5]:
277
 
278
 
279
  if(hit["_source"]["raw_element_type"] == 'table'):