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

Method VAdd

vectorset_commands.go:11–11  ·  view source on GitHub ↗
(ctx context.Context, key, element string, val Vector)

Source from the content-addressed store, hash-verified

9// note: the APIs is experimental and may be subject to change.
10type VectorSetCmdable interface {
11 VAdd(ctx context.Context, key, element string, val Vector) *BoolCmd
12 VAddWithArgs(ctx context.Context, key, element string, val Vector, addArgs *VAddArgs) *BoolCmd
13 VCard(ctx context.Context, key string) *IntCmd
14 VDim(ctx context.Context, key string) *IntCmd

Calls

no outgoing calls

Tested by 5

TestVAddFunction · 0.52
TestVAdd_WithVectorFP32Function · 0.52
TestVAdd_WithVectorRefFunction · 0.52
ExampleClient_vectorsetFunction · 0.52