Milvus Services Failing to Start Due to Missing Permissions in public/default Namespace
I am encountering issues starting the Milvus services (rootcoord
, datacoord
, querycoord
, indexcoord
). The services continuously restart with errors indicating that permissions for the public/default
namespace are denied. Below are the details:
Why does Milvus log “failed to load some segments” with “not supported” error?
I encountered an issue where Milvus repeatedly logs errors about failing to load segments. The logs indicate that the server keeps trying to load segments but fails with the error not supported at /workspace/source/internal/core/src/storage/DataCodec.cpp:98
.
Milvus Standalone On Docker is constantly Crashing
I am getting errors like “too busy disk” and Milvus is crashing every few minutes.
How to efficiently get top K results with a filtering condition involving lots of OR?
I am trying to use milvus for image similarity search involving 100 million+ embeddings. We have a different column-oriented distributed db table outside of milvus to annotate hundreds of metas for a given image like latitude, longitude, # of pedestrians, etc.
An error “Invalid expr” occurred in Advanced Filtering on Array Fields in Milvus Lite
I am using pymilvus version: 2.4.4
Slow insert and bulk_insert seems to fail on milvus standalone
We have a milvus collection of about 351M rows on databricks. We are hosting our data on a single ec2 instance standalone milvus container (r5.8xlarge). Our collection has 380 partitions and only have an index on our sparse float vector column.
error in langchain search: “out of range in json: ef(10) should be larger than k(20)” **only after running for some time/overnight**
We’ve been using Langchain and Milvus for a chatbot project and it has been running fine. Recently we noticed that if Milvus is left overnight with a 2009 item collection, the queries fail with “failed to search: out of range in json: ef(10) should be larger than k(20))”.
Searching in a subset of records seems not working
we are planning to do some 2 step ANN search with 2 kinds of embeddings; word embedding, multimodal embedding.
The scenario is described as the following image.
Error occurred when compiling Knowhere independently and then integrating it into the vector database
This is the original directory:
Having issue migrating Milvus data from ver 2.x to another machine
I am looking for an option to export milvus data in ver 2.4 (sort of backup), and then migrate it to another machine. According to the doc, there is such option for migrating from ver 1,x.
Is it possible to perform milvus-migration export from ver 2.4?