Skip to content

Releases: vectara/react-chatbot

3.0.1

24 Jul 22:03
43f01d6
Compare
Choose a tag to compare

What's Changed

  • Fixed corpus key bug

Full Changelog: 3.0.0...3.0.1

3.0.0

24 Jul 19:51
86ef8d7
Compare
Choose a tag to compare

What's changed

Migrated to Query API v2!

Breaking changes

corpusIds are replaced with corpusKeys

Full Changelog: 2.0.0...3.0.0

Release 2.0.0

26 Apr 19:40
7f8b97b
Compare
Choose a tag to compare

Breaking changes

useChat now expects a configuration object instead of an arguments list.

Features

  • Set the enableFactualConsistencyScore={true} prop to retrieve the Factual Consistency Score (FCS) and display the FCS as a badge below each chat response.
  • Set the summaryPromptName="summaryPromptNameValue" prop to define the summarizer and prompt to use to generate the chat response.

Release 1.2.1

19 Apr 17:34
8fa1937
Compare
Choose a tag to compare

FEATURES

  • Adds support for example questions to be displayed when chat is empty

Release 1.1.1

16 Apr 19:23
c22a920
Compare
Choose a tag to compare

FEATURES

  • Adds support for response language in React-Chatbot component
  • Adds support for response language in useChat hook.

Release 1.0.1

12 Apr 21:38
b305bc5
Compare
Choose a tag to compare

FIXES

  • Removes dependency on axios for better compatibility with Create React App projects
  • Upgrades @vectara/stream-query-client dependency to 1.0.0

Release 1.0.0

04 Apr 02:07
9e82849
Compare
Choose a tag to compare

FEATURES

  • Enables streaming in ReactChatbot component.
  • Adds support for streaming queries in useChat hook

Release 0.0.6

15 Mar 23:16
b3941cc
Compare
Choose a tag to compare

FEATURES

  • Adds a "Start new conversation" button to the chat messages window to reset the conversation context
  • useChat hook now returns a startNewConversation function to reset chat context

Release 0.0.5

07 Mar 22:50
83f548d
Compare
Choose a tag to compare

FEATURES

  • adds request source to API request headers for better analytics

BUG FIXES

n/a

Release 0.0.4

01 Mar 22:53
c922e11
Compare
Choose a tag to compare

FEATURES

n/a

BUG FIXES

  • prevent external CSS from leaking into web component shadow host
  • prevent sending empty chat messages
  • fallback to stylesheets in browsers that don't support CSSStyleSheet constructor