Skip to content

v0.7.0-beta.2

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 03 May 19:41
· 2156 commits to pre/beta since this release

0.7.0-beta.2 (2024-05-03)

Features

  • Azure implementation + embeddings refactoring (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)