Skip to content

Vector index - #414

Merged
apetenchea merged 7 commits into
mainfrom
vector-index
Aug 29, 2026
Merged

Vector index#414
apetenchea merged 7 commits into
mainfrom
vector-index

Conversation

@apetenchea

@apetenchea apetenchea commented Aug 29, 2026

Copy link
Copy Markdown
Member

Updated vector index according to ArangoDB 3.12.10.

Add hidden vector-index details and preserve per-shard training status.

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

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

@apetenchea apetenchea self-assigned this Aug 29, 2026
@apetenchea
apetenchea merged commit 1d9750c into main Aug 29, 2026
13 checks passed
@apetenchea
apetenchea deleted the vector-index branch August 29, 2026 10:32
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