yahoojapan / NGT

Nearest Neighbor Search with Neighborhood Graph and Tree for High-dimensional Data
Apache License 2.0
1.25k stars 114 forks source link

I use the following s3 protocol API environment variables to start the Milvus service, is it correct? #169

Open a28124791 opened 1 week ago

a28124791 commented 1 week ago

I use the following s3 protocol API environment variables to start the Milvus service, is it correct? 我使用下面的s3协议接口环境变量启动Milvus服务,是否正确? docker run -d -it \ --name milvus_datacoord-up1 \ -p 13333:13333 \ -e "ETCD_ENDPOINTS=192.168.95.200:12379" \ -e "ETCD_ROOTPATH=gbotby" \ -e "ETCD_METASUBPATH=meta" \ -e "ETCD_KVSUBPATH=kv" \ -e "AWS_ACCESS_KEY_ID=werwerwer3rwrwrw" \ -e "AWS_SECRET_ACCESS_KEY=ererer3erererererr" \ -e "S3_BUCKET_NAME=wordcount" \ -e "S3_ENDPOINT_URL=http://192.168.195.20:9878" \ -e "PULSAR_ADDRESS=pulsar://192.168.95.200:6650" \ -e "DATA_COORD_ADDRESS=192.168.95.200:13333" \ -e "DATA_COORD_ENABLE_ACTIVE_STANDBY=true" \ milvusdb/milvus milvus run datacoord

masajiro commented 2 days ago

Is it possible that you submitted this issue to the wrong repository?