Sharath TS

Results 4 comments of 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: ![image](https://github.com/user-attachments/assets/cb1569e3-3236-4e28-a41d-0828b687d02e) and here is the converted FieldSchema using the FieldSchema.convert_from_dict(): ![image](https://github.com/user-attachments/assets/927676c1-8ddb-4cc1-bc26-db15abcf7ec9) this is with `pymilvus==2.4.3`