Skip to content

Releases: JohnGUnderwood/atlas-hybrid-search

v3.0

24 Jul 10:11
0201605
Compare
Choose a tag to compare

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

03 Jun 15:55
af60da0
Compare
Choose a tag to compare

App now allows setting of specific embedding model to use with the provider.

v2.0.2

26 Mar 21:08
Compare
Choose a tag to compare

Security patch
Fix for MongoDB client creation which will was creating new connection for each request.

v2.0.1-HOTFIX

26 Feb 19:44
2cb4292
Compare
Choose a tag to compare

Hot fix for issue in function name for RRF

v2.0.1

01 Feb 21:51
Compare
Choose a tag to compare

First bug fix for v2 release. Add the NOMICAPIKEY variable to sample.env.

v2.0.0

01 Feb 21:37
c7855d0
Compare
Choose a tag to compare

This release makes two significant enhancements

  1. Adds two new embedding model options: Mistral and Nomic.

  2. 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

30 Jan 23:34
50f5f4b
Compare
Choose a tag to compare

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

30 Jan 20:38
Compare
Choose a tag to compare

First release