java.lang.Object
com.couchbase.client.core.api.search.vector.CoreVector

@Internal public class CoreVector extends Object
  • Method Details

    • of

      public static CoreVector of(float[] floats)
    • of

      public static CoreVector of(String base64)
    • eitherOf

      public static CoreVector eitherOf(@Nullable float[] floats, @Nullable String base64Encoded)
    • writeTo

      public void writeTo(com.couchbase.client.core.deps.com.fasterxml.jackson.databind.node.ObjectNode parent)