pub async fn create_collection(
__arg0: State<Arc<AppState>>,
__arg1: Json<CreateCollectionRequest>,
) -> impl IntoResponseExpand description
Create a new collection.
pub async fn create_collection(
__arg0: State<Arc<AppState>>,
__arg1: Json<CreateCollectionRequest>,
) -> impl IntoResponseCreate a new collection.