-
**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…
-
final MilvusServiceClient milvusClient = new MilvusServiceClient(
ConnectParam.newBuilder()
.withHost("***.***.***.***")
.withPort(19…
-
您好,当我尝试对bm25算法进行测试时发现CustomBM25Retriever好像用的是Elasticsearch,而不是Milvus,请问是代码没有更新,还是我需要安装Elasticsearch?
-
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
…
-
### 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…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Environment
```markdown
- Milvus version: 2.2.9
- Deployment mode(standalone or cluster):
- MQ type(r…
-
### 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…
-
### 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…
-
### 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…
-
**Describe the feature:**
1. Would like to create collection, store vectors, search, query and delete embeddings on Milvus-Lite (Embedded Vector Store like pymilvus).
For Example using Python:
…