milvus-sdk-node

(β˜… 197)

The Official Milvus node.js sdk(client)

  • .babelrc
  • .gitignore
  • .gitmodules
  • .prettierrc
  • 3.0_change.md
  • AGENTS.md
  • build.js
  • CLAUDE.md
  • CODE_OF_CONDUCT.md
  • codecov.yml
  • CONTRIBUTING.md
  • doc.js
  • jest.config.js
  • LICENSE
  • llms.txt
  • package.json
  • proto
  • README.md
  • Retry.md
  • sdk.json
  • SECURITY.md
  • tsconfig.json
  • typedoc.json
  • yarn.lock

# Installation Guide

1. Get the code
git clone https://github.com/milvus-io/milvus-sdk-node

Downloads the entire project code from GitHub to your computer.

cd milvus-sdk-node

Moves into the project folder you just downloaded.

2. Node.js

Easy Recommended
Prerequisites
  • Git Needed to download the project code from GitHub.
  • Node.js Node.js must be installed to use npm. The LTS version is recommended.
npm install @zilliz/milvus2-sdk-node

Downloads and installs the libraries listed in package.json.

yarn add @zilliz/milvus2-sdk-node

Type this command into your terminal and run it.

βœ… After running the command, open the address shown in the terminal (usually something like http://localhost:3000) in your browser.

Pulled directly from this repo's README.

// repository documentation