Skip to content

Releases: appbaseio/reactivesearch-api

8.13.4.beta

05 Jun 05:07

Choose a tag to compare

8.13.4.beta Pre-release
Pre-release

Changes in this release:

  • Adds support for AIConfig.strictSelection
  • Adds more debug data for the latency issue

8.13.4

06 Jun 07:49

Choose a tag to compare

8.13.4 Pre-release
Pre-release

Changes in this release:

  • Adds more debug fields for the OpenAI latency issue
  • Other fixes

8.13.3

01 Jun 10:43

Choose a tag to compare

  • Adds support for capturing stats like when the OpenAI response got resolved, when SSE call gets resolved in order to improve OpenAI integration performance

8.13.2

29 May 01:59

Choose a tag to compare

Fixes

  • This release standardizes the session creation for AI search request that's returned from cache

8.13.1

18 May 11:28

Choose a tag to compare

Enhancement

  • Adds an endpoint to return an AI Answer directly, i.e. without passing through search
  • Adds support for ordering of FAQs

Fixes

  • Fixes a fatal error to be gracefully handled for syncing FAQs to Zinc
  • Use precise error status codes for FAQs endpoints

8.13.0

12 May 16:26

Choose a tag to compare

Enhancements

General

  • Enables AI search, pipelines, and search relevancy features for the 2023 (now default) cluster plans. This makes these features available to all new paid plan customers

Pipelines

  • Optimizes latency of the boost stages for pipelines
  • Optimizes pipeline invocation calls reporting to happen in batch instead of per each call
  • Adds ?debug=true API flag support to see the response time per stage in the pipeline response

These enhancements make pipelines usable for production scenarios.

AI Search

  • Improves AI Answer Dx by returning error when a user-specified maxToken value exceeds limit, informing the max valid value that can be set
  • Adds initial support for FAQ type of suggestions: An AI or human-provided answer can be marked as FAQ and be displayed in the SearchBox UI to end-users
  • Adds support for returning index and document_ids in the session details API endpoint

Build

  • Uses Go1.20.4 as the build image for both Cloud and Docker images
  • Includes build time profiling optimizations - expected ~2-4% performance improvement over 8.12 release

1.0.13

22 May 06:57

Choose a tag to compare

  • Includes all changes in this release
  • Adds support for allowing 10 pipelines if feature_pipelines is true
  • Adds support for returning feature_openai in plan details
  • Adds support for returning 402 when index count or storage is exceeded.

1.0.12

12 May 09:50

Choose a tag to compare

Changes in this release:

All the changes from this Arc release: https://github.com/appbaseio/reactivesearch-api/releases/tag/8.13.0

8.13.0 Release Candidate 1

27 Apr 15:53

Choose a tag to compare

Pre-release

Enhancements

  • Optimizes latency for the boost stages
  • Returns the index and session info with AI session detail API response

8.13.0.rc

17 Apr 14:23

Choose a tag to compare

8.13.0.rc Pre-release
Pre-release

Note: This is a RC release

Enhancement

  • This release updates the Go build image (for Docker) and Go compiler to use Go1.20.3, it also updates build dependencies as per recommendations in #372, #373, #374, #375