Skip to content

v2.19.6

Choose a tag to compare

@lfnovo lfnovo released this 11 Mar 19:44
· 74 commits to main since this release
fe27e6c

Fixed

  • OllamaEmbeddingModel ignores base_url from config — Fixed OllamaEmbeddingModel reading base_url from constructor kwargs instead of self.base_url, causing config-provided and factory-provided base URLs to be silently overwritten by the environment variable fallback or localhost default. (#90)