Representation of int8 and int16 scalar fields in schemapb
Looking at the Proto definitions in schema.proto
, I see the following types are allowed for scalar fields:
Representation of int8 and int16 scalar fields in schemapb
Looking at the Proto definitions in schema.proto
, I see the following types are allowed for scalar fields:
In version 2.4.0, there are occasional inconsistencies in query results
After building the vector library in version 2.4.0, we sliced the data and then performed queries later on. We found that querying the same issue sometimes yields different results, and occasionally, the results are not the expected answers. How should we troubleshoot this situation? The collection is standalone, and no operations were performed on it.
How Milvus work when search with expr and vector?
When I perform a search with expr and vector, what does Milvus filter first? by expr first, or vector?
Cannot get prefix search to work on a scalar text field
I cannot get prefix search to work on a scalar field. I can however get infix search to work which suggests that my field is not properly tokenized.
How to delete data on disk immediately after drop table on Attu?
Are there any settings on how to delete data on disk immediately after drop table on Attu?
Using RAM from multiple nodes in cluster
I have with 10 million embeddings which are 1536 dims long. I’m fairly confident this means I need less than 128 GB of memory. I’m running Milvus using EKS on AWS and have 2 m6i.4xlarge machines which have 64 GB of memory each, meaning I should have plenty of memory.