Milvus 2.0: A Glimpse at New Features

It has been half a year since the first release candidate of Milvus 2.0. Now we are proud to announce the general availability of the Milvus 2.0. Please follow me step by step to catch a glimpse at some of the new features that Milvus supports.

Entity Deletion

Milvus 2.0 supports entity deletion, allowing users to delete vectors based on the primary keys (IDs) of the vectors. They won't be worried about expired or invalid data anymore. Let's try it.

Working With ORMs Using Entity Developer

Entity Developer from Devart is a modeling and code generation tool that lets you design your data access layer visually - at the drop of a hat. You can take advantage of Entity Developer to generate data access layer code automatically using one unified interface – as a result, chances of error creeping into your Data Access code are minimal.

In this article we’ll take advantage of Entity Developer to connect to and work with various ORM tools such as, EF Core, NHibernate, Telerik Data Access and LinqConnect. This article starts with a brief discussion on what ORMs are, why Entity Developer is useful, and how you can leverage Entity Developer to connect to and work with all these ORMs.