Spaces:
Running
Running
Update mongodb_index_filter.json
Browse files
mongodb_index_filter.json
CHANGED
@@ -5,6 +5,12 @@
|
|
5 |
"path": "text_embeddings",
|
6 |
"similarity": "cosine",
|
7 |
"type": "vector"
|
8 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
9 |
]
|
10 |
}
|
|
|
5 |
"path": "text_embeddings",
|
6 |
"similarity": "cosine",
|
7 |
"type": "vector"
|
8 |
+
},
|
9 |
+
"accommodates": {
|
10 |
+
"type": "number"
|
11 |
+
},
|
12 |
+
"bedrooms": {
|
13 |
+
"type": "number"
|
14 |
+
},
|
15 |
]
|
16 |
}
|