@soulcraft/brainy 2.0.0 → 2.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +4 -4
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
# Brainy
|
|
2
2
|
|
|
3
3
|
<p align="center">
|
|
4
|
-
<img src="brainy.png" alt="Brainy Logo" width="200">
|
|
4
|
+
<img src="https://raw.githubusercontent.com/soulcraftlabs/brainy/main/brainy.png" alt="Brainy Logo" width="200">
|
|
5
5
|
</p>
|
|
6
6
|
|
|
7
|
-
[](https://www.npmjs.com/package/brainy)
|
|
7
|
+
[](https://www.npmjs.com/package/@soulcraft/brainy)
|
|
8
|
+
[](https://www.npmjs.com/package/@soulcraft/brainy)
|
|
9
9
|
[](LICENSE)
|
|
10
10
|
[](https://www.typescriptlang.org/)
|
|
11
11
|
|
|
@@ -26,7 +26,7 @@ The industry's first truly zero-configuration AI database that combines vector s
|
|
|
26
26
|
## ⚡ Quick Start
|
|
27
27
|
|
|
28
28
|
```bash
|
|
29
|
-
npm install brainy
|
|
29
|
+
npm install @soulcraft/brainy
|
|
30
30
|
```
|
|
31
31
|
|
|
32
32
|
```javascript
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@soulcraft/brainy",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.1",
|
|
4
4
|
"description": "Multi-Dimensional AI Database - Vector search, graph relationships, field filtering with Triple Intelligence Engine, HNSW indexing and universal storage",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"module": "dist/index.js",
|
|
@@ -98,13 +98,13 @@
|
|
|
98
98
|
"publishConfig": {
|
|
99
99
|
"access": "public"
|
|
100
100
|
},
|
|
101
|
-
"homepage": "https://github.com/
|
|
101
|
+
"homepage": "https://github.com/soulcraftlabs/brainy",
|
|
102
102
|
"bugs": {
|
|
103
|
-
"url": "https://github.com/
|
|
103
|
+
"url": "https://github.com/soulcraftlabs/brainy/issues"
|
|
104
104
|
},
|
|
105
105
|
"repository": {
|
|
106
106
|
"type": "git",
|
|
107
|
-
"url": "git+https://github.com/
|
|
107
|
+
"url": "git+https://github.com/soulcraftlabs/brainy.git"
|
|
108
108
|
},
|
|
109
109
|
"files": [
|
|
110
110
|
"dist/**/*.js",
|