Commit 3878845
committed
ci(release): 0.7.0 [skip ci]
## [0.7.0](v0.6.2...v0.7.0) (2024-05-03)
### Features
* add base_node to __init__.py ([cb1cb61](cb1cb61))
* Azure implementation + embeddings refactoring ([aa9271e](aa9271e))
### Refactor
* Changed the way embedding model is created in AbstractGraph class and removed handling of embedding model creation from RAGNode. Now AbstractGraph will call a dedicated method for embedding models instead of _create_llm. This makes it easy to use any LLM with any supported embedding model. ([819cbcd](819cbcd))
### CI
* **release:** 0.7.0-beta.1 [skip ci] ([98dec36](98dec36))
* **release:** 0.7.0-beta.2 [skip ci] ([42fa02e](42fa02e))1 parent 7de8f98 commit 3878845
2 files changed
+20
-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 | + | |
1 | 20 | | |
2 | 21 | | |
3 | 22 | | |
| |||
| 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