pub fn process_url(
input: Json<InputData>,
data: Data<AppState>,
) -> impl Future<Output = Result<HttpResponse, Error>> + PathItemDefinitionExpand description
Process a URL and return processed content
This function fetches content from a URL, chunks it, and generates embeddings.