Home / Companies / Zilliz / Blog / April 2021

April 2021 Summaries

3 posts from Zilliz

Filter
Month: Year:
Post Summaries Back to Blog
Cybersecurity is a growing concern, with 86% of companies expressing data privacy concerns in 2020. Trend Micro, a global leader in hybrid cloud security, has developed an Android virus detection system called Trend Micro Mobile Security to protect users from malware. The system compares APKs (Android application packages) from the Google Play Store with a database of known malware using similarity search. Initially, Trend Micro used MySQL for its virus detection system but quickly outgrew it as the number of APKs with nefarious code in its database increased. Trend Micro then began searching for alternative vector similarity search solutions and eventually chose Milvus, an open-source vector database created by Zilliz. Milvus is highly flexible, reliable, and fast, offering a comprehensive set of intuitive APIs that allow developers to choose the ideal index type for their scenario. It also provides distributed solutions and monitoring services. Trend Micro's mobile security system uses Thash values to differentiate APKs and Thash values for vector similarity retrieval. Milvus is used to conduct instantaneous vector similarity search on massive vector datasets converted from Thash values, with corresponding Sha256 values queried in MySQL. The system architecture also includes a Redis caching layer to map Thash values to Sha256 values, significantly reducing query time. The monitoring and alert system for Trend Micro's mobile security system is compatible with Prometheus and uses Grafana to visualize various performance metrics. With the help of Milvus, the system performance was able to meet the performance criteria set by Trend Micro.
Apr 23, 2021 1,459 words in the original blog post.
Semantic search is an effective tool to help customers and employees find relevant products or information. However, slow semantic search can hinder its usefulness. To address this issue, Lucidworks has implemented semantic search using the semantic vector search approach. This involves encoding text into numerical vectors and using a vector search engine like Milvus to quickly find the best matches for customer searches or user queries. Milvus uses FAISS technology, which is also used by Facebook in its machine learning initiatives. The combination of Milvus and other components allows semantic search to be fast and efficient while handling large datasets.
Apr 19, 2021 1,023 words in the original blog post.
Milvus is an open-source vector database that supports efficient search of massive vector datasets created by AI models. It offers comprehensive APIs and support for multiple index libraries, accelerating machine learning application development and MLOps. Zilliz, the company behind Milvus, has developed demos showcasing its use in natural language processing (NLP), reverse image search, audio search, and computer vision. These include an AI-powered chatbot using BERT for NLP, a reverse image search system with VGG for feature extraction, an audio similarity search system with PANNs for pattern recognition, and a video object detection system leveraging OpenCV, YOLOv3, and ResNet50.
Apr 08, 2021 1,141 words in the original blog post.