-
Notifications
You must be signed in to change notification settings - Fork 21
feat(component,ai): add Gemini integration #1088
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
Merged
pinglin
merged 1 commit into
main
from
pinglin/ins-2953-bepipeline-backend-add-gemini-ai-component
Sep 16, 2025
Merged
feat(component,ai): add Gemini integration #1088
pinglin
merged 1 commit into
main
from
pinglin/ins-2953-bepipeline-backend-add-gemini-ai-component
Sep 16, 2025
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
adedf6a
to
7a396f1
Compare
6860fe1
to
1d440d9
Compare
1d440d9
to
3c603bf
Compare
3c603bf
to
261c697
Compare
261c697
to
cc127a7
Compare
This was referenced Sep 16, 2025
pinglin
added a commit
that referenced
this pull request
Sep 16, 2025
Because - Gemini AI component is on demand. This commit - adds Gemini component.
pinglin
added a commit
that referenced
this pull request
Sep 16, 2025
Because - Gemini AI component is on demand. This commit - adds Gemini component.
pinglin
added a commit
that referenced
this pull request
Sep 16, 2025
Because - Gemini AI component is on demand. This commit - adds Gemini component.
pinglin
added a commit
to instill-ai/instill-core
that referenced
this pull request
Sep 16, 2025
Because - The version of the pipeline-backend service is not updated in the instill-core repository. This commit - updates the `PIPELINE_BACKEND_VERSION` in the `.env` file to `5613ee3`. - updates the `pipelineBackend.image.tag` in the helm chart values.yaml file to `5613ee3`. ## Changes in pipeline-backend - chore(compogen): update component document layout (instill-ai/pipeline-backend#1090) - feat(component,ai): add Gemini integration (instill-ai/pipeline-backend#1088) - fix(compogen): remove redundant escape characters (instill-ai/pipeline-backend#1089) - feat(component,cohere): add rerank indexes in the response (instill-ai/pipeline-backend#1087) - docs(component): update description format (instill-ai/pipeline-backend#1084) - chore(data): improve unified Instill Type data presentation (instill-ai/pipeline-backend#1078) Co-authored-by: pinglin <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Because
This commit