Cloud Solution for Pinecone Python Vector Search

Cloud Solution for Pinecone Python Vector Search

In today’s digital age, the amount of data is growing exponentially, and how to quickly and efficiently retrieve information has become a key issue. The cloud solution for Pinecone Python vector search provides us with a powerful tool that allows us to swiftly find the required content among massive amounts of data, making it an … Read more

Pinecone-Python: A Cloud Solution for Vector Search

Pinecone-Python: A Cloud Solution for Vector Search

Hello everyone! Today I want to share with you a very useful Python library – Pinecone. In the field of AI and machine learning, vector search has become a key technology, and Pinecone provides us with a powerful cloud vector search solution. Through today’s learning, you will understand how to use Python to operate Pinecone … Read more

Pinecone: A Powerful Vector Search Library for Python

Pinecone: A Powerful Vector Search Library for Python

Dear Python friends, hello everyone! Today, K哥 wants to talk to you about a popular Python library in the fields of machine learning and search—Pinecone. Speaking of Pinecone, I believe you have heard of it. But what exactly is Pinecone? What makes it so powerful? Let’s find out together! Search Vectors Like Google In traditional … Read more

Practices of Milvus in Likee Video Deduplication

Practices of Milvus in Likee Video Deduplication

Introduction This article mainly introduces how BIGO, a video live-streaming company with 400 million global users, utilizes the vector search engine Milvus for deduplication of massive short videos. With the acceleration provided by the Milvus vector search engine, BIGO’s short video product Likee can control each search within 200ms while ensuring a high recall rate. … Read more

Exploring Various Use Cases of Milvus

Exploring Various Use Cases of Milvus

Milvus is an open-source vector similarity search engine that supports the use of various AI models to vectorize unstructured data and provides search services for vector data. Milvus integrates widely used vector indexing libraries such as Faiss and Annoy, allowing developers to choose different indexing types for different scenarios. Using Milvus, one can develop a … Read more

How We Achieved Continuous Stable Upgrades from Milvus 2.2 to 2.2.6

How We Achieved Continuous Stable Upgrades from Milvus 2.2 to 2.2.6

Recently, Milvus released version 2.2.6, which has become increasingly stable after fixing some bugs. In fact, since upgrading to version 2.X, we have been working hard to improve and optimize, launching new features such as batch importing data from files, disk-based Approximate Nearest Neighbor (ANN) indexing algorithms, non-stop rolling upgrades, Coordinator HA (High Availability), resource … Read more