Qdrant Create a new object.
Create a new object. Meta-data and schema values are validated. **Note: Use `/batch` for importing many objects**: If you plan on importing a large number of objects, it's much more efficient to use the `/batch` endpoint. Otherwise, sending multiple single requests sequentially would incur a large performance penalty. **Note: idempotence of `/objects`**: POST /objects will fail if an id is provided which already exists in the class. To update an existin...