chore: Release Brainy 1.0.0 - The 9 Unified Methods! 🎉
Moving from RC to official 1.0.0 release: - Users need to see the new unified API when visiting npm - Much better than showing outdated 0.63.0 - We can iterate with patches (1.0.1, 1.0.2) as needed - The 9 unified methods are production-ready Updated: - Version to 1.0.0 (from rc.2) - README badge to show 1.0.0 - Installation instructions (removed @rc tag) The unified API is here!
This commit is contained in:
parent
db2c634a7a
commit
032cb872b9
2 changed files with 4 additions and 4 deletions
|
|
@ -3,7 +3,7 @@
|
|||

|
||||
|
||||
[](https://badge.fury.io/js/%40soulcraft%2Fbrainy)
|
||||
[](https://github.com/soulcraftlabs/brainy/releases/tag/v1.0.0-rc.1)
|
||||
[](https://github.com/soulcraftlabs/brainy/releases/tag/v1.0.0)
|
||||
[](https://opensource.org/licenses/MIT)
|
||||
[](https://soulcraft.com)
|
||||
[](https://soulcraft.com)
|
||||
|
|
@ -41,8 +41,8 @@
|
|||
**The Great Cleanup is complete!** Brainy 1.0 introduces the **unified API** - ONE way to do everything with just **9 core methods**:
|
||||
|
||||
```bash
|
||||
# Install the latest release candidate
|
||||
npm install @soulcraft/brainy@rc
|
||||
# Install Brainy 1.0
|
||||
npm install @soulcraft/brainy
|
||||
```
|
||||
|
||||
```javascript
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@soulcraft/brainy",
|
||||
"version": "1.0.0-rc.2",
|
||||
"version": "1.0.0",
|
||||
"description": "Multi-Dimensional AI Database - Vector similarity, graph relationships, metadata facets with HNSW indexing and OPFS storage",
|
||||
"main": "dist/index.js",
|
||||
"module": "dist/index.js",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue