dria

v0.0.1
<p align="center"> <img src="./logo.svg" alt="logo" width="142"> </p>
dria blockchain firstbatch hnsw ai vector vectordb rag

build

bun run ./build.ts

b

bun run build

check

tsc --noEmit && echo "All good."

format

prettier --check '**/*.ts'

lint

eslint '**/*.ts' && echo 'All good.'

test

bun test --timeout 15000

t

bun run test

proto:code

npx pbjs ./proto/insert.proto -w commonjs -t static-module -o ./proto/insert.js

proto:type

npx pbts ./proto/insert.js -o ./proto/insert.d.ts

proto

bun proto:code && bun proto:type

Metadata

Downloads

Maintainers