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 f85efcb commit a2fe9dfCopy full SHA for a2fe9df
apis/python/src/tiledb/vector_search/ingestion.py
@@ -14,7 +14,7 @@ def ingest(
14
config=None,
15
namespace: Optional[str] = None,
16
size: int = -1,
17
- partitions: int = -1,
+ partitions: int = 1,
18
copy_centroids_uri: str = None,
19
training_sample_size: int = -1,
20
workers: int = -1,
0 commit comments