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

missing labels problem fixed #13

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

missing labels problem fixed #13

wants to merge 1 commit into from

Conversation

gonzachiar
Copy link
Member

@gonzachiar gonzachiar commented Nov 10, 2022

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 linked an issue Nov 10, 2022 that may be closed by this pull request
Copy link
Contributor

@Patco96 Patco96 left a comment

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