Skip to content

Updated vector index support - #101

Merged
apetenchea merged 1 commit into
mainfrom
vector-index
Aug 29, 2026
Merged

Updated vector index support#101
apetenchea merged 1 commit into
mainfrom
vector-index

Conversation

@apetenchea

Copy link
Copy Markdown
Member

Expose index figures and hidden shard details through IndexProperties. Expand vector-index coverage for ArangoDB 3.12.10 behavior.

  indexes = await collection.indexes(with_hidden=True, with_stats=True)

  for index in indexes:
      print(index.figures)
      print(index.shards)

@apetenchea apetenchea self-assigned this Aug 29, 2026
@apetenchea
apetenchea merged commit b810e32 into main Aug 29, 2026
15 checks passed
@apetenchea
apetenchea deleted the vector-index branch August 29, 2026 11:08
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