When i run the create command
curl "
http://localhost:8108/collections/companies/documents/import?action=create" \ -H "X-TYPESENSE-API-KEY: ${TYPESENSE_API_KEY}" \ -H "Content-Type: text/plain" \ -X POST \ -d '{"id": "124","company_name": "Stark Industries","attributevalue": "0.06498,"country": "USA"} {"id": "125","company_name": "Acme Corp","num_employees": 2133,"country": "CA"}'
The data is added and the value contains float values ,