langchain_mistralai 0.2.3+1 copy "langchain_mistralai: ^0.2.3+1" to clipboard
langchain_mistralai: ^0.2.3+1 copied to clipboard

LangChain.dart integration module for Mistral AI (Mistral-7B, Mixtral 8x7B, embeddings, etc.).

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


0.2.3+1 #

  • Update a dependency to the latest release.

0.2.3 #

  • FEAT: Add copyWith method to all RunnableOptions subclasses (#531). (42c8d480)

0.2.2 #

  • 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.1 #

  • Update a dependency to the latest release.

0.2.1 #

  • FEAT: Add Runnable.close() to close any resources associated with it (#439). (4e08cced)

0.2.0+1 #

  • Update a dependency to the latest release.

0.2.0 #

Note: This release has breaking changes.
If you are using "function calling" check how to migrate to "tool calling".

  • BREAKING FEAT: Migrate from function calling to tool calling (#400). (44413b83)

0.1.0+2 #

  • Update a dependency to the latest release.

0.1.0+1 #

  • Update a dependency to the latest release.

0.1.0 #

Note: This release has breaking changes.
Migration guide

  • BREAKING REFACTOR: Introduce langchain_core and langchain_community packages (#328). (5fa520e6)
  • BREAKING REFACTOR: Simplify LLMResult and ChatResult classes (#363). (ffe539c1)
  • BREAKING REFACTOR: Simplify Output Parsers (#367). (f24b7058)
  • BREAKING REFACTOR: Remove deprecated generate and predict APIs (#335). (c55fe50f)
  • REFACTOR: Simplify internal .stream implementation (#364). (c83fed22)
  • FEAT: Implement .batch support (#370). (d254f929)

0.0.3 #

0.0.2+3 #

0.0.2+2 #

  • Update a dependency to the latest release.

0.0.2+1 #

  • REFACTOR: Update safe_mode and max temperature in Mistral chat (#300). (1a4ccd1e)

0.0.2 #

  • REFACTOR: Use cl100k_base encoding model when no tokenizer is available (#295). (ca908e80)
  • REFACTOR: Make all LLM options fields nullable and add copyWith (#284). (57eceb9b)
  • REFACTOR: Migrate tokenizer to langchain_tiktoken package (#285). (6a3b6466)
  • FEAT: Update internal dependencies (#291). (69621cc6)

0.0.1+4 #

  • Update a dependency to the latest release.

0.0.1+3 #

  • Update a dependency to the latest release.

0.0.1+2 #

  • Update a dependency to the latest release.

0.0.1+1 #

  • Update a dependency to the latest release.

0.0.1 #

0.0.1-dev.1 #

  • Bootstrap project.