|
All checks were successful
BotServer CI/CD / build (push) Successful in 3m23s
- Bug 1: check_gbkb_changes now preserves indexed=true from previous state when etag matches, preventing redundant re-indexing every cycle - Bug 2: USE KB fallback uses bot_id_short (8 chars) instead of random UUID, matching the collection name convention used by DriveMonitor - Bug 3: handle_gbkb_change now upserts into kb_collections table after successful indexing, so USE KB can find the collection at runtime - Changed ON CONFLICT DO NOTHING to DO UPDATE for kb_collections inserts - Changed process_gbkb_folder return type to Result<IndexingResult> |
||
|---|---|---|
| .. | ||
| drive_monitor | ||
| document_processing.rs | ||
| drive_handlers.rs | ||
| drive_types.rs | ||
| local_file_monitor.rs | ||
| mod.rs | ||
| vectordb.rs | ||