-
Notifications
You must be signed in to change notification settings - Fork 3k
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
[Feature]: Import data (e.g. - vectors in parquet files) into milvus standalone with local storageType #36445
Comments
/assign @bigsheeper |
Hi @liorf95 , To simplify the local import process, we recommend using our Please let us know if you need any assistance with the setup or have any questions regarding the tool. |
/assign @liorf95 |
This is exactly what I did- but the LocalBulkWriter does not work as described in bug #35530 (only RemoteBulkWriter works). |
Hi @lhotari , My apologies for the confusion earlier. I’d like to clarify the usage of the tools:
|
The documentation is a little unclear to me - RemoteBulkWriter appears to need a remote path - how do I know this remote path? Also is the default bucket "a-bucket" okay to be used or should I be making a new one - I'd prefer to keep things simple for now. Thanks for any help I have been working quite a few hours on this - very confused. Similarly if I have a sparse vector populated by BM25 function, i assume upserting will build this index, will remotebulkwrite also do this? Do I need to populate this field manually? |
Hello! Working on another project as well. Would like to import local parquet files without needing a remote connection too. |
Is there an existing issue for this?
Is your feature request related to a problem? Please describe.
Currently, it is not possible to import data (e.g. - vectors in parquet files) into Milvus standalone with local storageType and a remote minio instance is required.
Describe the solution you'd like.
Import data (e.g. - vectors in parquet files) into Milvus standalone with local storageType
Describe an alternate solution.
No response
Anything else? (Additional Context)
No response
The text was updated successfully, but these errors were encountered: