langchain_firebase 0.2.1+1 copy "langchain_firebase: ^0.2.1+1" to clipboard
langchain_firebase: ^0.2.1+1 copied to clipboard

LangChain.dart integration module for Firebase (VertexAI for Firebase, Firestore, etc.).

📣 Check out the releases page or the #announcements channel on the LangChain.dart Discord server for more details.


0.2.1+1 #

  • Update a dependency to the latest release.

0.2.1 #

  • 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)

0.2.0 #

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)

0.1.0+3 #

  • Update a dependency to the latest release.

0.1.0+2 #

  • Update a dependency to the latest release.

0.1.0+1 #

  • DOCS: Fix lint issues in langchain_firebase example. (f85a6ad7)

0.1.0 #

  • FEAT: Add support for ChatFirebaseVertexAI (#422). (8d0786bc)
  • DOCS: Add Gemini 1.5 Flash to models list (#423). (40f4c9de)

0.0.1-dev.1 #

  • Bootstrap langchain_firebase package.