Class FvecsFileFormat

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

@Beta public class FvecsFileFormat extends Object implements com.hazelcast.jet.pipeline.file.FileFormat<Map.Entry<Integer,com.hazelcast.vector.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()
      Specified by:
      format in interface com.hazelcast.jet.pipeline.file.FileFormat<Map.Entry<Integer,com.hazelcast.vector.VectorValues>>