- website_crawler_service: use QdrantConfig::from_config instead of default - local_file_monitor: use QdrantConfig::from_config with DbPool - kb_indexer: KbFolderMonitor now uses SecretsManager for Qdrant config This fixes the issue where Qdrant URL was hardcoded to localhost:6333 instead of reading from Vault (gbo/vectordb). |
||
|---|---|---|
| .. | ||
| document_processor.rs | ||
| embedding_generator.rs | ||
| kb_indexer.rs | ||
| mod.rs | ||
| permissions.rs | ||
| web_crawler.rs | ||
| website_crawler_service.rs | ||