[DOCS-16631] Vector index definition field type is wrong Created: 05/Feb/24  Updated: 06/Feb/24  Resolved: 06/Feb/24

Status: Closed
Project: Documentation
Component/s: Atlas
Affects Version/s: None
Fix Version/s: None

Type: Bug Priority: Minor - P4
Reporter: Rui Wu Assignee: Unassigned
Resolution: Gone away Votes: 0
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified

Attachments: PNG File Screen Shot 2024-02-06 at 6.21.26 AM.png    
URL(s): https://www.mongodb.com/docs/atlas/atlas-vector-search/create-index/#std-label-avs-create-index
Participants:
Days since reply: 1 day ago

 Description   

{
  "fields": [{
    "type": "vector",
    "path": "plot_embedding",
    "numDimensions": 1536,
    "similarity": "euclidean"
  },
  {
    "type": "filter",
    "path": "genres"
  },
  {
    "type": "number",  // ---> Should this be filter?
    "path": "year"
  }]
} 

From https://www.mongodb.com/docs/atlas/atlas-vector-search/create-index/#std-label-avs-create-index



 Comments   
Comment by Kanchana Sekhar [ 06/Feb/24 ]

rui.wu@mongodb.com this was fixed. See attached screenshot from doc.

Comment by Corry Root [ 06/Feb/24 ]

kanchana.sekhar@mongodb.com, is this recommended change correct?

Generated at Thu Feb 08 08:15:47 UTC 2024 using Jira 9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66.