Skip to content

Commit

Permalink
chore(release): publish packages
Browse files Browse the repository at this point in the history
 - langchain@0.7.2
 - langchain_chroma@0.2.0+5
 - langchain_community@0.2.1
 - langchain_core@0.3.2
 - langchain_firebase@0.1.0+2
 - langchain_google@0.5.1
 - langchain_mistralai@0.2.1
 - langchain_ollama@0.2.2
 - langchain_openai@0.6.2
 - langchain_pinecone@0.1.0+5
 - langchain_supabase@0.1.0+5
 - anthropic_sdk_dart@0.0.1
 - chromadb@0.2.0+1
 - googleai_dart@0.1.0+1
 - mistralai_dart@0.0.3+2
 - ollama_dart@0.1.1
 - openai_dart@0.3.3
 - vertex_ai@0.1.0+1
  • Loading branch information
davidmigloz committed May 31, 2024
1 parent c5c15a1 commit b93c25d
Show file tree
Hide file tree
Showing 46 changed files with 220 additions and 87 deletions.
84 changes: 67 additions & 17 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,73 @@

Check out the #announcements channel in the [LangChain.dart Discord](https://discord.gg/x4qbhqecVR) server for more details about each release.

## 2024-06-01

### Changes

---

New packages:

- [`anthropic_sdk_dart` - `v0.0.1`](#anthropic_sdk_dart---v001)

Packages with other changes:

- [`langchain` - `v0.7.2`](#langchain---v072)
- [`langchain_core` - `v0.3.2`](#langchain_core---v032)
- [`langchain_community` - `v0.2.1`](#langchain_community---v021)
- [`langchain_chroma` - `v0.2.0+5`](#langchain_chroma---v0205)
- [`langchain_firebase` - `v0.1.0+2`](#langchain_firebase---v0102)
- [`langchain_google` - `v0.5.1`](#langchain_google---v051)
- [`langchain_mistralai` - `v0.2.1`](#langchain_mistralai---v021)
- [`langchain_ollama` - `v0.2.2`](#langchain_ollama---v022)
- [`langchain_openai` - `v0.6.2`](#langchain_openai---v062)
- [`langchain_pinecone` - `v0.1.0+5`](#langchain_pinecone---v0105)
- [`langchain_supabase` - `v0.1.0+5`](#langchain_supabase---v0105)
- [`chromadb` - `v0.2.0+1`](#chromadb---v0201)
- [`googleai_dart` - `v0.1.0+1`](#googleai_dart---v0101)
- [`mistralai_dart` - `v0.0.3+2`](#mistralai_dart---v0032)
- [`ollama_dart` - `v0.1.1`](#ollama_dart---v011)
- [`openai_dart` - `v0.3.3`](#openai_dart---v033)
- [`vertex_ai` - `v0.1.0+1`](#vertex_ai---v0101)

---

#### `langchain` - `v0.7.2`

- **FEAT**: Add support for ObjectBoxVectorStore ([#438](https://github.com/davidmigloz/langchain_dart/issues/438)). ([81e167a6](https://github.com/davidmigloz/langchain_dart/commit/81e167a6888fff9f8db381caaef6ee788acef3a8))
+ Check out the [ObjectBoxVectorStore documentation](https://langchaindart.dev/#/modules/retrieval/vector_stores/integrations/objectbox?id=objectbox)
- **REFACTOR**: Migrate to langchaindart.dev domain ([#434](https://github.com/davidmigloz/langchain_dart/issues/434)). ([358f79d6](https://github.com/davidmigloz/langchain_dart/commit/358f79d6e0bae2ecd657aeed2eae7fad16d97c18))

#### `langchain_core` - `v0.3.2`

- **FEAT**: Add Runnable.close() to close any resources associated with it ([#439](https://github.com/davidmigloz/langchain_dart/issues/439)). ([4e08cced](https://github.com/davidmigloz/langchain_dart/commit/4e08cceda964921178061e9721618a1505198ff5))
- **FIX**: Stream errors are not propagated by StringOutputParser ([#440](https://github.com/davidmigloz/langchain_dart/issues/440)). ([496b11cc](https://github.com/davidmigloz/langchain_dart/commit/496b11cca9bbf9892c425e49138562537398bc70))

#### `langchain_community` - `v0.2.1`

- **FEAT**: Add support for ObjectBoxVectorStore ([#438](https://github.com/davidmigloz/langchain_dart/issues/438)). ([81e167a6](https://github.com/davidmigloz/langchain_dart/commit/81e167a6888fff9f8db381caaef6ee788acef3a8))
+ Check out the [ObjectBoxVectorStore documentation](https://langchaindart.dev/#/modules/retrieval/vector_stores/integrations/objectbox?id=objectbox)

#### `langchain_openai` - `v0.6.2`

- **DOCS**: Document tool calling with OpenRouter ([#437](https://github.com/davidmigloz/langchain_dart/issues/437)). ([47986592](https://github.com/davidmigloz/langchain_dart/commit/47986592a674322fe2f69aff7166a3e594756ace))

#### `anthropic_sdk_dart` - `v0.0.1`

- **FEAT**: Implement anthropic_sdk_dart, a Dart client for Anthropic API ([#433](https://github.com/davidmigloz/langchain_dart/issues/433)). ([e5412b](https://github.com/davidmigloz/langchain_dart/commit/e5412bdedc7de911f7de88eb51e9d41cd85ab4ae))

#### `ollama_dart` - `v0.1.1`

- **FEAT**: Support buffered stream responses ([#445](https://github.com/davidmigloz/langchain_dart/issues/445)). ([ce2ef30c](https://github.com/davidmigloz/langchain_dart/commit/ce2ef30c9a9a0dfe8f3059988b7007c94c45b9bd))

#### `openai_dart` - `v0.3.3`

- **FEAT**: Support FastChat OpenAI-compatible API ([#444](https://github.com/davidmigloz/langchain_dart/issues/444)). ([ddaf1f69](https://github.com/davidmigloz/langchain_dart/commit/ddaf1f69d8262210637999367690bf362f2dc5c3))
- **FIX**: Make vector store name optional ([#436](https://github.com/davidmigloz/langchain_dart/issues/436)). ([29a46c7f](https://github.com/davidmigloz/langchain_dart/commit/29a46c7fa645439e8f4acc10a16da904e7cf14ff))
- **FIX**: Fix deserialization of sealed classes ([#435](https://github.com/davidmigloz/langchain_dart/issues/435)). ([7b9cf223](https://github.com/davidmigloz/langchain_dart/commit/7b9cf223e42eae8496f864ad7ef2f8d0dca45678))


## 2024-05-20

### Changes
Expand Down Expand Up @@ -2422,20 +2489,3 @@ Packages with changes:

- **FIX**: OpenAIQAWithSourcesChain throws exception. ([45c6cb9d](https://github.com/davidmigloz/langchain_dart/commit/45c6cb9d32be670902dd2fe4cb92597765590d85))
- **FEAT**: Support estimating the number of tokens for a given prompt ([#3](https://github.com/davidmigloz/langchain_dart/issues/3)). ([e22f22c8](https://github.com/davidmigloz/langchain_dart/commit/e22f22c89f188a019b96a7c0003dbd26471bebb7))

## 2023-07-02

### Changes

#### `langchain` - `v0.0.1`

- Initial public release.
t/commit/e22f22c89f188a019b96a7c0003dbd26471bebb7))

## 2023-07-02

### Changes

#### `langchain` - `v0.0.1`

- Initial public release.
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.7.1
langchain_community: 0.2.0+1
langchain_openai: ^0.6.1+1
langchain: ^0.7.2
langchain_community: 0.2.1
langchain_openai: ^0.6.2
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.7.1
langchain_chroma: ^0.2.0+4
langchain_community: 0.2.0+1
langchain_google: ^0.5.0
langchain_mistralai: ^0.2.0+1
langchain_ollama: ^0.2.1+1
langchain_openai: ^0.6.1+1
langchain: ^0.7.2
langchain_chroma: ^0.2.0+5
langchain_community: 0.2.1
langchain_google: ^0.5.1
langchain_mistralai: ^0.2.1
langchain_ollama: ^0.2.2
langchain_openai: ^0.6.2
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.7.1
langchain_openai: ^0.6.1+1
langchain: ^0.7.2
langchain_openai: ^0.6.2
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.7.1
langchain_openai: ^0.6.1+1
langchain: ^0.7.2
langchain_openai: ^0.6.2
10 changes: 5 additions & 5 deletions examples/hello_world_flutter/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ dependencies:
equatable: ^2.0.5
flutter_bloc: ^8.1.5
flutter_markdown: ^0.6.22
langchain: ^0.7.1
langchain_google: ^0.5.0
langchain_mistralai: ^0.2.0+1
langchain_ollama: ^0.2.1+1
langchain_openai: ^0.6.1+1
langchain: ^0.7.2
langchain_google: ^0.5.1
langchain_mistralai: ^0.2.1
langchain_ollama: ^0.2.2
langchain_openai: ^0.6.2

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.1.0
vertex_ai: ^0.1.0+1
6 changes: 3 additions & 3 deletions examples/wikivoyage_eu/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ environment:
sdk: ">=3.0.0 <4.0.0"

dependencies:
langchain: ^0.7.1
langchain_ollama: ^0.2.1+1
langchain_community: 0.2.0+1
langchain: ^0.7.2
langchain_ollama: ^0.2.2
langchain_community: 0.2.1
2 changes: 1 addition & 1 deletion melos.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,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
6 changes: 5 additions & 1 deletion packages/anthropic_sdk_dart/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.0.1

- **FEAT**: Implement anthropic_sdk_dart, a Dart client for Anthropic API ([#433](https://github.com/davidmigloz/langchain_dart/issues/433)). ([e5412b](https://github.com/davidmigloz/langchain_dart/commit/e5412bdedc7de911f7de88eb51e9d41cd85ab4ae))

## 0.0.1-dev.1

- Bootstrap package.
- Bootstrap package.
2 changes: 1 addition & 1 deletion packages/anthropic_sdk_dart/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: anthropic_sdk_dart
description: Dart Client for the Anthropic API (Claude 3 Opus, Sonnet, Haiku, etc.).
version: 0.0.1-dev.1
version: 0.0.1
repository: https://github.com/davidmigloz/langchain_dart/tree/main/packages/anthropic_sdk_dart
issue_tracker: https://github.com/davidmigloz/langchain_dart/issues?q=label:p:anthropic_sdk_dart
homepage: https://github.com/davidmigloz/langchain_dart
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+1

- **FIX**: Fix deserialization of sealed classes ([#435](https://github.com/davidmigloz/langchain_dart/issues/435)). ([7b9cf223](https://github.com/davidmigloz/langchain_dart/commit/7b9cf223e42eae8496f864ad7ef2f8d0dca45678))

## 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))
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.2.0
version: 0.2.0+1
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
4 changes: 4 additions & 0 deletions packages/googleai_dart/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.1.0+1

- **FIX**: Fix deserialization of sealed classes ([#435](https://github.com/davidmigloz/langchain_dart/issues/435)). ([7b9cf223](https://github.com/davidmigloz/langchain_dart/commit/7b9cf223e42eae8496f864ad7ef2f8d0dca45678))

## 0.1.0

- **REFACTOR**: Minor changes ([#407](https://github.com/davidmigloz/langchain_dart/issues/407)). ([fa4b5c37](https://github.com/davidmigloz/langchain_dart/commit/fa4b5c376a191fea50c3f8b1d6b07cef0480a74e))
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.1.0
version: 0.1.0+1
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
8 changes: 8 additions & 0 deletions packages/langchain/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## 0.7.2

> Note: ObjectBox Vector DB integration (`ObjectBoxVectorStore`) is now available in the [`langchain_community`](https://pub.dev/packages/langchain_community) package
- **FEAT**: Add support for ObjectBoxVectorStore ([#438](https://github.com/davidmigloz/langchain_dart/issues/438)). ([81e167a6](https://github.com/davidmigloz/langchain_dart/commit/81e167a6888fff9f8db381caaef6ee788acef3a8))
+ Check out the [ObjectBoxVectorStore documentation](https://langchaindart.dev/#/modules/retrieval/vector_stores/integrations/objectbox?id=objectbox)
- **REFACTOR**: Migrate to langchaindart.dev domain ([#434](https://github.com/davidmigloz/langchain_dart/issues/434)). ([358f79d6](https://github.com/davidmigloz/langchain_dart/commit/358f79d6e0bae2ecd657aeed2eae7fad16d97c18))

## 0.7.1

> Note: VertexAI for Firebase (`ChatFirebaseVertexAI`) is available in the new [`langchain_firebase`](https://pub.dev/packages/langchain_firebase) package.
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.7.1
version: 0.7.2
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.3.1
langchain_core: ^0.3.2
meta: ^1.11.0
uuid: ^4.3.3

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

- Update a dependency to the latest release.

## 0.2.0+4

- Update a dependency to the latest release.
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.2.0+4
version: 0.2.0+5
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.2.0
chromadb: ^0.2.0+1
http: ^1.1.0
langchain_core: ^0.3.1
langchain_core: ^0.3.2
meta: ^1.11.0
uuid: ^4.3.3

dev_dependencies:
test: ^1.25.2
langchain: ^0.7.1
langchain_community: 0.2.0+1
langchain_openai: ^0.6.1+1
langchain: ^0.7.2
langchain_community: 0.2.1
langchain_openai: ^0.6.2
5 changes: 5 additions & 0 deletions packages/langchain_community/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 0.2.1

- **FEAT**: Add support for ObjectBoxVectorStore ([#438](https://github.com/davidmigloz/langchain_dart/issues/438)). ([81e167a6](https://github.com/davidmigloz/langchain_dart/commit/81e167a6888fff9f8db381caaef6ee788acef3a8))
+ Check out the [ObjectBoxVectorStore documentation](https://langchaindart.dev/#/modules/retrieval/vector_stores/integrations/objectbox?id=objectbox)

## 0.2.0+1

- Update a dependency to the latest release.
Expand Down
6 changes: 3 additions & 3 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.2.0+1
version: 0.2.1
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,15 +21,15 @@ dependencies:
csv: ^6.0.0
http: ^1.1.0
json_path: ^0.7.1
langchain_core: ^0.3.1
langchain_core: ^0.3.2
math_expressions: ^2.4.0
meta: ^1.11.0
objectbox: ^4.0.1
uuid: ^4.3.3

dev_dependencies:
build_runner: ^2.4.9
langchain_openai: ^0.6.1+1
langchain_openai: ^0.6.2
objectbox_generator: ^4.0.0
test: ^1.25.2

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

- **REFACTOR**: Migrate to langchaindart.dev domain ([#434](https://github.com/davidmigloz/langchain_dart/issues/434)). ([358f79d6](https://github.com/davidmigloz/langchain_dart/commit/358f79d6e0bae2ecd657aeed2eae7fad16d97c18))
- **FIX**: Stream errors are not propagated by StringOutputParser ([#440](https://github.com/davidmigloz/langchain_dart/issues/440)). ([496b11cc](https://github.com/davidmigloz/langchain_dart/commit/496b11cca9bbf9892c425e49138562537398bc70))
- **FEAT**: Add Runnable.close() to close any resources associated with it ([#439](https://github.com/davidmigloz/langchain_dart/issues/439)). ([4e08cced](https://github.com/davidmigloz/langchain_dart/commit/4e08cceda964921178061e9721618a1505198ff5))

## 0.3.1

- **FEAT**: Add equals to ChatToolChoiceForced ([#422](https://github.com/davidmigloz/langchain_dart/issues/422)). ([8d0786bc](https://github.com/davidmigloz/langchain_dart/commit/8d0786bc6228ce86de962d30e9c2cc9728a08f3f))
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.3.1
version: 0.3.2
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
4 changes: 4 additions & 0 deletions packages/langchain_firebase/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.1.0+2

- Update a dependency to the latest release.

## 0.1.0+1

- **DOCS**: Fix lint issues in langchain_firebase example. ([f85a6ad7](https://github.com/davidmigloz/langchain_dart/commit/f85a6ad755e00c513bd4349663e33d40be8a696c))
Expand Down
4 changes: 2 additions & 2 deletions packages/langchain_firebase/example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ dependencies:
flutter:
sdk: flutter
flutter_markdown: ^0.6.22
langchain: 0.7.1
langchain_firebase: 0.1.0+1
langchain: 0.7.2
langchain_firebase: 0.1.0+2

dev_dependencies:
flutter_lints: ^3.0.0
Expand Down
4 changes: 2 additions & 2 deletions packages/langchain_firebase/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: langchain_firebase
description: LangChain.dart integration module for Firebase (VertexAI for Firebase, Firestore, etc.).
version: 0.1.0+1
version: 0.1.0+2
repository: https://github.com/davidmigloz/langchain_dart/tree/main/packages/langchain_firebase
issue_tracker: https://github.com/davidmigloz/langchain_dart/issues?q=label:p:langchain_firebase
homepage: https://github.com/davidmigloz/langchain_dart
Expand All @@ -22,7 +22,7 @@ dependencies:
firebase_app_check: ^0.2.2+5
firebase_core: ^2.31.0
firebase_vertexai: ^0.1.0
langchain_core: ^0.3.1
langchain_core: ^0.3.2
meta: ^1.11.0
uuid: ^4.3.3

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

- **FEAT**: Add Runnable.close() to close any resources associated with it ([#439](https://github.com/davidmigloz/langchain_dart/issues/439)). ([4e08cced](https://github.com/davidmigloz/langchain_dart/commit/4e08cceda964921178061e9721618a1505198ff5))

## 0.5.0

> Note: `ChatGoogleGenerativeAI` and `GoogleGenerativeAIEmbeddings` now use the version `v1beta` of the Gemini API (instead of `v1`) which support the latest models (`gemini-1.5-pro-latest` and `gemini-1.5-flash-latest`).
Expand Down
Loading

0 comments on commit b93c25d

Please sign in to comment.