New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

milvus

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

milvus

[![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)](https://img.shields.io/npm/v/@zilliz/milvus2-sdk-node) [![downloads](https://

  • 0.0.1
  • latest
  • npm
  • Socket score

Version published
Weekly downloads
7
decreased by-53.33%
Maintainers
1
Weekly downloads
 
Created
Source

typescript version downloads codecov

Milvus2-sdk-node

Node.js sdk for Milvus.

Compatibility

The following collection shows Milvus versions and recommended @zilliz/milvus2-sdk-node versions:

Milvus versionRecommended @zilliz/milvus2-sdk-node version
2.2.x2.2.x
2.1.x2.1.x
2.0.12.0.0, 2.0.1
2.0.02.0.0

Dependencies

  • Milvus: v2+
  • Node: v12+

Installation

npm install @zilliz/milvus2-sdk-node

SDK

More documentation, you can refer Milvus offical website.

Example

  1. Hello World
  2. How to operate collection
  3. How to insert data
  4. Vector similarity search on float field
  5. Vector similarity search on binary field

How to contribute

  1. yarn install
  2. Fetch milvus proto
    1. git submodule init (if this is your first time)
    2. git submodule update --remote
  3. Add feature in milvus folder.
  4. Run test yarn test -- test/Your-test-for-your-feature.spec.ts

Others

  • Attu which is a Milvus web interface tool, depends on Milvus node.js SDK.
  • Feder which is a visualization tool for visualize hnsw, faiss and other index.

FAQs

Package last updated on 18 Dec 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc