Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -40,7 +40,7 @@ class VectorStore:
|
|
40 |
|
41 |
# Process in batches
|
42 |
texts = []
|
43 |
-
max_examples =
|
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
|