Uploaded image for project: 'Documentation'
  1. Documentation
  2. DOCS-16631

Vector index definition field type is wrong

    • Type: Icon: Bug Bug
    • Resolution: Gone away
    • Priority: Icon: Minor - P4 Minor - P4
    • None
    • Affects Version/s: None
    • Component/s: Atlas
    • Labels:
      None

      {
        "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

            Assignee:
            Unassigned Unassigned
            Reporter:
            rui.wu@mongodb.com Rui Wu
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved:
              12 weeks, 1 day ago