Releases: vectara/stream-query-client
Releases · vectara/stream-query-client
Release 2.0.1, 2.0.2
Bug fixes
- Fixed
msw
resolution error by removingcreateStreamingServer
from module interface.
Release 2.0.0
Breaking changes
- Changes the
details
structure so that it's easier to consume. This is now an object that exposessummary
,chat
, andfactualConsistency
properties.
Features
- Adds support for
debug
option. Surfacessummary.prompt
andchat.rephrasedQuery
in debug response. - Exports
createStreamingServer
as part of the module's interface so consumers can use it in their tests.
Release 1.0.0
FEATURES
- Surfaces factual consistency score details in stream response
Release 0.0.5
FIXES
- Fixes issue where the client would throw an error when trying to access a non-existent
chat
details property
Release 0.0.4
FIXES
- updates package.json details
Release 0.0.3
FEATURES
- initial release