MCPcopy
hub / github.com/redis/go-redis / VectorFloat16

Struct VectorFloat16

vectorset_commands.go:61–63  ·  view source on GitHub ↗

VectorFloat16 represents a FLOAT16-encoded vector blob. note: intended for search/index query commands such as FT.HYBRID.

Source from the content-addressed store, hash-verified

59// VectorFloat16 represents a FLOAT16-encoded vector blob.
60// note: intended for search/index query commands such as FT.HYBRID.
61type VectorFloat16 struct {
62 Val []byte
63}
64
65func (v *VectorFloat16) Value() []any {
66 return []any{vectorFormatF16, v.Val}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected