langchain_mistralai 0.2.3+1 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.2 #
0.2.1 #
- Update a dependency to the latest release.
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".
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+2 #
- Update a dependency to the latest release.
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.