Note: This release has breaking changes.
- FIX: Breaking change in firebase_vertexai package (#770). (6a21546e)
- FIX: Batch sequential tool responses in GoogleAI & Firebase VertexAI (#757). (8ff44486)
- REFACTOR: Add new lint rules and fix issues (#621). (60b10e00)
- FIX: UUID 'Namespace' can't be assigned to the parameter type 'String?' (#566). (1e93a595)
- DOCS: Update Google's models in documentation (#551). (1da543f7)
- Update a dependency to the latest release.
- FEAT: Implement additive options merging for cascade bind calls (#500). (8691eb21)
- REFACTOR: Remove default model from the language model options (#498). (44363e43)
- REFACTOR: Depend on exact versions for internal 1st party dependencies (#484). (244e5e8f)
Note: ChatFirebaseVertexAI
now uses gemini-1.5-flash
model by default.
- BREAKING FEAT: Update ChatFirebaseVertexAI default model to gemini-1.5-flash (#458). (d3c96c52)
- FEAT: Add support for ChatToolChoiceRequired (#474). (bf324f36)
- FEAT: Support response MIME type in ChatFirebaseVertexAI (#461) (#463). (c3452721)
- FEAT: Add support for Firebase Auth in ChatFirebaseVertexAI (#460). (6d137290)
- FEAT: Add support for usage metadata in ChatFirebaseVertexAI (#457). (2587f9e2)
- REFACTOR: Simplify how tools are passed to the internal Firebase client (#459). (7f772396)
- Update a dependency to the latest release.
- Update a dependency to the latest release.
- DOCS: Fix lint issues in langchain_firebase example. (f85a6ad7)
- FEAT: Add support for ChatFirebaseVertexAI (#422). (8d0786bc)
- DOCS: Add Gemini 1.5 Flash to models list (#423). (40f4c9de)
- Bootstrap
langchain_firebase
package.