You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: