Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Maitreyee22
/
semanticsearch
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
Maitreyee22
commited on
Jun 19
Commit
b2375db
·
verified
·
1 Parent(s):
a800828
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -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