-
Notifications
You must be signed in to change notification settings - Fork 30
Support num_partitions to decide no of partition other then default #51
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
Conversation
@rgupta2508 it seems some small lint issues |
Resolved |
@rgupta2508 seems still having lint issue |
I think there is something missing in this library build or milvus field reference, it is saying langchain_milvus/vectorstores/milvus.py:663: error: "Milvus" has no attribute "num_partitions" [attr-defined] |
@rgupta2508 maybe you missed the |
btw, why its type is |
@zc277584121 if we will enable partition key , it will create 64 partition by default for that column, i want to to control number of partition by this parameter. |
i guess the lint issue is that you forgot to assign |
@rgupta2508 Just a reminder, you can run lint and test follow the contribution guide in your local enviroment to check before commit PR |
Ok Thanks, |
@zc277584121 can you please review this, |
/lgtm |
Give an option to select no of partition while creating collection.