haystack-core-integrations icon indicating copy to clipboard operation
haystack-core-integrations copied to clipboard

feat: add stream param to gemini

Open Amnah199 opened this issue 1 year ago • 0 comments

Related Issues

  • fixes #936

Proposed Changes:

Allow passing stream parameter to run() method to GoogleAIGeminiGenerator and GoogleVertexGeminiGenerator. This allows passing stream during the pipeline run and prevents the need to recreate the pipeline within streaming callbacks.

How did you test it?

  • Ran the units.
  • Create new tests

Notes for the reviewer

N/A

Checklist

Amnah199 avatar Aug 11 '24 23:08 Amnah199