NewVectorInfoSliceCmd is an alias for NewVectorScoreSliceCmd kept for backwards compatibility.
(ctx context.Context, args ...any)
| 8088 | |
| 8089 | // NewVectorInfoSliceCmd is an alias for NewVectorScoreSliceCmd kept for backwards compatibility. |
| 8090 | func NewVectorInfoSliceCmd(ctx context.Context, args ...any) *VectorScoreSliceCmd { |
| 8091 | return NewVectorScoreSliceCmd(ctx, args...) |
| 8092 | } |
| 8093 | |
| 8094 | func (cmd *VectorScoreSliceCmd) SetVal(val []VectorScore) { |
| 8095 | cmd.val = val |
no test coverage detected