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

Vector index definition field type is wrong

    XMLWordPrintableJSON

Details

    • Icon: Bug Bug
    • Resolution: Gone away
    • Icon: Minor - P4 Minor - P4
    • None
    • None
    • Atlas
    • None

    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

      Attachments

        Activity

          People

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

            Dates

              Created:
              Updated:
              Resolved:
              1 day ago