rodriguez
  • Joined on 2025-03-25
rodriguez pushed to main at GeneralBots/generalbots 2026-04-12 14:46:43 +00:00
504e6e12ad Enable directory feature in default build
rodriguez pushed to main at GeneralBots/gb 2026-04-12 13:28:40 +00:00
3b09fce82b chore: update submodules (embedding server readiness fix)
rodriguez pushed to main at GeneralBots/generalbots 2026-04-12 13:27:41 +00:00
180bab0358 fix: mark embedding server ready when already running
rodriguez pushed to main at GeneralBots/gb 2026-04-12 13:00:23 +00:00
75650df065 Update botserver: small change to force rebuild
rodriguez pushed to main at GeneralBots/generalbots 2026-04-12 12:59:56 +00:00
694fb91efe Add comment about batch_size reduction for llama-server stability
rodriguez pushed to main at GeneralBots/gb 2026-04-12 12:56:43 +00:00
2519294add Force CI rebuild
rodriguez pushed to main at GeneralBots/gb 2026-04-12 12:44:08 +00:00
553b7b9e21 Update botserver: add KB fail state migration
rodriguez pushed to main at GeneralBots/generalbots 2026-04-12 12:43:55 +00:00
d3673e1f34 Add KB fail state migration: fail_count and last_failed_at columns
rodriguez pushed to main at GeneralBots/gb 2026-04-12 12:37:01 +00:00
7366541614 Update botserver: add fail_count/last_failed_at to kb_documents
rodriguez pushed to main at GeneralBots/generalbots 2026-04-12 12:36:48 +00:00
73f1898b62 Add fail_count and last_failed_at to kb_documents
rodriguez pushed to main at GeneralBots/gb 2026-04-12 12:20:43 +00:00
3a03a7dc5a Update botserver: add smart sleep based on fail_count
rodriguez pushed to main at GeneralBots/generalbots 2026-04-12 12:20:31 +00:00
256d55fc93 Add smart sleep based on fail_count to prevent excessive monitoring cycles
rodriguez pushed to main at GeneralBots/gb 2026-04-12 12:16:03 +00:00
254901bf4a Update botserver submodule: fix backoff per KB folder
rodriguez pushed to main at GeneralBots/generalbots 2026-04-12 12:15:44 +00:00
789789e313 Fix backoff logic to be per KB folder instead of global
rodriguez pushed to main at GeneralBots/gb 2026-04-12 12:14:02 +00:00
cf69c01feb Update botserver submodule: add KB indexing backoff logic
rodriguez pushed to main at GeneralBots/generalbots 2026-04-12 12:13:47 +00:00
ee273256fb Add backoff logic to KB indexing to prevent excessive retries
rodriguez pushed to main at GeneralBots/gb 2026-04-12 11:22:08 +00:00
0c5b20ce61 Update botserver submodule: reduce embedding batch_size to 2
rodriguez pushed to main at GeneralBots/generalbots 2026-04-12 11:21:53 +00:00
cd0e049e81 Reduce embedding batch_size from 16 to 2 to prevent llama-server crash
rodriguez pushed to main at GeneralBots/generalbots 2026-04-12 10:47:38 +00:00
f48fa6d5f0 Add fail_count/last_failed_at to FileState for indexing retries
rodriguez pushed to main at GeneralBots/gb 2026-04-12 10:47:25 +00:00
db6f2610ee Update botserver submodule