Skip to content
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

Merged
merged 5 commits into from
Jun 19, 2024
Merged

OM-175 - Vector search dashboard #108

merged 5 commits into from
Jun 19, 2024

Conversation

mphanias
Copy link
Contributor

initial checkin of vector search dashboard

initial checkin of vector search dashboard
Copy link
Collaborator

@hev hev left a 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.

  1. I'd like to get a sense of how many vectors are in proximus in addition to the index size.
  2. 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
  3. No matter what I do I can't seem to get the query rate to budge.

Just a few initial thoughts.

Copy link
Collaborator

@hev hev left a 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",
Copy link
Contributor

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

Suggested change
"title": "Aerospike Vector Service",
"title": "Aerospike Vector Search",

Copy link
Collaborator

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
@sunilvirus sunilvirus merged commit 3e43e5f into dev Jun 19, 2024
1 check passed
@sunilvirus sunilvirus deleted the OM-175 branch June 19, 2024 06:37
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.

None yet

5 participants