Releases: ajndkr/lanarky
Releases · ajndkr/lanarky
v0.6.3
v0.6.2
Highlights
Lanarky docs are now live! 🔥
You can find them here: https://lanarky.readthedocs.io/en/latest/
What's Changed
Full Changelog: v0.6.1...v0.6.2
v0.6.1
v0.6.0
📢 General Announcement
fastapi-async-langchain
is now lanarky
!
The change is made to better reflect the roadmap of this project. A new release for fastapi-async-langchain
(v0.5.5) will be made to add a deprecation warning for users to install lanarky
.
Full Changelog: v0.5.4...v0.6.0
v0.5.5
v0.5.4
v0.5.3
v0.5.2
v0.5.1
v0.5.0
What's Changed
Breaking Changes
- v0.5.0 introduces a major refactor to the
callbacks
module. Callback handler classes are reworked based on parent-child chain type relations. - The
responses
module is refactored to use a singularStreamingResponse
class to stream LLM output instead of multiple response class per chain type. This is done via auto-detecting the callback handler based on the chain type. - The
websockets
module is refactored to use a singularWebsocketConnection
class to establish a websocket connection with client instead of multiple websocket connection classes per chain type. This is done via auto-detecting the callback handler based on the chain type.
Full Changelog: v0.4.5...v0.5.0