{ "opencollection": "1.0.0", "info": { "name": "Typesense Analytics Analytics Events Vector Collections API", "version": "30.1" }, "request": { "auth": { "type": "apikey", "key": "X-TYPESENSE-API-KEY", "value": "{{X-TYPESENSE-API-KEY}}", "placement": "header" } }, "items": [ { "info": { "name": "Vector Collections", "type": "folder" }, "items": [ { "info": { "name": "Create A Collection With Vector Fields", "type": "http" }, "http": { "method": "POST", "url": "{protocol}://{hostname}:{port}/collections", "body": { "type": "json", "data": "{}" } }, "docs": "Creates a collection that includes vector embedding fields for semantic search. Vector fields are defined with a type of float[] and a num_dim property specifying the number of dimensions. The embed property can be used to configure automatic embedding generation from source fields using built-in models or external APIs like OpenAI." } ] } ], "bundled": true }