Skip to content

Releases: ajndkr/lanarky

v0.6.3

21 May 20:37
b074242
Compare
Choose a tag to compare

Highlights

Lanarky now supports Langchain Agents! 🔥

What's Changed

  • feat: Add unit tests by @ajndkr in #52
  • feat: Add callback handlers for Langchain agents by @ajndkr in #54

Full Changelog: v0.6.2...v0.6.3

v0.6.2

18 May 01:02
9c3e0a4
Compare
Choose a tag to compare

Highlights

Lanarky docs are now live! 🔥

You can find them here: https://lanarky.readthedocs.io/en/latest/

What's Changed

  • feat: add sphinx documentation by @ajndkr in #48

Full Changelog: v0.6.1...v0.6.2

v0.6.1

17 May 22:56
a24febc
Compare
Choose a tag to compare

What's Changed

  • fix: minor improvements and bugfixes by @ajndkr in #47

Full Changelog: v0.6.0...v0.6.1

v0.6.0

14 May 15:19
d6203d0
Compare
Choose a tag to compare

📢 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

14 May 15:23
30a2845
Compare
Choose a tag to compare

What's Changed

  • chore: add deprecation warning by @ajndkr in #42

Full Changelog: v0.5.4...v0.5.5

v0.5.4

13 May 11:31
59154e1
Compare
Choose a tag to compare

What's Changed

  • Fix Gradio Streaming problems by @jpdus in #39

New Contributors

  • @jpdus made their first contribution in #39

Full Changelog: v0.5.3...v0.5.4

v0.5.3

12 May 15:29
cec8d4a
Compare
Choose a tag to compare

What's Changed

  • fix: bump langchain version and update dependency filter by @ajndkr in #38

Full Changelog: v0.5.2...v0.5.3

v0.5.2

11 May 07:44
d4ff2c7
Compare
Choose a tag to compare

What's Changed

  • fix: add missing callback handlers for ConversationalRetrievalChain by @rogalvil in #34

Full Changelog: v0.5.1...v0.5.2

v0.5.1

10 May 22:40
221a790
Compare
Choose a tag to compare

What's Changed

  • chore: update project metadata by @ajndkr in #33

Full Changelog: v0.5.0...v0.5.1

v0.5.0

10 May 22:24
2fdcde8
Compare
Choose a tag to compare

What's Changed

  • feat: auto-detect callback handler to improve response class usage by @ajndkr in #32

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 singular StreamingResponse 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 singular WebsocketConnection 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