Milvus documentation for bulk_import is sparse. The csv file has to be of the following specs, which I found out by reverse engineering -- first use attu to generate some sample data, then do a query and save the file.
comma delimited, but absolutely no spaces anywhere
the vector must be a string with double quotation marks
Milvus documentation for
bulk_import
is sparse. Thecsv
file has to be of the following specs, which I found out by reverse engineering -- first useattu
to generate some sample data, then do a query and save the file.Then you can upload a file like this via the
attu
interface. Need to confirm this can be uploaded using thebulk_import()
function.