File tree Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -341,7 +341,6 @@ def add_documents(
341
341
Args:
342
342
inputs: List of inputs to add to the vectorstore, which are each a list of documents.
343
343
ids: Optional list of unique ids that will be used as index in VectorStore.
344
- See note on ids in add_texts.
345
344
batch_size: Number of documents to insert at a time.
346
345
Tuning this may help with performance and sidestep MongoDB limits.
347
346
kwargs: Additional keyword args for future expansion.
@@ -426,7 +425,6 @@ async def aadd_documents(
426
425
Args:
427
426
inputs: List of inputs to add to the vectorstore, which are each a list of documents.
428
427
ids: Optional list of unique ids that will be used as index in VectorStore.
429
- See note on ids in add_texts.
430
428
batch_size: Number of documents to insert at a time.
431
429
Tuning this may help with performance and sidestep MongoDB limits.
432
430
kwargs: Additional keyword args for future expansion.
You can’t perform that action at this time.
0 commit comments