Skip to content

feat: add support for alter schema drop vector index#1991

Open
antas-marcin wants to merge 1 commit intomainfrom
alter-schema-drop-vector-index
Open

feat: add support for alter schema drop vector index#1991
antas-marcin wants to merge 1 commit intomainfrom
alter-schema-drop-vector-index

Conversation

@antas-marcin
Copy link
Collaborator

@antas-marcin antas-marcin commented Mar 23, 2026

Summary

  • Add delete_vector_index(vector_name) method to collection config, allowing users to drop a named vector's index via DELETE /v1/schema/{className}/vectors/{vectorIndexName}/index
  • Follows the same pattern as the existing delete_property_index method
  • Includes both sync and async type stubs

Closes #1990

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 Infrastructure as Code high 0   medium 0   low 0   info 0 View in Orca
Passed Passed SAST high 0   medium 0   low 0   info 0 View in Orca
Passed Passed Secrets high 0   medium 0   low 0   info 0 View in Orca
Passed Passed Vulnerabilities high 0   medium 0   low 0   info 0 View in Orca

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.

Add support for delete vector index operation

1 participant