Releases: php-llm/llm-chain
Releases · php-llm/llm-chain
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