pub async fn upsert_points(
    collection_name: &str,
    points: Vec<Point>
) -> Result<(), String>
Expand description

Perform insert + updates on points. If point with given ID already exists - it will be overwritten.