v1

latestOpenAPI 3.1.0Apache 2.02026-07-1783533.8 KB
Point

Insert new points into the collection

This endpoint assumes all points to be inserted are new points and does not check for duplication. It is important to ensure consistency of the database you do not insert duplicate points. If you are unsure if a point exists, you can leave the id field blank and the database will assign a new id. For cosine distance, you must normalise the vectors prior to inserting them.

post/collections/{collectionId}/points

Request body

Response

The operation was successful but you must check the failedRanges to ensure all the points were inserted. If some points were not inserted, you can retry the operation by using the failedRanges depending on the error. For example, if the failedRanges is [[0, 2]], you can retry the operation by sending the first two points again.

messagestring

A message indicating the result of the operation