Commit 78593e3
committed
ci(release): 1.13.0 [skip ci]
## [1.13.0](v1.12.2...v1.13.0) (2024-08-09)
### Features
* add grok integration ([fa651d4](fa651d4))
* add mistral support ([17f2707](17f2707))
* update base_graph ([0571b6d](0571b6d))
### Bug Fixes
* **chunking:** count tokens from words instead of characters ([5ec2de9](5ec2de9)), closes [#513](#513)
* **FetchNode:** handling of missing browser_base key ([07720b6](07720b6))
* **AbstractGraph:** LangChain warnings handling, Mistral tokens ([786af99](786af99))
* **FetchNode:** missing bracket syntax error ([50edbcc](50edbcc))
* refactoring of fetch_node ([29ad140](29ad140))
* refactoring of fetch_node adding comment ([bfc6852](bfc6852))
* refactoring of fetch_node qixed error ([1ea2ad8](1ea2ad8))
* refactoring of merge_answer_node ([898e5a7](898e5a7))
### chore
* **models_tokens:** add mistral models ([5e82432](5e82432))
* **mistral:** create examples ([f8ad616](f8ad616))
* **examples:** fix Mistral examples ([b0ffc51](b0ffc51))
* update requirements for mistral ([9868555](9868555))
### CI
* **release:** 1.11.0-beta.11 [skip ci] ([579d3f3](579d3f3))
* **release:** 1.11.0-beta.12 [skip ci] ([cf2a17e](cf2a17e))
* **release:** 1.13.0-beta.1 [skip ci] ([8eb66f6](8eb66f6))
* **release:** 1.13.0-beta.2 [skip ci] ([684d01a](684d01a))
* **release:** 1.13.0-beta.3 [skip ci] ([6b053cf](6b053cf))
* **release:** 1.13.0-beta.4 [skip ci] ([7f1f750](7f1f750))
* **release:** 1.13.0-beta.5 [skip ci] ([2eba73b](2eba73b)), closes [#513](#513)
* **release:** 1.13.0-beta.6 [skip ci] ([e75b574](e75b574))
* **release:** 1.13.0-beta.7 [skip ci] ([6e56925](6e56925))1 parent 08038bc commit 78593e3
2 files changed
+43
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
1 | 43 | | |
2 | 44 | | |
3 | 45 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| |||
0 commit comments