Sharath TS
Sharath TS
I am not sure if this is bug or a currently requires us to specify column positional integer as column name (string) currently not supported?
I realize the issue in the above code in defining the "initial_types" which is obviously changed after converting to dataframe. with `initial_types=[("subject", StringTensorType([None, 1])), ("body", StringTensorType([None, 1]))],` the code works...
Ah, I see the 'note' section in https://onnx.ai/sklearn-onnx/api_summary.html which exactly mentions the same
+1 I can confirm the same issue for "dim" parameter here is the dict:  and here is the converted FieldSchema using the FieldSchema.convert_from_dict():  this is with `pymilvus==2.4.3`