Commit c47a505
committed
ci(release): 0.10.0-beta.1 [skip ci]
## [0.10.0-beta.1](v0.9.0...v0.10.0-beta.1) (2024-05-06)
### Features
* add claude documentation ([5bdee55](5bdee55))
* add gemini embeddings ([79daa4c](79daa4c))
* add llava integration ([019b722](019b722))
* add new hugging_face models ([d5547a4](d5547a4))
* Fix bug for gemini case when embeddings config not passed ([726de28](726de28))
* fixed custom_graphs example and robots_node ([84fcb44](84fcb44))
* multiple graph instances ([dbb614a](dbb614a))
* **node:** multiple url search in SearchGraph + fixes ([930adb3](930adb3))
* refactoring search function ([aeb1acb](aeb1acb))
### Bug Fixes
* bug on .toml ([f7d66f5](f7d66f5))
* **llm:** fixed gemini api_key ([fd01b73](fd01b73))
### CI
* **release:** 0.9.0-beta.2 [skip ci] ([5aa600c](5aa600c))
* **release:** 0.9.0-beta.3 [skip ci] ([da8c72c](da8c72c))
* **release:** 0.9.0-beta.4 [skip ci] ([8c5397f](8c5397f))
* **release:** 0.9.0-beta.5 [skip ci] ([532adb6](532adb6))
* **release:** 0.9.0-beta.6 [skip ci] ([8c0b46e](8c0b46e))
* **release:** 0.9.0-beta.7 [skip ci] ([6911e21](6911e21))
* **release:** 0.9.0-beta.8 [skip ci] ([739aaa3](739aaa3))1 parent 88f04bf commit c47a505
2 files changed
+33
-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 | + | |
1 | 33 | | |
2 | 34 | | |
3 | 35 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
0 commit comments