Spaces:
Sleeping
Sleeping
Update mongodb_vector_index_filter.json
Browse files
mongodb_vector_index_filter.json
CHANGED
@@ -2,17 +2,17 @@
|
|
2 |
"fields": [
|
3 |
{
|
4 |
"numDimensions": 1536,
|
5 |
-
"path": "
|
6 |
"similarity": "cosine",
|
7 |
"type": "vector"
|
8 |
},
|
9 |
{
|
10 |
-
"
|
11 |
-
"
|
12 |
},
|
13 |
{
|
14 |
-
"
|
15 |
-
"
|
16 |
}
|
17 |
]
|
18 |
}
|
|
|
2 |
"fields": [
|
3 |
{
|
4 |
"numDimensions": 1536,
|
5 |
+
"path": "description_embedding",
|
6 |
"similarity": "cosine",
|
7 |
"type": "vector"
|
8 |
},
|
9 |
{
|
10 |
+
"path": "accommodates",
|
11 |
+
"type": "filter"
|
12 |
},
|
13 |
{
|
14 |
+
"path": "bedrooms",
|
15 |
+
"type": "filter"
|
16 |
}
|
17 |
]
|
18 |
}
|