Skip to content

Commit c1d3b16

Browse files
committed
fix: expose python create_index_uncommitted
1 parent 0a3f230 commit c1d3b16

File tree

6 files changed

+373
-213
lines changed

6 files changed

+373
-213
lines changed

docs/src/guide/distributed_indexing.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,8 +86,9 @@ The current model for distributed vector indexing has two layers of parallelism.
8686

8787
First, multiple workers build partial shards in parallel:
8888

89-
1. on each worker, call
89+
1. on each worker, call an uncommitted shard-build API such as
9090
`create_index_builder(...).fragments(...).index_uuid(staging_index_uuid).execute_uncommitted()`
91+
or Python `create_index_uncommitted(..., fragment_ids=..., index_uuid=...)`
9192
2. each worker writes one `partial_<uuid>/` under the shared staging root
9293

9394
### Segment Build

0 commit comments

Comments
 (0)