You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Context\nchroma-go exposes broad Cloud Search API coverage (pagination, projection/select, filters, ranking/read-level).\n\n## Gap\nThe Java v2 client currently focuses on collection query/get flows and does not expose equivalent Cloud Search endpoint primitives.\n\n## Deliverables\n- Add Java v2 client surface for Cloud Search requests.\n- Support pagination, select/projection, filter composition, and ranking/read-level options.\n- Add request/response DTO coverage and docs.\n\n## Acceptance Criteria\n- Search endpoint support is available through typed Java v2 API.\n- Behavior is covered by unit tests and integration tests.\n\nRelated: #94
Context\nchroma-go exposes broad Cloud Search API coverage (pagination, projection/select, filters, ranking/read-level).\n\n## Gap\nThe Java v2 client currently focuses on collection query/get flows and does not expose equivalent Cloud Search endpoint primitives.\n\n## Deliverables\n- Add Java v2 client surface for Cloud Search requests.\n- Support pagination, select/projection, filter composition, and ranking/read-level options.\n- Add request/response DTO coverage and docs.\n\n## Acceptance Criteria\n- Search endpoint support is available through typed Java v2 API.\n- Behavior is covered by unit tests and integration tests.\n\nRelated: #94