Skip to content

Releases: vectara/stream-query-client

Release 2.0.1, 2.0.2

22 Apr 15:57
Compare
Choose a tag to compare

Bug fixes

  • Fixed msw resolution error by removing createStreamingServer from module interface.

Release 2.0.0

20 Apr 16:46
b664b49
Compare
Choose a tag to compare

Breaking changes

  • Changes the details structure so that it's easier to consume. This is now an object that exposes summary, chat, and factualConsistency properties.

Features

  • Adds support for debug option. Surfaces summary.prompt and chat.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

05 Apr 19:15
87dcca9
Compare
Choose a tag to compare

FEATURES

  • Surfaces factual consistency score details in stream response

Release 0.0.5

03 Apr 22:54
445653e
Compare
Choose a tag to compare

FIXES

  • Fixes issue where the client would throw an error when trying to access a non-existent chat details property

Release 0.0.4

03 Apr 00:25
a2e3416
Compare
Choose a tag to compare

FIXES

  • updates package.json details

Release 0.0.3

03 Apr 00:18
c86f1eb
Compare
Choose a tag to compare

FEATURES

  • initial release