@zilliz/milvus2-sdk-node

v2.4.9
[![typescript](https://badges.aleen42.com/src/typescript.svg)](https://badges.aleen42.com/src/typescript.svg) [![version](https://img.shields.io/npm/v/@zilliz/milvus2-sdk-node?color=bright-green)](https://github.com/zilliztech/attu/releases) [![downloads]

pre

git submodule update --remote && rm -rf proto/proto/google && mkdir -p proto/proto/google/protobuf && wget https://raw.githubusercontent.com/protocolbuffers/protobuf/main/src/google/protobuf/descriptor.proto -O proto/proto/google/protobuf/descriptor.proto

build

rm -rf dist && tsc --declaration && node build.js

test

NODE_ENV=dev jest

test-cloud

NODE_ENV=dev jest test/http --testPathIgnorePatterns=none

bench

ts-node test/tools/bench.ts

coverage

NODE_ENV=dev jest --coverage=true --config jest.config.js --no-cache

build-test

yarn build && NODE_ENV=dev jest test/build/Collection.spec.ts --testPathIgnorePatterns=none

example

npx ts-node

doc

rm -rf docs && npx typedoc

doc-json

npx typedoc milvus --json
npm i @zilliz/milvus2-sdk-node

Metadata

Downloads