Package com.hazelcast.vector.jet
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 Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
FVECS_FILE_FORMAT
Format id for fvecs.- See Also:
-
-
Constructor Details
-
FvecsFileFormat
public FvecsFileFormat()
-
-
Method Details
-
format
Description copied from interface:FileFormatReturns 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:
formatin interfaceFileFormat<Map.Entry<Integer,VectorValues>>
-