Implement Binary Vector support in Vector Search Scala API

XMLWordPrintableJSON

    • Type: New Feature
    • Resolution: Fixed
    • Priority: Major - P3
    • 5.8.0
    • Affects Version/s: None
    • Component/s: Scala
    • None
    • Java Drivers
    • Not Needed
    • None
    • None
    • None
    • None
    • None
    • None

      Implement support for binary vectors in the Vector Search Scala API to align with the Java API and leverage the new BSON Vector sub-type.

      Background:  In the Java API, binary vector search has been successfully integrated. However, attempting to mirror this functionality in Scala has introduced a type inference problem when overloading the vectorSearch method. The Scala compiler struggles with automatic conversion from a Scala List of doubles to a Java List, causing compilation errors in tests.

            Assignee:
            Ross Lawley
            Reporter:
            Slav Babanin
            Slav Babanin
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: