Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -65,8 +65,8 @@ Article = {
|
|
65 |
"dataType": ["date"]
|
66 |
}
|
67 |
],
|
68 |
-
"vectorIndexType": "hnsw",
|
69 |
-
"vectorizer": "text2vec-contextionary"
|
70 |
}
|
71 |
|
72 |
|
|
|
65 |
"dataType": ["date"]
|
66 |
}
|
67 |
],
|
68 |
+
# "vectorIndexType": "hnsw",
|
69 |
+
# "vectorizer": "text2vec-contextionary"
|
70 |
}
|
71 |
|
72 |
|