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
You should be able to pass anything as metadata, through the input of a dict.
This applies to the add method mostly. This should be added to AddConfig.
But then you should also be able to filter the query with where from the QueryConfig.
Motivation, pitch
Let's say you want to evaluate URLs, but one site is JS based so you use selenium to get the text and then load add it with the text datatype. Now it does not have the source metadata tag.
Alternatives
No response
Additional context
No response
The text was updated successfully, but these errors were encountered:
hi @cachho, can you please provide detail? Also, I thought we had metadata parameter in add method that can take in a dict and it was added to the metadata generated by loaders. I guess it was this PR #253
hi @cachho, can you please provide detail? Also, I thought we had metadata parameter in add method that can take in a dict and it was added to the metadata generated by loaders. I guess it was this PR #253
🚀 The feature
You should be able to pass anything as metadata, through the input of a dict.
This applies to the
add
method mostly. This should be added toAddConfig
.But then you should also be able to filter the query with
where
from theQueryConfig
.Motivation, pitch
Let's say you want to evaluate URLs, but one site is JS based so you use selenium to get the text and then load add it with the
text
datatype. Now it does not have the source metadata tag.Alternatives
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: