pub async fn create_collection(
    collection_name: &str,
    params: &CollectionCreateParams
) -> Result<(), String>
Expand description

Create new collection with given parameters