Bug fixes
- Summary UX mode now surfaces search and summary errors, including when there are 0 search results.
Non-breaking changes
- Users can now search for a language instead of having to scroll through a long list.
Breaking changes
Non-breaking changes
- Fixed language bug for summary
Non-breaking changes
- Added streaming and FCS.
- Added FCS in the option drawer
Non-breaking changes
- Bug fix with MMR
- Updates to documentation, cross-linking to other project and other changes
- Added argument summary prompt text
- Changed popover to display from left of parent
- Show doc_id as title if title missing
- Support for streaming response and FCS
Non-breaking changes
- Ignore citations that don't correspond to search results
- Updated README, HOSTING.MD and other docs
- Added instruction to deploy directly and using Docker, via render "create service api"
- feat(docker): Added Multi-Stage build support for Vectara-Answer by @SaptarshiSarkar12
- Some updates to Dockerfile
...
Non-breaking changes
- Added gtmContainerId config and Analytics package
Non-breaking changes
- Update HOSTING.md documentation
- Font for questions - now smaller size
- Surface HEM score (optional)
- Upgrade VUI to latest version
- making run.sh process more robust to missing secrets.toml file
- do not display references when there is none to display
Non-breaking changes
- updated doc to reflect 'url' metadata field usage
- updated all variables to camelCase
- Render summary as Markdown (no-op)
- More detailed hosting docs (for Render)
Non-breaking changes
- Enable user to search languages using search select.
- added new languages and fixed display for RTL languages
- update to how "sources" work to enable no "all_source" option
- Implemented MMR (max marginal relevance)
Non-breaking changes
- Hotfix: switched default lambdaLong and lambdaShort values
Non-breaking changes
- Added support for Hybrid search in configuration
- Added support for reranker ID in the configuration
Bug fixes
- Removed use of
any
fromOptionsDrawer
. - Clicking the search title now clears the search value.
Bug fixes
- Fixed bug in which summary wasn't sanitized before reordering it.
Non-breaking changes
- Added
OptionsDrawer
for selecting search mode or summary mode. - Added persistent progress report, including information on how quickly each step completes.
- Added SearchResultsDrawer for reviewing original search results.
Non-breaking changes
- Added support for
prompt_name
config. - Updated
VuiSearchResult
to gracefully handle title and url values that are just whitespace or empty strings.
Non-breaking changes
- Added proxy server.
- Added error handling for summary error.
Inadvertently breaking changes
- The
enable_summary
config option has been removed. Migrateenable_summary: True
toux: "summary"
andenable_summary: False
toux: "search"
.