Skip to content

Commit 66ca19a

Browse files
committed
1 parent b94a707 commit 66ca19a

File tree

26 files changed

+90
-28
lines changed

26 files changed

+90
-28
lines changed

CHANGELOG.md

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,47 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## 2023-08-23
7+
8+
### Changes
9+
10+
---
11+
12+
Packages with breaking changes:
13+
14+
- There are no breaking changes in this release.
15+
16+
Packages with other changes:
17+
18+
- [`langchain` - `v0.0.9`](#langchain---v009)
19+
- [`langchain_google` - `v0.0.4`](#langchain_google---v004)
20+
- [`langchain_openai` - `v0.0.9`](#langchain_openai---v009)
21+
- [`vertex_ai` - `v0.0.4`](#vertex_ai---v004)
22+
23+
---
24+
25+
#### `langchain` - `v0.0.9`
26+
27+
- **FEAT**(vector-stores): Support filtering in MemoryVectorStore ([#137](https://github.com/davidmigloz/langchain_dart/issues/137)). ([84da480f](https://github.com/davidmigloz/langchain_dart/commit/84da480f6820a81f092756f0194deb77c4cda151))
28+
- **FEAT**(vector-stores): Support filtering in VertexAI Matching Engine ([#136](https://github.com/davidmigloz/langchain_dart/issues/136)). ([768c6987](https://github.com/davidmigloz/langchain_dart/commit/768c6987de5b36b60090a1fe94f49483da11b885))
29+
- **FEAT**(vector-stores): Allow to pass vector search config ([#135](https://github.com/davidmigloz/langchain_dart/issues/135)). ([5b8fa5a3](https://github.com/davidmigloz/langchain_dart/commit/5b8fa5a3fcaf785615016be1d5da0a003178cfa9))
30+
- **DOCS**: Fix API documentation errors ([#138](https://github.com/davidmigloz/langchain_dart/issues/138)). ([1aa38fce](https://github.com/davidmigloz/langchain_dart/commit/1aa38fce17eed7f325e7872d03096740256d57be))
31+
32+
#### `langchain_google` - `v0.0.4`
33+
34+
- **FEAT**(vector-stores): Support filtering in VertexAI Matching Engine ([#136](https://github.com/davidmigloz/langchain_dart/issues/136)). ([768c6987](https://github.com/davidmigloz/langchain_dart/commit/768c6987de5b36b60090a1fe94f49483da11b885))
35+
- **FEAT**(vector-stores): Allow to pass vector search config ([#135](https://github.com/davidmigloz/langchain_dart/issues/135)). ([5b8fa5a3](https://github.com/davidmigloz/langchain_dart/commit/5b8fa5a3fcaf785615016be1d5da0a003178cfa9))
36+
- **DOCS**: Fix API documentation errors ([#138](https://github.com/davidmigloz/langchain_dart/issues/138)). ([1aa38fce](https://github.com/davidmigloz/langchain_dart/commit/1aa38fce17eed7f325e7872d03096740256d57be))
37+
38+
#### `langchain_openai` - `v0.0.9`
39+
40+
- **DOCS**: Update changelog. ([b211ab47](https://github.com/davidmigloz/langchain_dart/commit/b211ab4739b8feb17d00089ecca548716766272d))
41+
42+
#### `vertex_ai` - `v0.0.4`
43+
44+
- **DOCS**: Fix API documentation errors ([#138](https://github.com/davidmigloz/langchain_dart/issues/138)). ([1aa38fce](https://github.com/davidmigloz/langchain_dart/commit/1aa38fce17eed7f325e7872d03096740256d57be))
45+
46+
647
## 2023-08-20
748

849
### Changes

examples/browser_summarizer/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ dependencies:
1313
flutter_bloc: ^8.1.3
1414
flutter_markdown: ^0.6.17
1515
js: ^0.6.7
16-
langchain: ^0.0.8
17-
langchain_openai: ^0.0.8+1
16+
langchain: ^0.0.9
17+
langchain_openai: ^0.0.9
1818
shared_preferences: ^2.2.0
1919

2020
flutter:

examples/hello_world_backend/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ environment:
77
sdk: ^3.0.5
88

99
dependencies:
10-
langchain: ^0.0.8
11-
langchain_openai: ^0.0.8+1
10+
langchain: ^0.0.9
11+
langchain_openai: ^0.0.9
1212
shelf: ^1.4.1
1313
shelf_router: ^1.1.4

examples/hello_world_cli/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@ environment:
77
sdk: ^3.0.5
88

99
dependencies:
10-
langchain: ^0.0.8
11-
langchain_openai: ^0.0.8+1
10+
langchain: ^0.0.9
11+
langchain_openai: ^0.0.9

examples/hello_world_flutter/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ dependencies:
1111
sdk: flutter
1212
equatable: ^2.0.5
1313
flutter_bloc: ^8.1.3
14-
langchain: ^0.0.8
15-
langchain_openai: ^0.0.8+1
14+
langchain: ^0.0.9
15+
langchain_openai: ^0.0.9
1616

1717
flutter:
1818
uses-material-design: true

examples/vertex_ai_matching_engine_setup/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ dependencies:
1010
gcloud: ^0.8.11
1111
googleapis_auth: ^1.4.1
1212
http: ^1.1.0
13-
vertex_ai: ^0.0.3
13+
vertex_ai: ^0.0.4

packages/langchain/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## 0.0.9
2+
3+
- **FEAT**(vector-stores): Support filtering in MemoryVectorStore ([#137](https://github.com/davidmigloz/langchain_dart/issues/137)). ([84da480f](https://github.com/davidmigloz/langchain_dart/commit/84da480f6820a81f092756f0194deb77c4cda151))
4+
- **FEAT**(vector-stores): Support filtering in VertexAI Matching Engine ([#136](https://github.com/davidmigloz/langchain_dart/issues/136)). ([768c6987](https://github.com/davidmigloz/langchain_dart/commit/768c6987de5b36b60090a1fe94f49483da11b885))
5+
- **FEAT**(vector-stores): Allow to pass vector search config ([#135](https://github.com/davidmigloz/langchain_dart/issues/135)). ([5b8fa5a3](https://github.com/davidmigloz/langchain_dart/commit/5b8fa5a3fcaf785615016be1d5da0a003178cfa9))
6+
- **DOCS**: Fix API documentation errors ([#138](https://github.com/davidmigloz/langchain_dart/issues/138)). ([1aa38fce](https://github.com/davidmigloz/langchain_dart/commit/1aa38fce17eed7f325e7872d03096740256d57be))
7+
18
## 0.0.8
29

310
- **REFACTOR**(memory): Rename store folder to chat_message_history ([#126](https://github.com/davidmigloz/langchain_dart/issues/126)). ([fa54c7e2](https://github.com/davidmigloz/langchain_dart/commit/fa54c7e22410182848b1936b64e85d9cf709eaeb))

packages/langchain/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: langchain
22
description: Build powerful LLM-based Dart and Flutter applications with LangChain.dart.
3-
version: 0.0.8
3+
version: 0.0.9
44
repository: https://github.com/davidmigloz/langchain_dart/tree/main/packages/langchain
55
issue_tracker: https://github.com/davidmigloz/langchain_dart/issues
66
homepage: https://github.com/davidmigloz/langchain_dart

packages/langchain_amazon/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ environment:
1111
sdk: ">=3.0.0 <4.0.0"
1212

1313
dependencies:
14-
langchain: ^0.0.8
14+
langchain: ^0.0.9
1515
meta: ^1.9.1
1616

1717
dev_dependencies:

packages/langchain_anthropic/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ environment:
1111
sdk: ">=3.0.0 <4.0.0"
1212

1313
dependencies:
14-
langchain: ^0.0.8
14+
langchain: ^0.0.9
1515
meta: ^1.9.1
1616

1717
dev_dependencies:

0 commit comments

Comments
 (0)