Releases: ajndkr/lanarky
Releases · ajndkr/lanarky
v0.7.3
Highlights
Introducing LLM Caching 🔥
Lanarky offers LLM caching to users via LangchainRouter
. Currently supports the following solutions:
What's Changed
Full Changelog: v0.7.2...v0.7.3
v0.7.2
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
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
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
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
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
What's Changed
- fix
StreamingResponse
message content encoding by @rbbby in #55
New Contributors
Full Changelog: v0.6.3...v0.6.4