bstraehle commited on
Commit
f3d0cde
1 Parent(s): 73f5340

Update mongodb_vector_index_filter.json

Browse files
Files changed (1) hide show
  1. mongodb_vector_index_filter.json +5 -5
mongodb_vector_index_filter.json CHANGED
@@ -2,17 +2,17 @@
2
  "fields": [
3
  {
4
  "numDimensions": 1536,
5
- "path": "text_embeddings",
6
  "similarity": "cosine",
7
  "type": "vector"
8
  },
9
  {
10
- "type": "filter",
11
- "path": "accommodates"
12
  },
13
  {
14
- "type": "filter",
15
- "path": "bedrooms"
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
  }