Skip to content

Releases: LLPhant/LLPhant

0.11.3

18 Aug 10:57
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.11.2...0.11.3

0.11.2

13 Aug 09:50
a9b5573
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.11.1...0.11.2

0.11.1

07 Aug 07:24
54863b0
Compare
Choose a tag to compare

What's Changed

  • Fix string interpolation by @f-lombardo in #397
  • Add support for webp files in Vision by @f-lombardo in #398
  • feat(httpinterop): Remove direct Guzzle dependency from QdrantVectorStore class by @ktherage in #363
  • feat(http-interop): Remove hard Guzzle dependency from OpenAI related EmbeddingGenerator code by @welcoMattic in #365

Full Changelog: 0.11.0...0.11.1

Standardize configs and remove direct Guzzle dependencies

26 Jul 20:45
cf16117
Compare
Choose a tag to compare

What's Changed

  • BREAKING CHANGE - Standardize configs by @f-lombardo in #386
  • feat(ollama) #388 : Add support for API KEY for Ollama by @alexisMigniau in #389
  • feat(http-interop): Remove hard Guzzle dep on Anthropic related code by @welcoMattic in #370
  • feat(http-interop): Remove hard Guzzle dep from Tools classes by @welcoMattic in #373
  • feat(httpinterop): Remove direct Guzzle dependency from LLPhantTypesenseClient class by @ktherage in #368
  • feat(httpinterop): Remove direct Guzzle dependency from MilvusClient class by @ktherage in #366
  • PNG and GIF support for Vision by @f-lombardo in #394
  • feat(http-interop): Remove hard Guzzle dependency from VoyageAI EmbeddingGenerator relatedy code by @welcoMattic in #369
  • Remove direct Guzzle dependency from AstraDBClient class by @f-lombardo in #395
  • feat(httpinterop): Remove direct Guzzle dependency from ChatSessionStream class by @ktherage in #371

New Contributors

Full Changelog: 0.10.8...0.11.0

0.10.8

03 Jul 20:50
2316324
Compare
Choose a tag to compare
Add support for Anthropic vision (#384)

0.10.7

29 Jun 15:11
5832d69
Compare
Choose a tag to compare

Revert "Remove hard Guzzle dep on Chat Anthropic code"

Revert "Remove hard Guzzle dep on Chat Anthropic code"

29 Jun 14:53
67c5344
Compare
Choose a tag to compare
Allow to translate audio (#358)

* allow to translate audio

* refacto translation signature to plain text

0.10.5: Allow to translate audio (#358)

26 Jun 17:16
67c5344
Compare
Choose a tag to compare
* allow to translate audio

* refacto translation signature to plain text

0.10.4: Fix VoyageAI (#360)

25 Jun 22:03
648fdf2
Compare
Choose a tag to compare
* Fix VoyageAI

* Fix VoyageAI - revert openai client

* Fix VoyageAI - fix