-
Notifications
You must be signed in to change notification settings - Fork 31
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
OM-175 - Vector search dashboard #108
Conversation
initial checkin of vector search dashboard
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is looking good a few thoughts. I reviewed this by hooking it up to our demo which has 1M images. Click this link on VPN to see it.
- I'd like to get a sense of how many vectors are in proximus in addition to the index size.
- A metric for overall write rate into proximus is needed. We we're trying to see how much load we were putting on proximus when we were embedding the images and it was hard to figure out. Ideally we can just get a metric for puts into proximus
- No matter what I do I can't seem to get the query rate to budge.
Just a few initial thoughts.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A few more changes.
- I'd like to see storage (in GB) in the main panel
- reocmmending the lablel "Indexed Vectors" instead of Index Count. This is clearer
- The different query types are not clear to me
incorporated PR review feedback
] | ||
}, | ||
"timezone": "", | ||
"title": "Aerospike Vector Service", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think it is now no longer a service but a search
"title": "Aerospike Vector Service", | |
"title": "Aerospike Vector Search", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yep.
updated dashboard title updated description according to name suggestion
initial checkin of vector search dashboard