RediSearch / redisearch-go

Go client for RediSearch

Home Page:https://redisearch.io

Repository from Github https://github.comRediSearch/redisearch-goRepository from Github https://github.comRediSearch/redisearch-go

How create vector index in JSON ?

hanszhaoxx opened this issue · comments

I can't set alias name by VectorFieldOptions.
Example:
FT.CREATE itemIdx5 ON JSON PREFIX 1 item: SCHEMA $.embedding AS embedding VECTOR FLAT 6 DIM 4 DISTANCE_METRIC L2 TYPE FLOAT32

image