Skip to content
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

Merged
merged 23 commits into from
Mar 7, 2025
Merged

Builtin Cohere Command Processor #2165

merged 23 commits into from
Mar 7, 2025

Conversation

parikshitg
Copy link
Contributor

@parikshitg parikshitg commented Feb 24, 2025

Description

This includes Cohere's command processor.

Quick checks

  • I have followed the Code Guidelines.
  • There is no other pull request for the same update/change.
  • I have written unit tests.
  • I have made sure that the PR is of reasonable size and can be easily reviewed.

@parikshitg parikshitg self-assigned this Feb 24, 2025
@parikshitg parikshitg marked this pull request as ready for review February 24, 2025 08:25
@parikshitg parikshitg requested a review from a team as a code owner February 24, 2025 08:25
@parikshitg parikshitg linked an issue Feb 24, 2025 that may be closed by this pull request
Copy link
Member

@raulb raulb left a 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.

@grvsahil grvsahil mentioned this pull request Feb 28, 2025
4 tasks
@parikshitg
Copy link
Contributor Author

Thanks @raulb for your reviews. I have made the requested changes.

Copy link
Member

@raulb raulb left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

grvsahil and others added 2 commits March 6, 2025 21:28
* 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]>
@parikshitg parikshitg merged commit 3efa052 into main Mar 7, 2025
3 checks passed
@parikshitg parikshitg deleted the feat/cohere-processor branch March 7, 2025 06:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Cohere Command Processor
3 participants