Skip to content

Commit

Permalink
Release new docs to master
Browse files Browse the repository at this point in the history
  • Loading branch information
Milvus-doc-bot authored and Milvus-doc-bot committed Dec 30, 2024
1 parent 0cdb4b5 commit 69da197
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions v2.5.x/site/en/getstarted/install_SDKs/install-node.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,9 @@ The following collection shows Milvus versions and recommended @zilliz/milvus2-s

| Milvus version | Recommended @zilliz/milvus2-sdk-node version |
| :------------: | :------------------------------------------: |
| 2.4.x | 2.4.x |
| 2.3.x | 2.3.x |
| 2.5.x | latest |
| 2.4.x | 2.4.10 |
| 2.3.x | 2.3.5 |
| 2.2.x | 2.2.x |
| 2.1.x | 2.1.x |
| 2.0.1 | 2.0.0, 2.0.1 |
Expand All @@ -43,14 +44,13 @@ This will download the Milvus node.js sdk and add a dependency entry in your pac

Having installed Milvus Node.js SDK, you can:


- View [quick start of milvus node.js sdk](https://github.com/milvus-io/milvus-sdk-node)
- Learn the basic operations of Milvus:

- [Manage Collections](manage-collections.md)
- [Manage Partitions](manage-partitions.md)
- [Insert, Upsert & Delete](insert-update-delete.md)
- [Single-Vector Search](single-vector-search.md)
- [Hybrid Search](multi-vector-search.md)

- Explore [Milvus Node.js API reference](/api-reference/node/v2.4.x/About.md)

0 comments on commit 69da197

Please sign in to comment.