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

Add a suffix to collection names for dimensions/record count #404

Open
ek-nyc opened this issue Nov 11, 2024 · 1 comment
Open

Add a suffix to collection names for dimensions/record count #404

ek-nyc opened this issue Nov 11, 2024 · 1 comment

Comments

@ek-nyc
Copy link

ek-nyc commented Nov 11, 2024

I'd like to load multiple sets of data at the same time into the same cluster. Right now, the data loader seems to be loading into ZillizCloudVectorDBBench by default. It should be something like ZillizCloudVectorDBBench-768-100m. If you can make the collection names shorter that would be even better.

@alwayslove2013
Copy link
Collaborator

@ek-nyc Yes.

Right now, the data loader seems to be loading into ZillizCloudVectorDBBench by default.

collection_name: str = "VectorDBBenchCollection",

We do this to ensure that "the same database can test different cases and datasets." Each time we conduct a test, we remove the data from previous tests from the workspace, ensuring that there is sufficient memory and disk space for the database to achieve optimal performance.

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