| Name | Type | Description |
|---|---|---|
vectors* | number[][] | |
documents* | Document<Record<string, any>>[] | |
keys | RedisAddOptions | Default: {} |
Method for adding vectors to the FluentRedisVectorStore. It checks if the index exists and creates it if it doesn't, then adds the vectors in batches.
The vectors to add.
The documents associated with the vectors.
Optional keys for the vectors.