Skip to content

Scan factor#345

Open
dmsmith25 wants to merge 3 commits intomainfrom
scan_factor
Open

Scan factor#345
dmsmith25 wants to merge 3 commits intomainfrom
scan_factor

Conversation

@dmsmith25
Copy link
Copy Markdown

Problem

Describe the purpose of this change. What problem is being solved and why?

Solution

Describe the approach you took. Link to any relevant bugs, issues, docs, or other resources.

Type of Change

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • This change requires a documentation update
  • Infrastructure change (CI configs, etc)
  • Non-code change (docs, etc)
  • None of the above: (explain here)

Test Plan

Describe specific steps for validating this change.

dmsmith25 and others added 3 commits April 20, 2026 13:53
…d nodes

- Add --pinecone_scan_factor and --pinecone_max_candidates CLI args, passed
  through to index.query() for dedicated read node indexes
- Validate dedicated read node requirement via REST API (2025-10 version)
  rather than a CLI flag check, since describe_index SDK response omits
  read_capacity info
- Auto-detect namespace when index has exactly one namespace
- Auto-detect synthetic workload dimensions from existing Pinecone index
  when --synthetic_dimensions is not explicitly specified

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Avoids redundant describe_index API calls in distributed mode when
creating a new index, which was causing integration test timeouts.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant