chore: refine package description in package.json for improved clarity

This commit is contained in:
David Snelling 2025-06-05 14:15:00 -07:00
parent ad1c7a3130
commit bb11827d43

View file

@ -1,7 +1,7 @@
{
"name": "@soulcraft/brainy",
"version": "0.7.3",
"description": "A vector database using HNSW indexing with Origin Private File System storage",
"description": "A vector graph database using HNSW indexing with Origin Private File System storage",
"main": "dist/index.js",
"module": "dist/index.js",
"types": "dist/index.d.ts",