-
Notifications
You must be signed in to change notification settings - Fork 49
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
Builtin Cohere Command Processor #2165
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you @parikshitg !
I believe we need to run make generate
to create the JSON spec so it can be later pulled into conduit site: https://github.com/ConduitIO/conduit-site/tree/main/src/processorgen/specs.
My comments here are pretty similar than in #2167 (review) if it helps.
Thanks @raulb for your reviews. I have made the requested changes. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
* feat: embed processor * update mod file * resolved PR comments, added batching support & test cases * fix: header in embed_examples_test.go * fix: update examples test and generate json spec * resolved PR comments --------- Co-authored-by: Gaurav Sahil <[email protected]>
Description
This includes Cohere's command processor.
Quick checks