Releases: LLPhant/LLPhant
Releases · LLPhant/LLPhant
0.11.8
What's Changed
- Fix error in OllamaEmbeddingGenerator when no option is provided by @f-lombardo in #423
Full Changelog: 0.11.7...0.11.8
0.11.7
What's Changed
- Fix index creation for Redis 8 by @f-lombardo in #420
Full Changelog: 0.11.6...0.11.7
0.11.6
Fix getEmbeddingLength in OllamaEmbeddingGenerator.php
0.11.5
What's Changed
- Fix composer test:lint to analyze just 'src' and 'tests' directories by @f-lombardo in #413
- Skip processing a partial response from OpenAI when choices are empty by @melkamar in #410
- Fix environment variable resolution for Symfony compatibility by @clementtalleu in #407
- Fix composer for new (still in progress) version of Chromadb-PHP by @f-lombardo in #414
- Update to Lakera API V2 by @f-lombardo in #415
- Fix WebPageTextGetter by @f-lombardo in #416
New Contributors
Full Changelog: 0.11.4...0.11.5
0.11.4
What's Changed
- Update openai-php/client version to ^v0.16.1 by @bytestream in #411
Full Changelog: 0.11.3...0.11.4
0.11.3
What's Changed
- Update OpenAI client by @f-lombardo in #405
- Compatibility with http-message 1.x by @f-lombardo and @bytestream in #404
Full Changelog: 0.11.2...0.11.3
0.11.2
What's Changed
- Remove direct Guzzle dependency from LakeraPromptInjectionQueryTransformer class by @f-lombardo in #401
- Remove hard Guzzle dependency from Ollama Embedding by @f-lombardo in #400
- OpenAI timeout by @f-lombardo and @clementtalleu in #402
Full Changelog: 0.11.1...0.11.2
0.11.1
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
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
- @alexisMigniau made their first contribution in #389
Full Changelog: 0.10.8...0.11.0
0.10.8
Add support for Anthropic vision (#384)