This repository was archived by the owner on Nov 4, 2025. It is now read-only.
v0.1.1 #333
jpsyx
announced in
Announcements
v0.1.1
#333
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
The AWS deployment of Scout uses OpenSearch because AWS provides better support for Elasticsearch. The APIs of Elasticsearch and OpenSearch are almost identical (given that OpenSearch is a fork of Elasticsearch) except with very minor differences in their KNN library which we use for text similarity searching. This caused a high impact bug in production. To avoid this kind of problem in the future we are changing the development environment to match production, which means switching over to OpenSearch in case there are any other future divergences between the libraries.
Breaking changes
The
docker-compose.ymlfile now uses OpenSearch rather than Elasticsearch. This means that any existing deployments will need to reindex their data on OpenSearch.Full Changelog: v0.1.0...v0.1.1
This discussion was created from the release v0.1.1.
Beta Was this translation helpful? Give feedback.
All reactions