v0.8.0 #161
Pinned
ajndkr
announced in
Announcements
v0.8.0
#161
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Overview
Lanarky v0.8 is here! This release includes some major (breaking) changes to the core
features, as well as some new features, bug fixes and more.
Lanarky has shifted its focus to becoming the web framework to building LLM-based microservices.
LLMs are here to stay and there's technology stack gap for building applications with LLMs
that are not limited to chatbots. Lanarky aims to fill that gap.
Let's take a look at what's changed.
What's Changed
Features
currently limited to OpenAI and LangChain, but more will be added in future releases.
EventSource
Protocol: Lanarky now follows theEventSource
protocol for building streamingmicroservices using Server-sent events.
dependency injection to use LLM functions as dependencies.
by Lanarky routers, you can use the low-level modules to build your microservice with FastAPI.
Documentation
Lanarky documentation has a new home at https://lanarky.ajndkr.com.
Breaking Changes
LangChainRouter
has been refactored into the LangChain Adapter APIin the
StreamingResponse
class). The decision was made based on user feedback.microservice logic and this feature needs to be reworked.
Changelog
Full Changelog: v0.7.17...v0.8.0
This discussion was created from the release v0.8.0.
Beta Was this translation helpful? Give feedback.
All reactions