Results 10 issues of Zhi

**Describe the bug:** In Advanced Filter, when select a VarChar column, use in/not in Logic, Value use ["a", "b"], the expression will add "" to Value. Ex. bot_id, VarChar in/not...

bug

### Is there an existing issue for this? - [X] I have searched the existing issues ### Environment ```markdown - Milvus version: v2.3.15 - Deployment mode(standalone or cluster): cluster -...

help wanted

``` from modelscope.outputs import OutputKeys from modelscope.pipelines import pipeline from modelscope.utils.constant import Tasks text = '待合成文本' model_id = 'damo/speech_sambert-hifigan_tts_zh-cn_16k' sambert_hifigan_tts = pipeline(task=Tasks.text_to_speech, model=model_id) output = sambert_hifigan_tts(input=text, voice='zhitian_emo') wav = output[OutputKeys.OUTPUT_WAV]...

### Is your feature request related to a problem? Please describe. _No response_ ### Describe the solution you'd like. 1. Export data to local storage. 2. Import data to the...

### Is your feature request related to a problem? Please describe. We need to use Milvus-Backup in Kubernetes (k8s) cluster. ### Describe the solution you'd like. _No response_ ### Describe...

operator version: 0.8.6 and 1.0.2 can't update pulsar bookie. ``` 2024-08-18T11:21:22.813Z INFO controller.helm error updating the resource "snrobots-pulsar-bookie": cannot patch "snrobots-pulsar-bookie" with kind StatefulSet: StatefulSet.apps "snrobots-pulsar-bookie" is invalid: spec: Forbidden:...

Follow the offical doc: https://milvus.io/docs/upgrade_milvus_cluster-operator.md to upgrade my milvus cluster. copy the yaml to apply. ``` apiVersion: milvus.io/v1beta1 kind: Milvus metadata: name: my-release spec: components: enableRollingUpdate: true imageUpdateMode: rollingUpgrade #...

documentation

# Checklist: > [!IMPORTANT] > Please review the checklist below before submitting your pull request. - [x] Please open an issue before creating a PR or link to an existing...

🐞 bug
size:XS

### Self Checks - [X] I have searched for existing issues [search for existing issues](https://github.com/langgenius/dify/issues), including closed ones. - [X] I confirm that I am using English to submit this...

💪 enhancement

How should I handle the following error when starting the Milvus cluster? ``` 02:24:07.109 [main-EventThread] INFO org.apache.bookkeeper.zookeeper.ZooKeeperWatcherBase - ZooKeeper client is connected now. 02:24:07.143 [main] ERROR org.apache.bookkeeper.discover.ZKRegistrationManager - BookKeeper metadata...