From 223311f4e7d23576fd421df7ba899e14e514a7c5 Mon Sep 17 00:00:00 2001 From: David Snelling Date: Fri, 29 Aug 2025 10:23:40 -0700 Subject: [PATCH] chore(release): 2.7.4 --- CHANGELOG.md | 9 +++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 12 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5a2f8b82..2fdbe08b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,15 @@ All notable changes to Brainy will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [2.7.4] - 2025-08-29 + +### Fixed +- Use fp32 models consistently everywhere to ensure compatibility +- Changed default dtype from q8 to fp32 across all embedding implementations +- Ensures the exact same model (model.onnx) is used everywhere +- Prevents 404 errors when looking for quantized models that don't exist on CDN +- Maintains data compatibility across all Brainy instances + ## [2.7.3] - 2025-08-29 ### Fixed diff --git a/package-lock.json b/package-lock.json index 97310a03..145a1611 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@soulcraft/brainy", - "version": "2.7.3", + "version": "2.7.4", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@soulcraft/brainy", - "version": "2.7.3", + "version": "2.7.4", "license": "MIT", "dependencies": { "@aws-sdk/client-s3": "^3.540.0", diff --git a/package.json b/package.json index 9eb4b58a..85b8761c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@soulcraft/brainy", - "version": "2.7.3", + "version": "2.7.4", "description": "Universal Knowledge Protocol™ - World's first Triple Intelligence database unifying vector, graph, and document search in one API. 31 nouns × 40 verbs for infinite expressiveness.", "main": "dist/index.js", "module": "dist/index.js",