-
Notifications
You must be signed in to change notification settings - Fork 406
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
[FEATURE] JSON or String Metadata #5772
Comments
Hi @Samoed we have not included this because of bloated indexes in elastic that we might create in elastic without type constraints. You could still do |
Yes, I missed it! Thanks |
I've replied to wrong issue. I understand that this can bloat search, but I want somehow to store some additional information about records and see it in UI/get from python. The only metntion of
But this not providing examples how to use it. |
@Samoed this allows you to just upload arbirary metadata along with records, however, the data will not be available for search or visisible for annotators. It is more used for storage. You could also choose to add another |
Is your feature request related to a problem? Please describe.
Currently, only
TermsMetadata
,IntMetadata
, andFloatMetadata
are available, which is quite limited. It would be great to have the option to add more types of metadata for greater flexibility.Describe the solution you'd like
I suggest adding String and/or Json metadata fields.
Describe alternatives you've considered
No response
Additional context
Mention of JSON metadata was here #5425
The text was updated successfully, but these errors were encountered: