Improved
0.8.0-RC4
Major changes
none
Bugfixes
- fix native image build to re-use NI resources from the jar by @shuttie in https://github.com/nixiesearch/nixiesearch/pull/704
- Increase max number of dims for embeddings in index to 8192 by @shuttie in https://github.com/nixiesearch/nixiesearch/pull/706
- native: disable model warmup as it might add a lot of startup latency by @shuttie in https://github.com/nixiesearch/nixiesearch/pull/707
- native: wrap all FS access into IO.blocking by @shuttie in https://github.com/nixiesearch/nixiesearch/pull/708
- fix incorrect base64 decoding of lambda api payload by @shuttie in https://github.com/nixiesearch/nixiesearch/pull/710
- add more logging for lambda runtime by @shuttie in https://github.com/nixiesearch/nixiesearch/pull/709
- show detailed request timings in search response by @shuttie in https://github.com/nixiesearch/nixiesearch/pull/711
- enable G1 GC for native build by @shuttie in https://github.com/nixiesearch/nixiesearch/pull/713
- fix searcher failure on loading immutable index from r/o path by @shuttie in https://github.com/nixiesearch/nixiesearch/pull/712