botserver/src/vector-db
Rodrigo Rodriguez (Pragmatismo) 6f183c63d2
Some checks failed
BotServer CI/CD / build (push) Has been cancelled
feat: dual-mode service configs - Vault first, fallback to DB/localhost
All services now try Vault first (remote/distributed mode), then fall back
to database config, then localhost defaults (local/dev mode).

Services fixed:
- Qdrant/VectorDB: kb_indexer.rs, kb_statistics.rs, bootstrap_utils.rs, kb_context.rs
- LLM/Embedding: email/vectordb.rs (was hardcoded localhost:8082)
- All services: security/integration.rs (postgres, cache, drive, directory, qdrant, llm)

Pattern: SecretsManager::get_X_config_sync() → DB config → localhost default
2026-04-03 15:01:37 -03:00
..
bm25_config.rs Refactor: Split large files into modular subdirectories 2026-02-12 21:09:30 +00:00
embedding.rs Update: refactor migrations, update source files, and add new features 2026-02-04 13:29:29 -03:00
hybrid_search.rs Refactor: Split large files into modular subdirectories 2026-02-12 21:09:30 +00:00
mod.rs Fix build errors and unused imports in core, security and package_manager modules 2026-01-24 22:04:47 -03:00
vectordb_indexer.rs feat: dual-mode service configs - Vault first, fallback to DB/localhost 2026-04-03 15:01:37 -03:00