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
- 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
anyfromOptionsDrawer. - 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
OptionsDrawerfor 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_nameconfig. - Updated
VuiSearchResultto 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_summaryconfig option has been removed. Migrateenable_summary: Truetoux: "summary"andenable_summary: Falsetoux: "search".