Expose index stats for debugging #617
Labels
good first issue
Good for newcomers
help wanted
Extra attention is needed
python
rust
Rust related tasks
vector
Vector Search
we want to expose the vector index stats to the user (in python) for debugging purposes:
on the python side, the api can look like:
dataset.list_index
=> [Index]dataset.get_index("name")
-> IndexIndex should have:
IvfPqIndex (subclass of Index) should have:
The text was updated successfully, but these errors were encountered: