Ji Bin
Ji Bin
I have a similar requirement with #6000. In our use of Jenkins, we use the parameter to specify which env to deploy, e.g. devploy_env="prod" as Production deployment, while deploy_env="test" as...
Supporting self-signed CA is a good idea. Let's try it as a new feature. BTW: right now, you may try IN_SECURE_SKIP_VERIFY=True option in `values.yaml` for skip certificate verity.
Not very sure if this is a problem with AVX512 instructions, could you have a try with milvus==2.2.16?
If the `xxxx` here contains a non-ASCII character. it may fail, as Windows-based Milvus is not compiled with Unicode support. You could try `default_server.set_base_dir('milvus_data')` before the start.
> 没有解决这个问题 Could you provide more logs or output screenshots?
The banner already shows: __ _________ _ ____ ______ / |/ / _/ /| | / / / / / __/ / /|_/ // // /_| |/ / /_/ /\...
The etcd is started after several seconds, so we could ignore the initial connection failure with etcd. More logs should be in folder `~/.milvus.io/milvus-server/2.3.0/logs` , if possible, could share some...
> This work will be very useful for us at LangStream.ai > > [LangStream/langstream#470](https://github.com/LangStream/langstream/pull/470) > > It is not possible to write an integration test easily. > > @soulteary could...
@yuanjie-ai could provide you Python env details with `pip list`? That may help us to reproduce it locally
> hi @xiaofan-luan @junjiejiangjjj , I found out that Milvus used to have a C++ SDK https://github.com/milvus-io/milvus-sdk-cpp, but this SDK only supports Milvus 2.3.5, is Milvus 2.4.x very different from...