Milvus failed to check blob bucket exist #31152
Replies: 19 comments 36 replies
-
it seems to be a access denied, did you by chance config your AK/SK? |
Beta Was this translation helpful? Give feedback.
-
it is configured by minio.accessKeyID and minio.secretAccessKey |
Beta Was this translation helpful? Give feedback.
-
is there a log like this? |
Beta Was this translation helpful? Give feedback.
-
check the value of use_secure |
Beta Was this translation helpful? Give feedback.
-
AwsChunkManager::AwsChunkManager(const StorageConfig& storage_config) {
} |
Beta Was this translation helpful? Give feedback.
-
Aws::Client::ClientConfiguration
} |
Beta Was this translation helpful? Give feedback.
-
if usessl is set, then you should definitely use Aws::Http::Scheme::HTTPS rather than Aws::Http::Scheme::HTT |
Beta Was this translation helpful? Give feedback.
-
@LoveEachDay anything you can run to check the config itself is correct? |
Beta Was this translation helpful? Give feedback.
-
I believe this is not a issue of Milvus itself but more like a HELM chart issue, even the golang minio chunk manager is inited as expected |
Beta Was this translation helpful? Give feedback.
-
@haorenfsa |
Beta Was this translation helpful? Give feedback.
-
Any updates? |
Beta Was this translation helpful? Give feedback.
-
Hi @mahaveer08! According to the query_node.log you provided. It shows you're using the bucket named Which I just checked, is located in ap-southeast-1. Are you sure you have the access to this bucket? or is this a mistake? |
Beta Was this translation helpful? Give feedback.
-
Deployed and connected to milvus db successfully! Thanks for the help! |
Beta Was this translation helpful? Give feedback.
-
Feedback: Need a step to create a role to attach service account so that was bit confusing at the end! |
Beta Was this translation helpful? Give feedback.
-
Hi @xiaofan-luan and @haorenfsa I have one doubt regarding inserting data to milvus: JSON
this is the json I want to embed into milvus db so how does schema works here like I don't have constant schema's for each record? In need your input on this |
Beta Was this translation helpful? Give feedback.
-
id, name, postion and embeddding is fixed schema. |
Beta Was this translation helpful? Give feedback.
-
I am trying to build lambda using pymilvus package but the size of folder is 400MB so unable to reduce the size. What are the packages does support for pymilvus so the remaining packages I can remove. |
Beta Was this translation helpful? Give feedback.
-
pymilvus should be only 1.2 MB https://test.pypi.org/project/pymilvus/#files/ Are you saying you want to deploy milvus in a lambda function? |
Beta Was this translation helpful? Give feedback.
-
Environment
Current Behavior
Having issue to connect milvus database as querynode shows below errors as I am unable establish a connection to the database:
Pod Status
Expected Behavior
No response
Steps To Reproduce
No response
Milvus Log
No response
Anything else?
No response
Beta Was this translation helpful? Give feedback.
All reactions