Vector index filter fields do not use element mapping

XMLWordPrintableJSON

    • Type: Bug
    • Resolution: Fixed
    • Priority: Unknown
    • None
    • Affects Version/s: None
    • None
    • 🔵 Done
    • Dotnet Drivers
    • Not Needed
    • None
    • None
    • None
    • None
    • None
    • None

      The following vector index was created by EF. The filter names are using the C# property names, rather than the lower-case mapped element names.

      {
        "fields": [
          {
            "type": "vector",
            "path": "plot_embedding_voyage_3_large",
            "numDimensions": 2048,
            "similarity": "dotProduct",
            "quantization": "scalar"
          },
          {
            "type": "filter",
            "path": "Title"
          },
          {
            "type": "filter",
            "path": "Year"
          }
        ]
      }
      

            Assignee:
            Arthur Vickers
            Reporter:
            Arthur Vickers
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: