Ankitajadhav commited on
Commit
59467a5
·
verified ·
1 Parent(s): f7c4af0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -40,7 +40,7 @@ class VectorStore:
40
 
41
  # Process in batches
42
  texts = []
43
- max_examples = 1500
44
  for i, example in enumerate(dataset):
45
  if i >= max_examples:
46
  break
 
40
 
41
  # Process in batches
42
  texts = []
43
+ max_examples = 15
44
  for i, example in enumerate(dataset):
45
  if i >= max_examples:
46
  break