@exulu/backend 1.18.0 → 1.19.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +3 -4
- package/dist/index.cjs +498 -246
- package/dist/index.d.cts +39 -8
- package/dist/index.d.ts +39 -8
- package/dist/index.js +498 -246
- package/package.json +1 -1
- package/types/models/vector-methods.ts +2 -5
package/CHANGELOG.md
CHANGED
|
@@ -1,7 +1,6 @@
|
|
|
1
|
-
|
|
1
|
+
## [1.19.1](https://github.com/Qventu/exulu-backend/compare/v1.19.0...v1.19.1) (2025-08-29)
|
|
2
2
|
|
|
3
3
|
|
|
4
|
-
###
|
|
4
|
+
### Bug Fixes
|
|
5
5
|
|
|
6
|
-
*
|
|
7
|
-
* add default coding standards context ([b580e8b](https://github.com/Qventu/exulu-backend/commit/b580e8bc7de3c1bfac22a5acc5f30a1a4b407c38))
|
|
6
|
+
* avg tot. relevance score hybrid search returned string, + add normalization vs cosine distance ([44453c6](https://github.com/Qventu/exulu-backend/commit/44453c6df3182b3356cd2d5e84055438f7eb186f))
|