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

Reduced Set #13

Open
krayakin opened this issue Nov 24, 2023 · 0 comments
Open

Reduced Set #13

krayakin opened this issue Nov 24, 2023 · 0 comments

Comments

@krayakin
Copy link

I would like to reduce the dataset to limit the tags returned to only a subset of what is defined in the NN.

Looking at the source code, it appears that the NN basically returns a list of indices which you use to directly index on the array of names in the json file (found this out after I tried to just remove a bunch of entries from the json file and the script crashed).

Next thing I tried was to use the override file and just point all the tags I didn’t care about to an empty string. However, it appears to not like this either, and the cli just doesn’t return anything (haven’t looked into the source for why this might be).

My question then for you is, is there any way to reduce the dataset? Either removing entries from the NN completely (may also reduce search time??) or something similar to what I tried above?

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

No branches or pull requests

1 participant