Skip to content

Tags: php-llm/llm-chain

Tags

0.22.0

Toggle 0.22.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: add support for mistral (#291)

* [x] text generation
* [x] streaming
* [x] tool calling
* [x] image input
* [x] structured output
* [x] embeddings
* [x] examples
* [x] documentation

Implementation is basically functional, but has following flaws to be
resolved:
1. tool schema differs in a breaking way from GPT - extension point is a
MUST
2. duplication of stream, message conversion and tool calling
3. error handling - once again

0.21.2

Toggle 0.21.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
refactor: simplify transformers implementation by adding specific Pla…

…tform (#314)

Similar to #312

0.21.1

Toggle 0.21.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: missing namespace when upserting in Pinecone store (#310)

When adding documents, it does not take configured namespace into
consideration, this PR fixes it.

0.21.0

Toggle 0.21.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
refactor: use lib specific exceptions instead of native ones (#293)

0.20.0

Toggle 0.20.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: add support for TransformersPHP for model runtime in PHP (#280)

Sitting on top of https://github.com/CodeWithKyrian/transformers-php

0.19.0

Toggle 0.19.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
docs: add section about chain in chain (#268)

0.18.0

Toggle 0.18.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
refactor: introduce tool metadata factory interface (#249)

Preparation for different tool metadata sources, e.g. config or mcp
based

0.17.0

Toggle 0.17.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
ci: use `bug` instead of `fix` label (#246)

0.16.4

Toggle 0.16.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore: require PHPStan and Rector 2 (#230)

* Require PHPStan and Rector 2

* fix

* fix: phpstan 2.0 issues (#231)

---------

Co-authored-by: Christopher Hertel <[email protected]>

0.16.3

Toggle 0.16.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: array access of tool override (#226)