**refactor(core): remove redundant dimensions property in BrainyData initialization**
- **Core**: - Removed the `dimensions` property from `BrainyData` initialization in `server.ts` as it was unused and redundant. - Simplified code structure and reduced potential confusion by avoiding unnecessary arguments in object initialization. **Purpose**: Improve code clarity and maintainability by removing unused properties from the `BrainyData` setup, aligning with standardized dimension handling approaches.
This commit is contained in:
parent
c328282139
commit
b3e6e12bb5
6 changed files with 10 additions and 14 deletions
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@soulcraft/brainy-cli",
|
||||
"version": "0.18.0",
|
||||
"version": "0.19.0",
|
||||
"description": "Command-line interface for the Brainy vector graph database",
|
||||
"type": "module",
|
||||
"bin": {
|
||||
|
|
@ -46,7 +46,7 @@
|
|||
"url": "git+https://github.com/soulcraft-research/brainy.git"
|
||||
},
|
||||
"dependencies": {
|
||||
"@soulcraft/brainy": "^0.17.0",
|
||||
"@soulcraft/brainy": "^0.24.0",
|
||||
"commander": "^14.0.0",
|
||||
"omelette": "^0.4.17"
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue