Skip to content

Releases: ajndkr/lanarky

v0.4.5

10 May 20:56
5306d15
Compare
Choose a tag to compare

🚑 minor hotfix

Full Changelog: v0.4.4...v0.4.5

v0.4.4

10 May 20:28
61876c6
Compare
Choose a tag to compare

What's Changed

  • feat: add StreamingResponse support for ConversationalRetrievalChain chain type by @rogalvil in #16

Full Changelog: v0.4.3...v0.4.4

v0.4.3

04 May 17:03
7eb06f2
Compare
Choose a tag to compare

What's Changed

  • chore: refactor examples and callbacks module by @ajndkr in #24
  • Add VS Code configs for the examples by @Tooflex in #25
  • chore(deps): freeze requirements for demo examples by @Tooflex in #26
  • fix(response): pass BaseLangchainStreamingResponse exception output to background task as "outputs" by @ajndkr in #28

New Contributors

Full Changelog: v0.4.2...v0.4.3

v0.4.2

03 May 18:53
018ad30
Compare
Choose a tag to compare

What's Changed

  • fix(response): pass multiple inputs to LLMChainStreamingResponse by @ajndkr in #23

Full Changelog: v0.4.1...v0.4.2

v0.4.1

03 May 09:40
07cb84a
Compare
Choose a tag to compare

What's Changed

  • cicd: add new github templates and workflows by @ajndkr in #20
  • deps(up): langchain 0.0.146 → 0.0.157 by @rogalvil in #19

Full Changelog: v0.4.0...v0.4.1

v0.4.0

02 May 17:39
d8ababf
Compare
Choose a tag to compare

What's Changed

  • feat: add gradio support for testing by @ajndkr in #13
  • fix(response): add callback handler to RetrievalQA chain callback manager by @ajndkr in #14
  • feat: add websocket support by @ajndkr in #15

Full Changelog: v0.3.2...v0.4.0

v0.3.2

27 Apr 08:16
3fce5f2
Compare
Choose a tag to compare

What's Changed

  • feat(callback): add support to stream source documents for RetrievalQAWithSourcesChain by @rogalvil in #10

New Contributors

Full Changelog: v0.3.1...v0.3.2

v0.3.1

24 Apr 14:54
8837ca9
Compare
Choose a tag to compare

What's Changed

  • fix: background attribute should be a BackgroundTask instance by @ajndkr in #7

Full Changelog: v0.3.0...v0.3.1

v0.3.0

24 Apr 13:16
6fc2302
Compare
Choose a tag to compare

What's Changed

  • feat: add support for RetrievalQA chains by @ajndkr in #6

Breaking Changes

  • fastapi_async_langchain.response.LangchainStreamingResponsefastapi_async_langchain.responses.LLMChainStreamingResponse for LLMChain chains

Full Changelog: v0.2.0...v0.3.0

v0.2.0

22 Apr 19:56
c48871f
Compare
Choose a tag to compare

What's Changed

  • feat: add support to run background task with chain output by @ajndkr in #5

Full Changelog: v0.1.1...v0.2.0