Skip to content

missing labels problem fixed#13

Open
gonzachiar wants to merge 1 commit into
mainfrom
labels_in_vis
Open

missing labels problem fixed#13
gonzachiar wants to merge 1 commit into
mainfrom
labels_in_vis

Conversation

@gonzachiar

@gonzachiar gonzachiar commented Nov 10, 2022

Copy link
Copy Markdown
Member

The list of possible labels was an empty list. Now it is a list with the headers of the CSV associated with the selected dataset.

@gonzachiar gonzachiar requested a review from Patco96 November 10, 2022 12:46
@gonzachiar gonzachiar linked an issue Nov 10, 2022 that may be closed by this pull request

@Patco96 Patco96 left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Even though we don't have a PR template yet, maybe the PR description could show a bit more what the original behavior was and how it should be now.

Also, why remove the id_field? Maybe a small comment before this code section would be helpful for others:

dataset = next(iter(dataset_query))
_, _, headers = load_csv_with_headers(dataset.csv_path)
headers.remove("_idx")
headers.remove(str(dataset.id_field))

This is what happens for me when I run vectory demo now:
image

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.

Labels are not being displayed in the visualizations

2 participants