Skip to content

Releases: stoyan-stoyanov/llmflows

0.2.1

08 Oct 01:39
Compare
Choose a tag to compare
  • Minor refactors of llm classes
  • Updated urllib3 version
  • Added support for Azure OpenAI models
  • Added support for Google PaLM models

Full Changelog: 0.1.2...0.2.1

0.1.2

24 Sep 23:48
Compare
Choose a tag to compare

What's Changed

  • Fix a typo Introduction.md by @bweber-rebellion in #45
  • added missing packages in pyproject.toml
  • minor refactors to standardize LLM class methods

New Contributors

Full Changelog: 0.1.1...0.1.2

0.1.1

16 Sep 21:39
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.0.12...0.1.1

0.0.12

07 Aug 20:47
Compare
Choose a tag to compare
  • Fixed a bug with VectorDoc where in some cases the text in the metadata was incoreect

Full Changelog: 0.0.11...0.0.12

0.0.11

06 Aug 20:24
Compare
Choose a tag to compare

What's Changed

  • fixed a bug with VecroStoreFlowStep when using top_k parameter
  • Corrected a typo in the introduction page by @dylanjsa in #39

New Contributors

Full Changelog: 0.0.10...0.0.11

0.0.10

26 Jul 03:50
Compare
Choose a tag to compare

What's Changed

  • fix typo in README.md flowstep example by @tavisrudd in #34
  • Fixed issues with api_key in LLM classes where api key could be only used when it is in env variables although this was not the expected behavior
  • Minor updates in examples and README

New Contributors

Full Changelog: 0.0.9...0.0.10

0.0.9

23 Jul 16:09
Compare
Choose a tag to compare

Initial release after making the project public

0.0.8

22 Jul 23:41
Compare
Choose a tag to compare
increasing version in pyproject.toml before release

0.0.7

16 Jul 16:28
Compare
Choose a tag to compare
removing prints

0.0.6

09 Jul 17:55
Compare
Choose a tag to compare
minor doc updates, bumping up version in pyproject.toml before release