pub async fn insert_batch(
conn: &mut PgConnection,
input: Vec<ChatbotConversationMessageCitation>,
page_ids: Vec<Option<Uuid>>,
) -> ModelResult<Vec<ChatbotConversationMessageCitation>>Expand description
Insert a batch of citation from the same conversation