-
Notifications
You must be signed in to change notification settings - Fork 127
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
Parsers / loaders are a bit limited #72
Comments
Agreed. One idea is for the custom parsers to accept a document and return a list of documents/dictionaries, which get merged into the original documents, instead of a list of strings. Then the user doesn't have to specify |
I think that, coupled with arbitrary arguments from the config yaml to the parser, would be good enough. Parsers that wants to use an input key, would just take that as an argument. We'd just change the yaml to be:
And for the existing parsers, we add the parameters Signature for a parser function would then be:
|
I like this idea! I'm on board. Feel free to take it if you'd like--I'm trying to get a v0 of the UI out this week :-) But i can also get to it later no worries |
I'd be happy to do this one, but I want the rate_limit stuff merged first (with the runner argument), to limit merge conflicts... |
Limitations:
How can we redesign this to make it more flexible?
The text was updated successfully, but these errors were encountered: