Skip to content

Commit 6cd7359

Browse files
committed
1 parent e4c3509 commit 6cd7359

File tree

26 files changed

+107
-61
lines changed

26 files changed

+107
-61
lines changed

CHANGELOG.md

+15-13
Original file line numberDiff line numberDiff line change
@@ -10,42 +10,44 @@ Check out the #announcements channel in the [LangChain.dart Discord](https://dis
1010

1111
Packages with breaking changes:
1212

13-
- [`langchain` - `v0.6.0`](#langchain---v060)
14-
- [`langchain_core` - `v0.2.0`](#langchain_core---v020)
13+
- [`langchain` - `v0.6.0+1`](#langchain---v0601)
14+
- [`langchain_core` - `v0.2.0+1`](#langchain_core---v0201)
1515

1616
Packages with other changes:
1717

18-
- [`langchain_openai` - `v0.5.1`](#langchain_openai---v051)
18+
- [`langchain_openai` - `v0.5.1+1`](#langchain_openai---v0511)
1919
- [`openai_dart` - `v0.2.2`](#openai_dart---v022)
2020

2121
Packages with dependency updates only:
2222

23-
- [`langchain_ollama` - `v0.1.0+1`](#langchain_ollama---v0101)
24-
- [`langchain_pinecone` - `v0.1.0+1`](#langchain_pinecone---v0101)
25-
- [`langchain_community` - `v0.1.0+1`](#langchain_community---v0101)
26-
- [`langchain_supabase` - `v0.1.0+1`](#langchain_supabase---v0101)
27-
- [`langchain_chroma` - `v0.2.0+1`](#langchain_chroma---v0201)
28-
- [`langchain_google` - `v0.3.0+1`](#langchain_google---v0301)
29-
- [`langchain_mistralai` - `v0.1.0+1`](#langchain_mistralai---v0101)
23+
- `langchain_community` - `v0.1.0+2`
24+
- `langchain_ollama` - `v0.1.0+2`
25+
- `langchain_supabase` - `v0.1.0+2`
26+
- `langchain_pinecone` - `v0.1.0+2`
27+
- `langchain_chroma` - `v0.2.0+2`
28+
- `langchain_google` - `v0.3.0+2`
29+
- `langchain_mistralai` - `v0.1.0+2`
3030

3131
---
3232

33-
#### `langchain` - `v0.6.0`
33+
#### `langchain` - `v0.6.0+1`
3434

3535
- **FEAT**: Add support for Runnable.mapInputStream ([#393](https://github.com/davidmigloz/langchain_dart/issues/393)). ([a2b6bbb5](https://github.com/davidmigloz/langchain_dart/commit/a2b6bbb5ea7a65c36d1e955f9f96298cf2384afc))
3636
- **FEAT**: Add support for JsonOutputParser ([#392](https://github.com/davidmigloz/langchain_dart/issues/392)). ([c6508f0f](https://github.com/davidmigloz/langchain_dart/commit/c6508f0fadde3fd4d93accbcae5cea37b7beca20))
3737
- **FEAT**: Reduce input stream for PromptTemplate, LLM, ChatModel, Retriever and Tool ([#388](https://github.com/davidmigloz/langchain_dart/issues/388)). ([b59bcd40](https://github.com/davidmigloz/langchain_dart/commit/b59bcd409f4904fb2e16f928b3c7206a186ab3f4))
3838
- **BREAKING** **FEAT**: Support different logic for streaming in RunnableFunction ([#394](https://github.com/davidmigloz/langchain_dart/issues/394)). ([8bb2b8ed](https://github.com/davidmigloz/langchain_dart/commit/8bb2b8ede18bfe3a4f266b78ca32f1dfb83db1b1))
39+
- **FIX**: Allow async functions in Runnable.mapInput ([#396](https://github.com/davidmigloz/langchain_dart/issues/396)). ([e4c35092](https://github.com/davidmigloz/langchain_dart/commit/e4c3509267b7be28e2b0fa334a9255baadabfb6a))
3940
- **DOCS**: Update LangChain Expression Language documentation ([#395](https://github.com/davidmigloz/langchain_dart/issues/395)). ([6ce75e5f](https://github.com/davidmigloz/langchain_dart/commit/6ce75e5fe6492c951f9b5209d7a2c3077ad178d2))
4041

41-
#### `langchain_core` - `v0.2.0`
42+
#### `langchain_core` - `v0.2.0+1`
4243

4344
- **FEAT**: Add support for Runnable.mapInputStream ([#393](https://github.com/davidmigloz/langchain_dart/issues/393)). ([a2b6bbb5](https://github.com/davidmigloz/langchain_dart/commit/a2b6bbb5ea7a65c36d1e955f9f96298cf2384afc))
4445
- **FEAT**: Add support for JsonOutputParser ([#392](https://github.com/davidmigloz/langchain_dart/issues/392)). ([c6508f0f](https://github.com/davidmigloz/langchain_dart/commit/c6508f0fadde3fd4d93accbcae5cea37b7beca20))
4546
- **FEAT**: Reduce input stream for PromptTemplate, LLM, ChatModel, Retriever and Tool ([#388](https://github.com/davidmigloz/langchain_dart/issues/388)). ([b59bcd40](https://github.com/davidmigloz/langchain_dart/commit/b59bcd409f4904fb2e16f928b3c7206a186ab3f4))
4647
- **BREAKING** **FEAT**: Support different logic for streaming in RunnableFunction ([#394](https://github.com/davidmigloz/langchain_dart/issues/394)). ([8bb2b8ed](https://github.com/davidmigloz/langchain_dart/commit/8bb2b8ede18bfe3a4f266b78ca32f1dfb83db1b1))
48+
- **FIX**: Allow async functions in Runnable.mapInput ([#396](https://github.com/davidmigloz/langchain_dart/issues/396)). ([e4c35092](https://github.com/davidmigloz/langchain_dart/commit/e4c3509267b7be28e2b0fa334a9255baadabfb6a))
4749

48-
#### `langchain_openai` - `v0.5.1`
50+
#### `langchain_openai` - `v0.5.1+1`
4951

5052
- **FEAT**: Add support for Runnable.mapInputStream ([#393](https://github.com/davidmigloz/langchain_dart/issues/393)). ([a2b6bbb5](https://github.com/davidmigloz/langchain_dart/commit/a2b6bbb5ea7a65c36d1e955f9f96298cf2384afc))
5153

examples/browser_summarizer/pubspec.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ dependencies:
1313
flutter_bloc: ^8.1.5
1414
flutter_markdown: ^0.6.22
1515
js: ^0.7.1
16-
langchain: ^0.6.0
17-
langchain_community: 0.1.0+1
18-
langchain_openai: ^0.5.1
16+
langchain: ^0.6.0+1
17+
langchain_community: 0.1.0+2
18+
langchain_openai: ^0.5.1+1
1919
shared_preferences: ^2.2.2
2020

2121
flutter:

examples/docs_examples/pubspec.yaml

+7-7
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@ environment:
77
sdk: ">=3.0.0 <4.0.0"
88

99
dependencies:
10-
langchain: ^0.6.0
11-
langchain_chroma: ^0.2.0+1
12-
langchain_community: 0.1.0+1
13-
langchain_google: ^0.3.0+1
14-
langchain_mistralai: ^0.1.0+1
15-
langchain_ollama: ^0.1.0+1
16-
langchain_openai: ^0.5.1
10+
langchain: ^0.6.0+1
11+
langchain_chroma: ^0.2.0+2
12+
langchain_community: 0.1.0+2
13+
langchain_google: ^0.3.0+2
14+
langchain_mistralai: ^0.1.0+2
15+
langchain_ollama: ^0.1.0+2
16+
langchain_openai: ^0.5.1+1

examples/hello_world_backend/pubspec.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ environment:
77
sdk: ">=3.0.0 <4.0.0"
88

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

examples/hello_world_cli/pubspec.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@ environment:
77
sdk: ">=3.0.0 <4.0.0"
88

99
dependencies:
10-
langchain: ^0.6.0
11-
langchain_openai: ^0.5.1
10+
langchain: ^0.6.0+1
11+
langchain_openai: ^0.5.1+1

examples/hello_world_flutter/pubspec.yaml

+2-2
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.5
14-
langchain: ^0.6.0
15-
langchain_openai: ^0.5.1
14+
langchain: ^0.6.0+1
15+
langchain_openai: ^0.5.1+1
1616

1717
flutter:
1818
uses-material-design: true

packages/langchain/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.6.0+1
2+
3+
- **FIX**: Allow async functions in Runnable.mapInput ([#396](https://github.com/davidmigloz/langchain_dart/issues/396)). ([e4c35092](https://github.com/davidmigloz/langchain_dart/commit/e4c3509267b7be28e2b0fa334a9255baadabfb6a))
4+
15
## 0.6.0
26

37
> Note: This release has breaking changes.

packages/langchain/pubspec.yaml

+2-2
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.6.0
3+
version: 0.6.0+1
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
@@ -19,7 +19,7 @@ dependencies:
1919
characters: ^1.3.0
2020
collection: '>=1.17.0 <1.19.0'
2121
crypto: ^3.0.3
22-
langchain_core: ^0.2.0
22+
langchain_core: ^0.2.0+1
2323
meta: ^1.11.0
2424
uuid: ^4.3.3
2525

packages/langchain_chroma/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.2.0+2
2+
3+
- Update a dependency to the latest release.
4+
15
## 0.2.0+1
26

37
## 0.2.0

packages/langchain_chroma/pubspec.yaml

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: langchain_chroma
22
description: LangChain.dart integration module for Chroma open-source embedding database.
3-
version: 0.2.0+1
3+
version: 0.2.0+2
44
repository: https://github.com/davidmigloz/langchain_dart/tree/main/packages/langchain_chroma
55
issue_tracker: https://github.com/davidmigloz/langchain_dart/issues?q=label:p:langchain_chroma
66
homepage: https://github.com/davidmigloz/langchain_dart
@@ -19,12 +19,12 @@ environment:
1919
dependencies:
2020
chromadb: ^0.2.0
2121
http: ^1.1.0
22-
langchain_core: ^0.2.0
22+
langchain_core: ^0.2.0+1
2323
meta: ^1.11.0
2424
uuid: ^4.3.3
2525

2626
dev_dependencies:
2727
test: ^1.25.2
28-
langchain: ^0.6.0
29-
langchain_community: 0.1.0+1
30-
langchain_openai: ^0.5.1
28+
langchain: ^0.6.0+1
29+
langchain_community: 0.1.0+2
30+
langchain_openai: ^0.5.1+1

packages/langchain_community/CHANGELOG.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
1+
## 0.1.0+2
2+
3+
- Update a dependency to the latest release.
4+
15
## 0.1.0+1
26

3-
- Bump "langchain_community" to `0.1.0+1`.
7+
- Update a dependency to the latest release.
48

59
## 0.1.0
610

packages/langchain_community/pubspec.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: langchain_community
22
description: LangChain.dart third-party integrations that don't have a dedicated package.
3-
version: 0.1.0+1
3+
version: 0.1.0+2
44
repository: https://github.com/davidmigloz/langchain_dart/tree/main/packages/langchain_community
55
issue_tracker: https://github.com/davidmigloz/langchain_dart/issues?q=label:p:langchain_community
66
homepage: https://github.com/davidmigloz/langchain_dart
@@ -21,7 +21,7 @@ dependencies:
2121
csv: ^6.0.0
2222
http: ^1.1.0
2323
json_path: ^0.7.1
24-
langchain_core: ^0.2.0
24+
langchain_core: ^0.2.0+1
2525
math_expressions: ^2.4.0
2626
meta: ^1.11.0
2727

packages/langchain_core/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.2.0+1
2+
3+
- **FIX**: Allow async functions in Runnable.mapInput ([#396](https://github.com/davidmigloz/langchain_dart/issues/396)). ([e4c35092](https://github.com/davidmigloz/langchain_dart/commit/e4c3509267b7be28e2b0fa334a9255baadabfb6a))
4+
15
## 0.2.0
26

37
> Note: This release has breaking changes.

packages/langchain_core/pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: langchain_core
22
description: Contains core abstractions of LangChain.dart and the LangChain Expression Language (LCEL).
3-
version: 0.2.0
3+
version: 0.2.0+1
44
repository: https://github.com/davidmigloz/langchain_dart/tree/main/packages/langchain_core
55
issue_tracker: https://github.com/davidmigloz/langchain_dart/issues?q=label:p:langchain_core
66
homepage: https://github.com/davidmigloz/langchain_dart

packages/langchain_google/CHANGELOG.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
1+
## 0.3.0+2
2+
3+
- Update a dependency to the latest release.
4+
15
## 0.3.0+1
26

3-
- Bump "langchain_google" to `0.3.0+1`.
7+
- Update a dependency to the latest release.
48

59
## 0.3.0
610

packages/langchain_google/pubspec.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: langchain_google
22
description: LangChain.dart integration module for Google (VertexAI, PaLM, Matching Engine, etc.).
3-
version: 0.3.0+1
3+
version: 0.3.0+2
44
repository: https://github.com/davidmigloz/langchain_dart/tree/main/packages/langchain_google
55
issue_tracker: https://github.com/davidmigloz/langchain_dart/issues?q=label:p:langchain_google
66
homepage: https://github.com/davidmigloz/langchain_dart
@@ -23,7 +23,7 @@ dependencies:
2323
googleapis: ^12.0.0
2424
googleapis_auth: ^1.5.1
2525
http: ^1.1.0
26-
langchain_core: ^0.2.0
26+
langchain_core: ^0.2.0+1
2727
meta: ^1.11.0
2828
uuid: ^4.3.3
2929
vertex_ai: ^0.1.0

packages/langchain_mistralai/CHANGELOG.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
1+
## 0.1.0+2
2+
3+
- Update a dependency to the latest release.
4+
15
## 0.1.0+1
26

3-
- Bump "langchain_mistralai" to `0.1.0+1`.
7+
- Update a dependency to the latest release.
48

59
## 0.1.0
610

packages/langchain_mistralai/pubspec.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: langchain_mistralai
22
description: LangChain.dart integration module for Mistral AI (Mistral-7B, Mixtral 8x7B, embeddings, etc.).
3-
version: 0.1.0+1
3+
version: 0.1.0+2
44
repository: https://github.com/davidmigloz/langchain_dart/tree/main/packages/langchain_mistralai
55
issue_tracker: https://github.com/davidmigloz/langchain_dart/issues?q=label:p:langchain_mistralai
66
homepage: https://github.com/davidmigloz/langchain_dart
@@ -19,7 +19,7 @@ environment:
1919
dependencies:
2020
collection: '>=1.17.0 <1.19.0'
2121
http: ^1.1.0
22-
langchain_core: ^0.2.0
22+
langchain_core: ^0.2.0+1
2323
langchain_tiktoken: ^1.0.1
2424
meta: ^1.11.0
2525
mistralai_dart: ^0.0.3+1

packages/langchain_ollama/CHANGELOG.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
1+
## 0.1.0+2
2+
3+
- Update a dependency to the latest release.
4+
15
## 0.1.0+1
26

3-
- Bump "langchain_ollama" to `0.1.0+1`.
7+
- Update a dependency to the latest release.
48

59
## 0.1.0
610

packages/langchain_ollama/pubspec.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: langchain_ollama
22
description: LangChain.dart integration module for Ollama (run Llama 2, Mistral, Vicuna and other models locally).
3-
version: 0.1.0+1
3+
version: 0.1.0+2
44
repository: https://github.com/davidmigloz/langchain_dart/tree/main/packages/langchain_ollama
55
issue_tracker: https://github.com/davidmigloz/langchain_dart/issues?q=label:p:langchain_ollama
66
homepage: https://github.com/davidmigloz/langchain_dart
@@ -19,7 +19,7 @@ environment:
1919
dependencies:
2020
collection: '>=1.17.0 <1.19.0'
2121
http: ^1.1.0
22-
langchain_core: ^0.2.0
22+
langchain_core: ^0.2.0+1
2323
langchain_tiktoken: ^1.0.1
2424
meta: ^1.11.0
2525
ollama_dart: ^0.0.3+1

packages/langchain_openai/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.5.1+1
2+
3+
- Update a dependency to the latest release.
4+
15
## 0.5.1
26

37
- **FEAT**: Add support for Runnable.mapInputStream ([#393](https://github.com/davidmigloz/langchain_dart/issues/393)). ([a2b6bbb5](https://github.com/davidmigloz/langchain_dart/commit/a2b6bbb5ea7a65c36d1e955f9f96298cf2384afc))

packages/langchain_openai/pubspec.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: langchain_openai
22
description: LangChain.dart integration module for OpenAI (GPT-3, GPT-4, Functions, etc.).
3-
version: 0.5.1
3+
version: 0.5.1+1
44
repository: https://github.com/davidmigloz/langchain_dart/tree/main/packages/langchain_openai
55
issue_tracker: https://github.com/davidmigloz/langchain_dart/issues?q=label:p:langchain_openai
66
homepage: https://github.com/davidmigloz/langchain_dart
@@ -19,13 +19,13 @@ environment:
1919
dependencies:
2020
collection: '>=1.17.0 <1.19.0'
2121
http: ^1.1.0
22-
langchain_core: ^0.2.0
22+
langchain_core: ^0.2.0+1
2323
langchain_tiktoken: ^1.0.1
2424
meta: ^1.11.0
2525
openai_dart: ^0.2.2
2626
uuid: ^4.3.3
2727

2828
dev_dependencies:
29-
langchain: ^0.6.0
30-
langchain_community: 0.1.0+1
29+
langchain: ^0.6.0+1
30+
langchain_community: 0.1.0+2
3131
test: ^1.25.2

packages/langchain_pinecone/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
1+
## 0.1.0+2
2+
3+
- Update a dependency to the latest release.
4+
15
## 0.1.0+1
26

7+
- Update a dependency to the latest release.
8+
39
## 0.1.0
410

511
> Note: This release has breaking changes.

packages/langchain_pinecone/pubspec.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: langchain_pinecone
22
description: LangChain.dart integration module for Pinecone fully-managed vector database.
3-
version: 0.1.0+1
3+
version: 0.1.0+2
44
repository: https://github.com/davidmigloz/langchain_dart/tree/main/packages/langchain_pinecone
55
issue_tracker: https://github.com/davidmigloz/langchain_dart/issues?q=label:p:langchain_pinecone
66
homepage: https://github.com/davidmigloz/langchain_dart
@@ -18,11 +18,11 @@ environment:
1818

1919
dependencies:
2020
http: ^1.1.0
21-
langchain_core: ^0.2.0
21+
langchain_core: ^0.2.0+1
2222
meta: ^1.11.0
2323
pinecone: ^0.7.2
2424
uuid: ^4.3.3
2525

2626
dev_dependencies:
2727
test: ^1.25.2
28-
langchain_openai: ^0.5.1
28+
langchain_openai: ^0.5.1+1

packages/langchain_supabase/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
1+
## 0.1.0+2
2+
3+
- Update a dependency to the latest release.
4+
15
## 0.1.0+1
26

7+
- Update a dependency to the latest release.
8+
39
## 0.1.0
410

511
> Note: This release has breaking changes.

0 commit comments

Comments
 (0)