Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 259 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 259 Bytes

Milvus2-sdk-node-ibm

This repo is a fork of https://github.com/milvus-io/milvus-sdk-node used for Watsonx Assistant.

To build the dist directory before publishing a new version:

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