Kishore Nallan
05/25/2023, 12:43 PMcurl -k "<http://localhost:8108/collections>" -X POST -H "Content-Type: application/json" \ -H "X-TYPESENSE-API-KEY: ${TYPESENSE_API_KEY}" -d '{
"name": "docs",
"fields": [
{"name": "title", "type": "string" },
{"name": "points", "type": "int32" }
], "symbols_to_index": ["&"]
}'