🌐 AI搜索 & 代理 主页
Skip to content

Commit 2259e51

Browse files
committed
Clean up
1 parent 4dbb430 commit 2259e51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pgml-sdks/pgml/python/examples/load_data.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ async def main():
4343

4444
# The default batch size is 100, but we can override that if we have thousands or
4545
# millions of documents to upload it will be faster with a larger batch size
46-
await collection.upsert_documents(documents, {"batch_size": 1000})
46+
# await collection.upsert_documents(documents, {"batch_size": 1000})
4747

4848
# Now we can search over our collection or do whatever else we want
4949
# See other examples for more information on searching

0 commit comments

Comments
 (0)