Releases: JohnGUnderwood/atlas-hybrid-search
v3.0
What's Changed
- Enhance the full text search model and add option to view index definitions and sample doc by @JohnGUnderwood in #15
Full Changelog: v2.1...v3.0
v2.1
App now allows setting of specific embedding model to use with the provider.
v2.0.2
Security patch
Fix for MongoDB client creation which will was creating new connection for each request.
v2.0.1-HOTFIX
Hot fix for issue in function name for RRF
v2.0.1
First bug fix for v2 release. Add the NOMICAPIKEY variable to sample.env.
v2.0.0
This release makes two significant enhancements
-
Adds a script which uses the configuration settings and the NodeJS API to embed data within a MongoDB Atlas Collection. This allows users to 'start from scratch' with their chosen embedding service.
The release also includes some refactoring to support the two enhancements above.
v1.1.0
Changes Relative Score Fusion pipeline to use sigmoid function for normalising scores.
Adds error handling and loading indicators.
Adds option to view query pipeline.
v1.0.0
First release