Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

when I deploy anythingllm with docker image, If I want to change the default vector db to milvus, how to get the minio access key and secret #3407

Open
WaterYue opened this issue Mar 6, 2025 · 0 comments

Comments

@WaterYue
Copy link

WaterYue commented Mar 6, 2025

Hi @timothycarambat ,

Sorry the case closed, but when I deploy anythingllm with docker image, If I want to change the default vector db to milvus, how to get the minio access key and secret, because start milvus need that, but minio service already integrate into anythingllm, and I cannot login with minioamdin/minioadmin. when I login, on http://localhost:9001, it always throw invaild login. and there is another auth mode "Use STS", but how can I get the STS token ?

old case : #3391

This sounds like an issue with how you are setting things up, not with AnythingLLM directly. For milvus you should have a container running. Then you should have a container for AnythingLLM. These two containers should not be the same container.

AnythingLLM connects to milvus via ENVs (which are set in the .env)

# VECTOR_DB="milvus"
# MILVUS_ADDRESS="http://localhost:19530"
# MILVUS_USERNAME=minioadmin
# MILVUS_PASSWORD=minioadmin

since you are connecting between container localhost does not work. You need to use host.docker.internal.

Originally posted by @timothycarambat in #3391

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant