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

chore[visualize-tab]: fix inconsistency in Visualize tab and add documentation #248

Open
wants to merge 7 commits into
base: master
Choose a base branch
from

Conversation

kartik-gupta-ij
Copy link
Contributor

@kartik-gupta-ij kartik-gupta-ij commented Oct 21, 2024

  • Updated the Visualize tab to use the using parameter for consistency with other tabs.
  • Added documentation for color_by.query in the Visualize tab.

fixes : #251

@kartik-gupta-ij kartik-gupta-ij changed the title chore:Fix inconsistency in Visualize tab and add documentation chore[visualize-tab]: Fix inconsistency in Visualize tab and add documentation Oct 21, 2024
@kartik-gupta-ij kartik-gupta-ij changed the title chore[visualize-tab]: Fix inconsistency in Visualize tab and add documentation chore[visualize-tab]: fix inconsistency in Visualize tab and add documentation Oct 21, 2024
…tion tab

- fix color_by parameter in query object if dataset had multiple named vectors for visualization tab
Comment on lines 40 to 44
// or
// "color_by": {
// "query": 17
// }
// see https://qdrant.tech/documentation/concepts/search/#query-api
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This was removed on purpose, cause it doesn't work too good.

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.

color_by assigns the same color to all categories when using a nested object path
3 participants