Skip to content

Commit ca73c98

Browse files
authored
Merge pull request #13 from blink1073/INTPYTHON-647
INTPYTHON-647 Clean up docstrings
2 parents a0e99ff + 677030d commit ca73c98

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

pymongo_voyageai/client.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -341,7 +341,6 @@ def add_documents(
341341
Args:
342342
inputs: List of inputs to add to the vectorstore, which are each a list of documents.
343343
ids: Optional list of unique ids that will be used as index in VectorStore.
344-
See note on ids in add_texts.
345344
batch_size: Number of documents to insert at a time.
346345
Tuning this may help with performance and sidestep MongoDB limits.
347346
kwargs: Additional keyword args for future expansion.
@@ -426,7 +425,6 @@ async def aadd_documents(
426425
Args:
427426
inputs: List of inputs to add to the vectorstore, which are each a list of documents.
428427
ids: Optional list of unique ids that will be used as index in VectorStore.
429-
See note on ids in add_texts.
430428
batch_size: Number of documents to insert at a time.
431429
Tuning this may help with performance and sidestep MongoDB limits.
432430
kwargs: Additional keyword args for future expansion.

0 commit comments

Comments
 (0)