Maitreyee22 commited on
Commit
b2375db
·
verified ·
1 Parent(s): a800828

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -40,7 +40,7 @@ index = pc.Index(INDEX_NAME)
40
 
41
 
42
  batch_size=200
43
- vector_limit=10000
44
  questions = question[:vector_limit]
45
 
46
 
 
40
 
41
 
42
  batch_size=200
43
+ vector_limit=80000
44
  questions = question[:vector_limit]
45
 
46