
6/4/2020 · milvus
What this post added
This post details Xiaomi's implementation of an AI-powered news recommendation engine within their mobile browser, leveraging Milvus as the core data management platform for vector similarity search. It explains the two-stage recommendation process (retrieval and sorting) and highlights the integration of Milvus with BERT (specifically SimBert) for vectorizing article titles. The system uses Milvus to store and query vector embeddings of news articles, enabling efficient similarity search. The post also touches upon data update strategies (full and incremental) and the importance of Milvus's ability to rapidly incorporate and search new data for real-time recommendations.