-
**描述**
在Milvus SDK v2.4.x (Java)中,当表达式针对id进行筛选时,无论数据有没有被真实删除,都返回被删除条数为1。例如:试图删除id为1111的数据,但该数据在milvus数据库中不存在,删除操作也返回了被删除条数为1.
**重现步骤**
```
ConnectParam.Builder builder = ConnectParam.newBuilder(…
-
您好,当我尝试对bm25算法进行测试时发现CustomBM25Retriever好像用的是Elasticsearch,而不是Milvus,请问是代码没有更新,还是我需要安装Elasticsearch?
-
**Describe the bug**
```
Kubernetes: v1.30.4-eks-a737599
KubeBlocks: 1.0.0-beta.1
kbcli: 1.0.0-alpha.1
```
**To Reproduce**
Steps to reproduce the behavior:
1. some addons are installed succ…
-
I wanted to install milvus for various reasons as a dependent chart e.g.
```
milvus/
milvus/Chart.yaml
milvus/values.yaml
```
where: `Chart.yaml`
```yaml
apiVersion: v2
name: milvus
…
-
### Current Behavior
When milvus-backup is installed, run. /milvus-backup server to start the service. Then run the. /milvus-backup check command. An error is detected:
0.4.24 (Built on 2024-09-20T0…
-
final MilvusServiceClient milvusClient = new MilvusServiceClient(
ConnectParam.newBuilder()
.withHost("***.***.***.***")
.withPort(19…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Environment
```markdown
- Milvus version:2.2.12
- Deployment mode(standalone or cluster):standalone
- MQ typ…
-
### Search before asking
- [X] I had searched in the [issues](https://github.com/eosphoros-ai/DB-GPT/issues?q=is%3Aissue) and found no similar issues.
### Operating system information
Linux
### P…
-
### Current Behavior
When I run milvus-backup command on k8s pod, the target milvus address is wrong.
in backup.yaml:
milvus:
address: milvus
port: 19530
authorizationEnabled: fals…
-
i follow the link **[](https://pypi.org/project/milvus/)**
and install milvus-lite
but i found that the newest milvus version is only 2.3.x
and I wonder how to use milvus-server for v2.4.x
…