bstraehle commited on
Commit
6bc93ad
·
verified ·
1 Parent(s): afe2e0b

Update mongodb_index_filter.json

Browse files
Files changed (1) hide show
  1. mongodb_index_filter.json +7 -1
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
  }