Skip to content

Releases: ajndkr/lanarky

v0.7.6

01 Jun 22:26
1af16f2
Compare
Choose a tag to compare

What's Changed

  • feat: improve connection handling (2/) by @ajndkr in #79

Full Changelog: v0.7.5...v0.7.6

v0.7.5

31 May 22:20
7719ad5
Compare
Choose a tag to compare

What's Changed

  • feat: improve connection handling by @ajndkr in #78

Full Changelog: v0.7.4...v0.7.5

v0.7.4

30 May 19:46
c18b030
Compare
Choose a tag to compare

What's Changed

  • feat: Allow overriding registered callbacks by @ajndkr in #75

Full Changelog: v0.7.3...v0.7.4

v0.7.3

29 May 18:18
cef03c7
Compare
Choose a tag to compare

Highlights

Introducing LLM Caching 🔥

Lanarky offers LLM caching to users via LangchainRouter. Currently supports the following solutions:

  • In-memory
  • Redis
  • GPTCache

What's Changed

Full Changelog: v0.7.2...v0.7.3

v0.7.2

29 May 09:35
9d1be6c
Compare
Choose a tag to compare

What's Changed

  • fix: add name_prefix for creating dynamic request and response models by @ajndkr in #70

Full Changelog: v0.7.1...v0.7.2

v0.7.1

29 May 08:43
6ecc1af
Compare
Choose a tag to compare

Highlights

Two new methods added to the LangchainRouter class:

  • add_langchain_api_route: This method allows the addition of API routes to the router, supporting multiple langchain objects.
  • add_langchain_api_websocket_route: This method enables the addition of websocket routes to the router, accommodating multiple langchain objects.

What's Changed

  • feat: add new methods to LangchainRouter by @ajndkr in #69

Full Changelog: v0.7.0...v0.7.1

v0.7.0

28 May 21:14
134e25a
Compare
Choose a tag to compare

Highlights

Introducing LangchainRouter 🔥

LangchainRouter inherits from FastAPI's APIRouter class and simplifies the process of deploying Langchain applications.

What's Changed

Full Changelog: v0.6.6...v0.7.0

v0.6.6

25 May 07:34
58a3d36
Compare
Choose a tag to compare

What's Changed

  • fix: websocket callback handler fails due to bad message construction by @ajndkr in #64

Full Changelog: v0.6.5...v0.6.6

v0.6.5

23 May 17:13
25919e2
Compare
Choose a tag to compare

What's Changed

  • fix: library documentation for registering callback handler is incorrect by @ajndkr in #57
  • feat: add streaming JSON response by @ajndkr in #60

Full Changelog: v0.6.4...v0.6.5

v0.6.4

22 May 14:41
517248c
Compare
Choose a tag to compare

What's Changed

  • fix StreamingResponse message content encoding by @rbbby in #55

New Contributors

  • @rbbby made their first contribution in #55

Full Changelog: v0.6.3...v0.6.4