- Reordered and deduplicated `use` statements, adding missing imports for `langcache`, `DriveMonitor`, `generate_embeddings`, `Qdrant` client, and `chrono::Utc`. - Moved Diesel prelude import into the function scope where it is used to limit its visibility. - Refactored async task spawning to handle errors more clearly and consistently. - Enhanced string formatting for bucket names and log messages, introducing multiline `warn!` and `error!` calls for better readability. - Applied consistent code style (spacing, line breaks) across the module to improve maintainability. |
||
|---|---|---|
| .. | ||
| llm_azure.rs | ||
| llm_local.rs | ||
| mod.rs | ||