Releases: php-llm/llm-chain
Releases · php-llm/llm-chain
0.5.0
What's Changed
- Normalize composer.json by @OskarStark in #61
- Add 2 more wanted stores by @OskarStark in #62
- Rename variable to be consistent by @OskarStark in #63
- Makefile adjust
run-all-examples
by @OskarStark in #65 - feat: add voyage embeddings model by @chr-hertel in #64
- Clearer output in example by @OskarStark in #66
- docs: rework supported models, platforms and stores by @chr-hertel in #69
- docs: remove wrong google support by @chr-hertel in #70
- fix: makefile target and UsesClass attribute in tests by @chr-hertel in #71
- Communicate what is needed to run an example by @OskarStark in #67
- Initialize store by @OskarStark in #51
- ci: introduce PHP 8.4 to pipeline by @chr-hertel in #72
Full Changelog: 0.4.0...0.5.0
0.4.0
What's Changed
- Remove method
Vector::create1536
by @OskarStark in #57 - chore: streamline qa and phpunit config with bundle by @chr-hertel in #59
- Fix: Metadata converting to array by @OskarStark in #60
Full Changelog: 0.3.1...0.4.0
0.3.1
What's Changed
- fix: various fixes for bundle release 0.3 by @chr-hertel in #56
Full Changelog: 0.3...0.3.1
0.3
What's Changed
- Fix wrong namespace by @OskarStark in #40
- Read description for schema to give more context to the LLM by @OskarStark in #38
- Split pipeline by @OskarStark in #39
- [Store][Azure] Make vector field name configurable by @OskarStark in #43
- More infos when running CS-Fixer by @OskarStark in #44
- Add links for stores by @OskarStark in #45
- Update namespace by @OskarStark in #46
- Better options handling by @OskarStark in #41
- Remove suggestion by @OskarStark in #50
- chore: handle image support by @chr-hertel in #52
- docs: add reasoning example by @chr-hertel in #53
- Add MongoDB vector store by @OskarStark in #42
- chore: improve example execution with make and dotenv by @chr-hertel in #54
- feat: introducing chain processors by @chr-hertel in #47
- feat: add pinecone store by @chr-hertel in #55
Full Changelog: 0.2...0.3
0.2
What's Changed
- Add
MessageBag::merge()
method by @OskarStark in #21 - Helpful exceptions by @OskarStark in #17
- Introduce
Version
value object by @OskarStark in #12 - More specific exception by @OskarStark in #24
- docs: readme rework by @chr-hertel in #33
- Message Splitting to allow multiple message implementations without stacking arguments by @DZunke in #25
- Fix typo by @OskarStark in #35
- Change sentence in
README
by @OskarStark in #36 - Rename
Runtime
toPlatform
by @OskarStark in #34
New Contributors
Full Changelog: 0.1...0.2
0.1
First pre-release of LLM Chain