docs, community: aerospike docs update (#28717)

Co-authored-by: Jesse Schumacher <jschumacher@aerospike.com>
Co-authored-by: Jesse S <jschmidt@aerospike.com>
Co-authored-by: dylan <dwelch@aerospike.com>
This commit is contained in:
Erick Friis
2024-12-13 16:27:37 -08:00
committed by GitHub
parent bd008baee0
commit 288f204758
2 changed files with 6 additions and 6 deletions

View File

@@ -168,7 +168,7 @@ class Aerospike(VectorStore):
Args:
texts: Iterable of strings to add to the vectorstore.
metadatas: Optional list of metadatas associated with the texts.
metadatas: Optional list of metadata associated with the texts.
ids: Optional list of ids to associate with the texts.
set_name: Optional aerospike set name to add the texts to.
batch_size: Batch size to use when adding the texts to the vectorstore.