• v2.9.0 4d60384755

    dpsifr released this 2025-08-29 22:22:28 +02:00 | 990 commits to main since this release

    What's New in v2.9.0

    Features

    • New precision parameter - Replaces confusing dtype for model variant selection
    • Q8 Model Support Fixed - Properly loads quantized models (75% smaller) when requested
    • Cleaner API - Use precision: 'q8' or precision: 'fp32' for clear model selection

    🔧 Improvements

    • Better model file detection for q8 vs fp32 variants
    • Fixed transformers.js pipeline to correctly load quantized models
    • Updated all internal references to use the new parameter

    📦 Usage

    const brain = new BrainyData({
      embeddingFunction: createEmbeddingFunction({
        precision: 'q8'  // Use 75% smaller quantized models
      })
    })
    

    🚀 Performance

    • Q8 models are 75% smaller (22MB vs 87MB)
    • Maintain 99% accuracy compared to fp32
    • Faster loading and lower memory usage
    Downloads
  • v2.8.0 32df3ee6ae

    dpsifr released this 2025-08-29 20:09:40 +02:00 | 992 commits to main since this release

    Downloads
  • v2.7.4 223311f4e7

    v2.7.4 Stable

    dpsifr released this 2025-08-29 19:23:40 +02:00 | 993 commits to main since this release

    Downloads
  • v2.7.3 d0f2e3e939

    v2.7.3 Stable

    dpsifr released this 2025-08-29 19:08:23 +02:00 | 995 commits to main since this release

    Downloads
  • v2.7.1 b01a9ea0e3

    v2.7.1 Stable

    dpsifr released this 2025-08-29 01:24:15 +02:00 | 999 commits to main since this release

    Downloads
  • v2.7.0 2b83304f88

    v2.7.0 Stable

    dpsifr released this 2025-08-29 01:05:35 +02:00 | 1001 commits to main since this release

    Downloads
  • v2.6.0 8cdd9b2eb3

    v2.6.0 Stable

    dpsifr released this 2025-08-29 00:14:14 +02:00 | 1003 commits to main since this release

    Downloads
  • v2.5.0 2ceafa6692

    dpsifr released this 2025-08-28 21:46:26 +02:00 | 1008 commits to main since this release

    Downloads
  • v2.4.0 f1c7aab88a

    v2.4.0 Stable

    dpsifr released this 2025-08-28 17:49:23 +02:00 | 1013 commits to main since this release

    Downloads
  • v2.3.0 7e243b6f2b

    v2.3.0 Stable

    dpsifr released this 2025-08-28 00:38:48 +02:00 | 1015 commits to main since this release

    Downloads