Class FvecsFileFormat

java.lang.Object
com.hazelcast.vector.jet.FvecsFileFormat
All Implemented Interfaces:
FileFormat<Map.Entry<Integer,VectorValues>>, Serializable

@Beta public class FvecsFileFormat extends Object implements FileFormat<Map.Entry<Integer,VectorValues>>
fvecs format definition for Unified File Connector
Since:
5.5
See Also:
  • Field Details

  • Constructor Details

    • FvecsFileFormat

      public FvecsFileFormat()
  • Method Details

    • format

      @Nonnull public String format()
      Description copied from interface: FileFormat
      Returns the name of the file format. The convention is to use the well-known filename suffix or, if there is none, a short-form name of the format.
      Specified by:
      format in interface FileFormat<Map.Entry<Integer,VectorValues>>