mirror of
https://github.com/ruvnet/RuVector.git
synced 2026-07-09 17:28:42 +00:00
chore(release): @ruvector/rvf 0.2.3, ruvector 0.2.34 (#641 fixes)
Co-Authored-By: claude-flow <ruv@ruv.net> Claude-Session: https://claude.ai/code/session_017sXWL4ox5bhC86FYwJpmyK
This commit is contained in:
parent
34390efe56
commit
794d8c7026
2 changed files with 14 additions and 4 deletions
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "ruvector",
|
||||
"version": "0.2.33",
|
||||
"version": "0.2.34",
|
||||
"description": "Self-learning vector database for Node.js \u2014 hybrid search, Graph RAG, FlashAttention-3, HNSW, 50+ attention mechanisms",
|
||||
"main": "dist/index.js",
|
||||
"types": "dist/index.d.ts",
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@ruvector/rvf",
|
||||
"version": "0.2.2",
|
||||
"version": "0.2.3",
|
||||
"description": "RuVector Format — unified TypeScript SDK for vector intelligence",
|
||||
"main": "dist/index.js",
|
||||
"module": "dist/index.js",
|
||||
|
|
@ -12,14 +12,24 @@
|
|||
"require": "./dist/index.js"
|
||||
}
|
||||
},
|
||||
"files": ["dist/", "package.json"],
|
||||
"files": [
|
||||
"dist/",
|
||||
"package.json"
|
||||
],
|
||||
"scripts": {
|
||||
"build": "tsc",
|
||||
"test": "jest",
|
||||
"bench": "tsx bench/index.ts",
|
||||
"typecheck": "tsc --noEmit"
|
||||
},
|
||||
"keywords": ["vector", "database", "binary-format", "hnsw", "simd", "rvf"],
|
||||
"keywords": [
|
||||
"vector",
|
||||
"database",
|
||||
"binary-format",
|
||||
"hnsw",
|
||||
"simd",
|
||||
"rvf"
|
||||
],
|
||||
"license": "MIT",
|
||||
"repository": "https://github.com/ruvnet/ruvector",
|
||||
"dependencies": {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue