Enhancements
- Adds support for OpenAI embeddings stage for indexing and querying with pipelines
- Adds support for deleting all the index synonyms
- Build enhancement: Upgrades to Go 1.19.7 for building Docker images and binaries, which contains better memory management support
- Adds support for a
select
actionType for a searchbox's preference
Fixes
- Fixes a bug with synonym support where synonyms were pointer assigned instead of being distinctly copied when cloning data from an existing index
- Fixes a bug with syncing of variables in pipelines and rules APIs in a HA (multi-node) setup
- Fixes a bug with pipeline where a user-defined stage returns a
nil
value