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

Merged
merged 7 commits into from
Feb 7, 2025

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
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.

@generall generall force-pushed the fix/kartik/visualize branch from fa73184 to 7ff893a Compare February 7, 2025 18:46
@generall generall merged commit b0563f9 into master Feb 7, 2025
2 checks passed
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