We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4dbb430 commit 2259e51Copy full SHA for 2259e51
pgml-sdks/pgml/python/examples/load_data.py
@@ -43,7 +43,7 @@ async def main():
43
44
# The default batch size is 100, but we can override that if we have thousands or
45
# millions of documents to upload it will be faster with a larger batch size
46
- await collection.upsert_documents(documents, {"batch_size": 1000})
+ # await collection.upsert_documents(documents, {"batch_size": 1000})
47
48
# Now we can search over our collection or do whatever else we want
49
# See other examples for more information on searching
0 commit comments