Skip to content

Conversation

@bevzzz
Copy link
Collaborator

@bevzzz bevzzz commented Oct 23, 2025

🧱 Stacked atop #485 (merge that first for a nicer diff)

This PR adds configuration type for Dynamic vector index.

.vectorConfig(
  VectorConfig.selfProvided(v -> v
    .vectorIndex(Dynamic.of(idx -> idx
      .hnsw(Hnsw.of(...))
      .flat(Flat.of(...))
      .threshold(3_000_000)
    )
  )
)

@bevzzz bevzzz requested a review from antas-marcin October 23, 2025 16:41
@bevzzz bevzzz self-assigned this Oct 23, 2025
Copy link

@orca-security-eu orca-security-eu bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Orca Security Scan Summary

Status Check Issues by priority
Passed Passed Secrets high 0   medium 0   low 0   info 0 View in Orca

@bevzzz bevzzz marked this pull request as draft October 23, 2025 16:41
@bevzzz bevzzz marked this pull request as ready for review October 27, 2025 18:07
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