feat: migrate vector SDKs to segment workflow#6271
feat: migrate vector SDKs to segment workflow#6271Xuanwo wants to merge 1 commit intoxuanwo/remove-vector-index-stagingfrom
Conversation
PR ReviewClean migration of Java and Python vector SDK entrypoints to the segment workflow. The test simplification is a big win — removing the manual UUID/field-id/transaction boilerplate makes the distributed indexing tests much more readable. IssuesP1: In P1:
NitThe Python 🤖 Generated with Claude Code |
This follow-up PR moves the Python and Java vector distributed indexing entrypoints and tests to the segment workflow introduced in #6269.
It keeps the core staging-removal refactor in the base PR and limits this change to SDK-facing APIs, JNI/PyO3 glue, and binding-level tests.