Spaces:
Runtime error
Runtime error
Abhilashvj
commited on
Commit
•
e85e71c
1
Parent(s):
df49b45
Update app.py
Browse files
app.py
CHANGED
@@ -206,7 +206,7 @@ if len(ALL_FILES) > 0:
|
|
206 |
]
|
207 |
index_name = "qa_demo"
|
208 |
# we will use batches of 64
|
209 |
-
batch_size =
|
210 |
# docs = docs['documents']
|
211 |
with st.spinner("🧠 Performing indexing of uplaoded documents... \n "):
|
212 |
for i in range(0, len(docs), batch_size):
|
|
|
206 |
]
|
207 |
index_name = "qa_demo"
|
208 |
# we will use batches of 64
|
209 |
+
batch_size = 100
|
210 |
# docs = docs['documents']
|
211 |
with st.spinner("🧠 Performing indexing of uplaoded documents... \n "):
|
212 |
for i in range(0, len(docs), batch_size):
|