Skip to content

Commit

Permalink
chore(release): publish packages
Browse files Browse the repository at this point in the history
 - langchain@0.5.0
 - langchain_chroma@0.2.0
 - langchain_community@0.1.0
 - langchain_core@0.1.0
 - langchain_google@0.3.0
 - langchain_mistralai@0.1.0
 - langchain_ollama@0.1.0
 - langchain_openai@0.5.0
 - langchain_pinecone@0.1.0
 - langchain_supabase@0.1.0
 - chromadb@0.2.0
 - googleai_dart@0.0.4
 - mistralai_dart@0.0.3+1
 - ollama_dart@0.0.3+1
 - openai_dart@0.2.0
 - vertex_ai@0.1.0
  • Loading branch information
davidmigloz committed Apr 10, 2024
1 parent 6dcb27d commit 0f268f0
Show file tree
Hide file tree
Showing 40 changed files with 333 additions and 62 deletions.
140 changes: 138 additions & 2 deletions CHANGELOG.md

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions examples/browser_summarizer/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ dependencies:
flutter_bloc: ^8.1.5
flutter_markdown: ^0.6.22
js: ^0.7.1
langchain: ^0.4.2
langchain_community: 0.0.1-dev.2
langchain_openai: ^0.4.1
langchain: ^0.5.0
langchain_community: 0.1.0
langchain_openai: ^0.5.0
shared_preferences: ^2.2.2

flutter:
Expand Down
14 changes: 7 additions & 7 deletions examples/docs_examples/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ environment:
sdk: ">=3.0.0 <4.0.0"

dependencies:
langchain: ^0.4.2
langchain_chroma: ^0.1.1
langchain_community: 0.0.1-dev.2
langchain_google: ^0.2.4
langchain_mistralai: ^0.0.3
langchain_ollama: ^0.0.4
langchain_openai: ^0.4.1
langchain: ^0.5.0
langchain_chroma: ^0.2.0
langchain_community: 0.1.0
langchain_google: ^0.3.0
langchain_mistralai: ^0.1.0
langchain_ollama: ^0.1.0
langchain_openai: ^0.5.0
4 changes: 2 additions & 2 deletions examples/hello_world_backend/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ environment:
sdk: ">=3.0.0 <4.0.0"

dependencies:
langchain: ^0.4.2
langchain_openai: ^0.4.1
langchain: ^0.5.0
langchain_openai: ^0.5.0
shelf: ^1.4.1
shelf_router: ^1.1.4
4 changes: 2 additions & 2 deletions examples/hello_world_cli/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ environment:
sdk: ">=3.0.0 <4.0.0"

dependencies:
langchain: ^0.4.2
langchain_openai: ^0.4.1
langchain: ^0.5.0
langchain_openai: ^0.5.0
4 changes: 2 additions & 2 deletions examples/hello_world_flutter/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ dependencies:
sdk: flutter
equatable: ^2.0.5
flutter_bloc: ^8.1.5
langchain: ^0.4.2
langchain_openai: ^0.4.1
langchain: ^0.5.0
langchain_openai: ^0.5.0

flutter:
uses-material-design: true
2 changes: 1 addition & 1 deletion examples/vertex_ai_matching_engine_setup/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ dependencies:
gcloud: ^0.8.12
googleapis_auth: ^1.5.1
http: ^1.1.0
vertex_ai: ^0.0.10
vertex_ai: ^0.1.0
4 changes: 1 addition & 3 deletions melos.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,7 @@ command:
branch: main
changelogs:
- path: CHANGELOG.md
description: |
Check out the #announcements channel in the [LangChain.dart Discord](https://discord.gg/x4qbhqecVR)
server for more details about each release.
description: Check out the #announcements channel in the [LangChain.dart Discord](https://discord.gg/x4qbhqecVR) server for more details about each release.
packageFilters:
no-private: true
bootstrap:
Expand Down
4 changes: 4 additions & 0 deletions packages/chromadb/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.2.0

- **FIX**: Have the == implementation use Object instead of dynamic ([#334](https://github.com/davidmigloz/langchain_dart/issues/334)). ([89f7b0b9](https://github.com/davidmigloz/langchain_dart/commit/89f7b0b94144c216de19ec7244c48f3c34c2c635))

## 0.1.2

- **FEAT**: Update meta and test dependencies ([#331](https://github.com/davidmigloz/langchain_dart/issues/331)). ([912370ee](https://github.com/davidmigloz/langchain_dart/commit/912370ee0ba667ee9153303395a457e6caf5c72d))
Expand Down
2 changes: 1 addition & 1 deletion packages/chromadb/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: chromadb
description: Dart Client for the Chroma open-source embedding database API.
version: 0.1.2
version: 0.2.0
repository: https://github.com/davidmigloz/langchain_dart/tree/main/packages/chromadb
issue_tracker: https://github.com/davidmigloz/langchain_dart/issues
homepage: https://github.com/davidmigloz/langchain_dart
Expand Down
7 changes: 7 additions & 0 deletions packages/googleai_dart/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## 0.0.4

- **FEAT**: Support generateContent for tuned model in googleai_dart client ([#358](https://github.com/davidmigloz/langchain_dart/issues/358)). ([b4641a09](https://github.com/davidmigloz/langchain_dart/commit/b4641a09af7f6d67d503d526451a370eca920c5c))
- **FEAT**: Support output dimensionality in Google AI Embeddings ([#373](https://github.com/davidmigloz/langchain_dart/issues/373)). ([6dcb27d8](https://github.com/davidmigloz/langchain_dart/commit/6dcb27d861fa65d2c882e31ce28e8c0a92b65cc1))
- **FEAT**: Support updating API key in Google AI client ([#357](https://github.com/davidmigloz/langchain_dart/issues/357)). ([b9b808e7](https://github.com/davidmigloz/langchain_dart/commit/b9b808e72f02b9f38ab355d581284a0d848d4bd1))
- **FIX**: Have the == implementation use Object instead of dynamic ([#334](https://github.com/davidmigloz/langchain_dart/issues/334)). ([89f7b0b9](https://github.com/davidmigloz/langchain_dart/commit/89f7b0b94144c216de19ec7244c48f3c34c2c635))

## 0.0.3

- **FEAT**: Add streaming support to googleai_dart client ([#299](https://github.com/davidmigloz/langchain_dart/issues/299)). ([2cbd538a](https://github.com/davidmigloz/langchain_dart/commit/2cbd538a3b67ef6bdd9ab7b92bebc3c8c7a1bea1))
Expand Down
2 changes: 1 addition & 1 deletion packages/googleai_dart/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: googleai_dart
description: Dart Client for the Google AI API (Gemini Pro, Gemini Pro Vision, embeddings, etc.).
version: 0.0.3
version: 0.0.4
repository: https://github.com/davidmigloz/langchain_dart/tree/main/packages/googleai_dart
issue_tracker: https://github.com/davidmigloz/langchain_dart/issues?q=label:p:googleai_dart
homepage: https://github.com/davidmigloz/langchain_dart
Expand Down
15 changes: 15 additions & 0 deletions packages/langchain/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
## 0.5.0

> Note: This release has breaking changes.
> [Migration guide](https://github.com/davidmigloz/langchain_dart/discussions/374)
- **BREAKING** **REFACTOR**: Introduce langchain_core and langchain_community packages ([#328](https://github.com/davidmigloz/langchain_dart/issues/328)). ([5fa520e6](https://github.com/davidmigloz/langchain_dart/commit/5fa520e663602d9cdfcab0c62a053090fa02b02e))
- **BREAKING** **REFACTOR**: Simplify LLMResult and ChatResult classes ([#363](https://github.com/davidmigloz/langchain_dart/issues/363)). ([ffe539c1](https://github.com/davidmigloz/langchain_dart/commit/ffe539c13f92cce5f564107430163b44be1dfd96))
- **BREAKING** **REFACTOR**: Simplify Output Parsers ([#367](https://github.com/davidmigloz/langchain_dart/issues/367)). ([f24b7058](https://github.com/davidmigloz/langchain_dart/commit/f24b7058949fba47ba624f071a3f548b8f6e915e))
- **BREAKING** **REFACTOR**: Remove deprecated generate and predict APIs ([#335](https://github.com/davidmigloz/langchain_dart/issues/335)). ([c55fe50f](https://github.com/davidmigloz/langchain_dart/commit/c55fe50f0040cc04cbd2e90bca475887c093c654))
- **REFACTOR**: Simplify internal .stream implementation ([#364](https://github.com/davidmigloz/langchain_dart/issues/364)). ([c83fed22](https://github.com/davidmigloz/langchain_dart/commit/c83fed22b2b89d5e51211984b12ec126a3ca225e))
- **FEAT**: Implement .batch support ([#370](https://github.com/davidmigloz/langchain_dart/issues/370)). ([d254f929](https://github.com/davidmigloz/langchain_dart/commit/d254f929b03d9c950029e55c66831f9f89cc14a9))
- **FEAT**: Add reduceOutputStream option to StringOutputParser ([#368](https://github.com/davidmigloz/langchain_dart/issues/368)). ([7f9a9fae](https://github.com/davidmigloz/langchain_dart/commit/7f9a9faeef93685ff810a88bbfe866da4b843369))
- **DOCS**: Update LCEL docs. ([ab3ab573](https://github.com/davidmigloz/langchain_dart/commit/ab3ab573f62d9a497e7c82308da0a044337e957d))
- **DOCS**: Add RAG example using OllamaEmbeddings and ChatOllama ([#337](https://github.com/davidmigloz/langchain_dart/issues/337)). ([8bddc6c0](https://github.com/davidmigloz/langchain_dart/commit/8bddc6c05b762be357a3c3ed0f6fc4af3aad866a))

## 0.4.2

- **FEAT**: Update meta and test dependencies ([#331](https://github.com/davidmigloz/langchain_dart/issues/331)). ([912370ee](https://github.com/davidmigloz/langchain_dart/commit/912370ee0ba667ee9153303395a457e6caf5c72d))
Expand Down
4 changes: 2 additions & 2 deletions packages/langchain/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: langchain
description: Build powerful LLM-based Dart and Flutter applications with LangChain.dart.
version: 0.4.2
version: 0.5.0
repository: https://github.com/davidmigloz/langchain_dart/tree/main/packages/langchain
issue_tracker: https://github.com/davidmigloz/langchain_dart/issues
homepage: https://github.com/davidmigloz/langchain_dart
Expand All @@ -19,7 +19,7 @@ dependencies:
characters: ^1.3.0
collection: '>=1.17.0 <1.19.0'
crypto: ^3.0.3
langchain_core: ^0.0.1-dev.2
langchain_core: ^0.1.0
meta: ^1.11.0
uuid: ^4.3.3

Expand Down
7 changes: 7 additions & 0 deletions packages/langchain_chroma/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## 0.2.0

> Note: This release has breaking changes.
> [Migration guide](https://github.com/davidmigloz/langchain_dart/discussions/374)
- **BREAKING** **REFACTOR**: Introduce langchain_core and langchain_community packages ([#328](https://github.com/davidmigloz/langchain_dart/issues/328)). ([5fa520e6](https://github.com/davidmigloz/langchain_dart/commit/5fa520e663602d9cdfcab0c62a053090fa02b02e))

## 0.1.1

- **FEAT**: Update meta and test dependencies ([#331](https://github.com/davidmigloz/langchain_dart/issues/331)). ([912370ee](https://github.com/davidmigloz/langchain_dart/commit/912370ee0ba667ee9153303395a457e6caf5c72d))
Expand Down
12 changes: 6 additions & 6 deletions packages/langchain_chroma/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: langchain_chroma
description: LangChain.dart integration module for Chroma open-source embedding database.
version: 0.1.1
version: 0.2.0
repository: https://github.com/davidmigloz/langchain_dart/tree/main/packages/langchain_chroma
issue_tracker: https://github.com/davidmigloz/langchain_dart/issues?q=label:p:langchain_chroma
homepage: https://github.com/davidmigloz/langchain_dart
Expand All @@ -17,14 +17,14 @@ environment:
sdk: ">=3.0.0 <4.0.0"

dependencies:
chromadb: ^0.1.2
chromadb: ^0.2.0
http: ^1.1.0
langchain_core: ^0.0.1-dev.2
langchain_core: ^0.1.0
meta: ^1.11.0
uuid: ^4.3.3

dev_dependencies:
test: ^1.25.2
langchain: ^0.4.2
langchain_community: 0.0.1-dev.2
langchain_openai: ^0.4.1
langchain: ^0.5.0
langchain_community: 0.1.0
langchain_openai: ^0.5.0
7 changes: 7 additions & 0 deletions packages/langchain_community/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## 0.1.0

> Note: This release has breaking changes.
> [Migration guide](https://github.com/davidmigloz/langchain_dart/discussions/374)
- **BREAKING** **REFACTOR**: Introduce langchain_core and langchain_community packages ([#328](https://github.com/davidmigloz/langchain_dart/issues/328)). ([5fa520e6](https://github.com/davidmigloz/langchain_dart/commit/5fa520e663602d9cdfcab0c62a053090fa02b02e))

## 0.0.1-dev.2

- **FEAT**: Update meta and test dependencies ([#331](https://github.com/davidmigloz/langchain_dart/issues/331)). ([912370ee](https://github.com/davidmigloz/langchain_dart/commit/912370ee0ba667ee9153303395a457e6caf5c72d))
Expand Down
4 changes: 2 additions & 2 deletions packages/langchain_community/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: langchain_community
description: LangChain.dart third-party integrations that don't have a dedicated package.
version: 0.0.1-dev.2
version: 0.1.0
repository: https://github.com/davidmigloz/langchain_dart/tree/main/packages/langchain_community
issue_tracker: https://github.com/davidmigloz/langchain_dart/issues?q=label:p:langchain_community
homepage: https://github.com/davidmigloz/langchain_dart
Expand All @@ -21,7 +21,7 @@ dependencies:
csv: ^6.0.0
http: ^1.1.0
json_path: ^0.7.1
langchain_core: ^0.0.1-dev.2
langchain_core: ^0.1.0
math_expressions: ^2.4.0
meta: ^1.11.0

Expand Down
12 changes: 12 additions & 0 deletions packages/langchain_core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
## 0.1.0

> Note: This release has breaking changes.
> [Migration guide](https://github.com/davidmigloz/langchain_dart/discussions/374)
- **BREAKING** **REFACTOR**: Introduce langchain_core and langchain_community packages ([#328](https://github.com/davidmigloz/langchain_dart/issues/328)). ([5fa520e6](https://github.com/davidmigloz/langchain_dart/commit/5fa520e663602d9cdfcab0c62a053090fa02b02e))
- **BREAKING** **REFACTOR**: Simplify LLMResult and ChatResult classes ([#363](https://github.com/davidmigloz/langchain_dart/issues/363)). ([ffe539c1](https://github.com/davidmigloz/langchain_dart/commit/ffe539c13f92cce5f564107430163b44be1dfd96))
- **BREAKING** **REFACTOR**: Simplify Output Parsers ([#367](https://github.com/davidmigloz/langchain_dart/issues/367)). ([f24b7058](https://github.com/davidmigloz/langchain_dart/commit/f24b7058949fba47ba624f071a3f548b8f6e915e))
- **REFACTOR**: Simplify internal .stream implementation ([#364](https://github.com/davidmigloz/langchain_dart/issues/364)). ([c83fed22](https://github.com/davidmigloz/langchain_dart/commit/c83fed22b2b89d5e51211984b12ec126a3ca225e))
- **FEAT**: Implement .batch support ([#370](https://github.com/davidmigloz/langchain_dart/issues/370)). ([d254f929](https://github.com/davidmigloz/langchain_dart/commit/d254f929b03d9c950029e55c66831f9f89cc14a9))
- **FEAT**: Add reduceOutputStream option to StringOutputParser ([#368](https://github.com/davidmigloz/langchain_dart/issues/368)). ([7f9a9fae](https://github.com/davidmigloz/langchain_dart/commit/7f9a9faeef93685ff810a88bbfe866da4b843369))

## 0.0.1-dev.2

- **FEAT**: Update meta and test dependencies ([#331](https://github.com/davidmigloz/langchain_dart/issues/331)). ([912370ee](https://github.com/davidmigloz/langchain_dart/commit/912370ee0ba667ee9153303395a457e6caf5c72d))
Expand Down
2 changes: 1 addition & 1 deletion packages/langchain_core/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: langchain_core
description: Contains core abstractions of LangChain.dart and the LangChain Expression Language (LCEL).
version: 0.0.1-dev.2
version: 0.1.0
repository: https://github.com/davidmigloz/langchain_dart/tree/main/packages/langchain_core
issue_tracker: https://github.com/davidmigloz/langchain_dart/issues?q=label:p:langchain_core
homepage: https://github.com/davidmigloz/langchain_dart
Expand Down
17 changes: 17 additions & 0 deletions packages/langchain_google/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
## 0.3.0

> Note: This release has breaking changes.
> [Migration guide](https://github.com/davidmigloz/langchain_dart/discussions/374)
- **BREAKING** **REFACTOR**: Introduce langchain_core and langchain_community packages ([#328](https://github.com/davidmigloz/langchain_dart/issues/328)). ([5fa520e6](https://github.com/davidmigloz/langchain_dart/commit/5fa520e663602d9cdfcab0c62a053090fa02b02e))
- **BREAKING** **REFACTOR**: Simplify LLMResult and ChatResult classes ([#363](https://github.com/davidmigloz/langchain_dart/issues/363)). ([ffe539c1](https://github.com/davidmigloz/langchain_dart/commit/ffe539c13f92cce5f564107430163b44be1dfd96))
- **BREAKING** **REFACTOR**: Simplify Output Parsers ([#367](https://github.com/davidmigloz/langchain_dart/issues/367)). ([f24b7058](https://github.com/davidmigloz/langchain_dart/commit/f24b7058949fba47ba624f071a3f548b8f6e915e))
- **BREAKING** **REFACTOR**: Remove deprecated generate and predict APIs ([#335](https://github.com/davidmigloz/langchain_dart/issues/335)). ([c55fe50f](https://github.com/davidmigloz/langchain_dart/commit/c55fe50f0040cc04cbd2e90bca475887c093c654))
- **REFACTOR**: Simplify internal .stream implementation ([#364](https://github.com/davidmigloz/langchain_dart/issues/364)). ([c83fed22](https://github.com/davidmigloz/langchain_dart/commit/c83fed22b2b89d5e51211984b12ec126a3ca225e))
- **FEAT**: Implement .batch support ([#370](https://github.com/davidmigloz/langchain_dart/issues/370)). ([d254f929](https://github.com/davidmigloz/langchain_dart/commit/d254f929b03d9c950029e55c66831f9f89cc14a9))
- **FEAT**: Add streaming support in ChatGoogleGenerativeAI ([#360](https://github.com/davidmigloz/langchain_dart/issues/360)). ([68bfdb04](https://github.com/davidmigloz/langchain_dart/commit/68bfdb04e417a7023b8872cbe0798243503fbf3d))
- **FEAT**: Support tuned models in ChatGoogleGenerativeAI ([#359](https://github.com/davidmigloz/langchain_dart/issues/359)). ([764b633d](https://github.com/davidmigloz/langchain_dart/commit/764b633df1412f53fc238afe1e97d1e1ac22f206))
- **FEAT**: Add support for GoogleGenerativeAIEmbeddings ([#362](https://github.com/davidmigloz/langchain_dart/issues/362)). ([d4f888a0](https://github.com/davidmigloz/langchain_dart/commit/d4f888a0e347608f0538d656d0c5507b61e5ee7e))
- **FEAT**: Support output dimensionality in GoogleGenerativeAIEmbeddings ([#373](https://github.com/davidmigloz/langchain_dart/issues/373)). ([6dcb27d8](https://github.com/davidmigloz/langchain_dart/commit/6dcb27d861fa65d2c882e31ce28e8c0a92b65cc1))
- **FEAT**: Support updating API key in Google AI client ([#357](https://github.com/davidmigloz/langchain_dart/issues/357)). ([b9b808e7](https://github.com/davidmigloz/langchain_dart/commit/b9b808e72f02b9f38ab355d581284a0d848d4bd1))

## 0.2.4

- **FEAT**: Update meta and test dependencies ([#331](https://github.com/davidmigloz/langchain_dart/issues/331)). ([912370ee](https://github.com/davidmigloz/langchain_dart/commit/912370ee0ba667ee9153303395a457e6caf5c72d))
Expand Down
8 changes: 4 additions & 4 deletions packages/langchain_google/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: langchain_google
description: LangChain.dart integration module for Google (VertexAI, PaLM, Matching Engine, etc.).
version: 0.2.4
version: 0.3.0
repository: https://github.com/davidmigloz/langchain_dart/tree/main/packages/langchain_google
issue_tracker: https://github.com/davidmigloz/langchain_dart/issues?q=label:p:langchain_google
homepage: https://github.com/davidmigloz/langchain_dart
Expand All @@ -19,14 +19,14 @@ environment:
dependencies:
collection: '>=1.17.0 <1.19.0'
gcloud: ^0.8.12
googleai_dart: ^0.0.3
googleai_dart: ^0.0.4
googleapis: ^12.0.0
googleapis_auth: ^1.5.1
http: ^1.1.0
langchain_core: ^0.0.1-dev.2
langchain_core: ^0.1.0
meta: ^1.11.0
uuid: ^4.3.3
vertex_ai: ^0.0.10
vertex_ai: ^0.1.0

dev_dependencies:
test: ^1.25.2
12 changes: 12 additions & 0 deletions packages/langchain_mistralai/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
## 0.1.0

> Note: This release has breaking changes.
> [Migration guide](https://github.com/davidmigloz/langchain_dart/discussions/374)
- **BREAKING** **REFACTOR**: Introduce langchain_core and langchain_community packages ([#328](https://github.com/davidmigloz/langchain_dart/issues/328)). ([5fa520e6](https://github.com/davidmigloz/langchain_dart/commit/5fa520e663602d9cdfcab0c62a053090fa02b02e))
- **BREAKING** **REFACTOR**: Simplify LLMResult and ChatResult classes ([#363](https://github.com/davidmigloz/langchain_dart/issues/363)). ([ffe539c1](https://github.com/davidmigloz/langchain_dart/commit/ffe539c13f92cce5f564107430163b44be1dfd96))
- **BREAKING** **REFACTOR**: Simplify Output Parsers ([#367](https://github.com/davidmigloz/langchain_dart/issues/367)). ([f24b7058](https://github.com/davidmigloz/langchain_dart/commit/f24b7058949fba47ba624f071a3f548b8f6e915e))
- **BREAKING** **REFACTOR**: Remove deprecated generate and predict APIs ([#335](https://github.com/davidmigloz/langchain_dart/issues/335)). ([c55fe50f](https://github.com/davidmigloz/langchain_dart/commit/c55fe50f0040cc04cbd2e90bca475887c093c654))
- **REFACTOR**: Simplify internal .stream implementation ([#364](https://github.com/davidmigloz/langchain_dart/issues/364)). ([c83fed22](https://github.com/davidmigloz/langchain_dart/commit/c83fed22b2b89d5e51211984b12ec126a3ca225e))
- **FEAT**: Implement .batch support ([#370](https://github.com/davidmigloz/langchain_dart/issues/370)). ([d254f929](https://github.com/davidmigloz/langchain_dart/commit/d254f929b03d9c950029e55c66831f9f89cc14a9))

## 0.0.3

- **FEAT**: Update meta and test dependencies ([#331](https://github.com/davidmigloz/langchain_dart/issues/331)). ([912370ee](https://github.com/davidmigloz/langchain_dart/commit/912370ee0ba667ee9153303395a457e6caf5c72d))
Expand Down
6 changes: 3 additions & 3 deletions packages/langchain_mistralai/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: langchain_mistralai
description: LangChain.dart integration module for Mistral AI (Mistral-7B, Mixtral 8x7B, embeddings, etc.).
version: 0.0.3
version: 0.1.0
repository: https://github.com/davidmigloz/langchain_dart/tree/main/packages/langchain_mistralai
issue_tracker: https://github.com/davidmigloz/langchain_dart/issues?q=label:p:langchain_mistralai
homepage: https://github.com/davidmigloz/langchain_dart
Expand All @@ -19,10 +19,10 @@ environment:
dependencies:
collection: '>=1.17.0 <1.19.0'
http: ^1.1.0
langchain_core: ^0.0.1-dev.2
langchain_core: ^0.1.0
langchain_tiktoken: ^1.0.1
meta: ^1.11.0
mistralai_dart: ^0.0.3
mistralai_dart: ^0.0.3+1

dev_dependencies:
test: ^1.25.2
Loading

0 comments on commit 0f268f0

Please sign in to comment.