@orama/orama 3.1.13
What's Changed
- feat: adds seqproto serialization format for disk persistence by @micheleriva in https://github.com/oramasearch/orama/pull/969
- docs: updates docs url to new documentation by @micheleriva in https://github.com/oramasearch/orama/pull/972
- performance: improves avl tree traversal and fixes #895 by @micheleriva in https://github.com/oramasearch/orama/pull/973
- fix: #860 unhandled error when using a wrong property for vector search by @micheleriva in https://github.com/oramasearch/orama/pull/971
- fix: #843 loadRadixNode encountered type error when using @orama/plug… by @micheleriva in https://github.com/oramasearch/orama/pull/974
- fix: #851 512MB seems to be the max supported file size for disk persistence plugin by @micheleriva in https://github.com/oramasearch/orama/pull/975
Full Changelog: https://github.com/oramasearch/orama/compare/v3.1.12...v3.1.13