addDocuments(documents: Document<Record<string, any>>[], options: RedisAddOptions): Promise| Name | Type | Description |
|---|---|---|
documents* | Document<Record<string, any>>[] | |
options | RedisAddOptions |
Method for adding documents to the RedisVectorStore. It first converts the documents to texts and then adds them as vectors.
The documents to add.
Optional parameters for adding the documents.