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

How can I list the name of database in milvus through laravel #7

Open
ztkg257 opened this issue Sep 12, 2024 · 3 comments
Open

How can I list the name of database in milvus through laravel #7

ztkg257 opened this issue Sep 12, 2024 · 3 comments

Comments

@ztkg257
Copy link

ztkg257 commented Sep 12, 2024

I am using this to list collections -

Milvus::collections()->list(
dbName: 'default'
);

But there is no code for listing databases.

@HelgeSverre
Copy link
Owner

Do you mean Databases, or Collections?

@ztkg257
Copy link
Author

ztkg257 commented Sep 12, 2024

Databases

@HelgeSverre
Copy link
Owner

Don't think you can actually list the databases via the rest API. only the collections.

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

2 participants