botserver/src/core
Rodrigo Rodriguez (Pragmatismo) cd0e049e81
All checks were successful
BotServer CI/CD / build (push) Successful in 2m3s
Reduce embedding batch_size from 16 to 2 to prevent llama-server crash
The bge-small-en-v1.5-f32.gguf model has n_ctx_train=512. With batch_size=16
and ~300+ tokens per chunk, total tokens exceed 512 causing GGML_ASSERT crash.

Now with batch_size=2, embeddings are processed safely.
2026-04-12 08:21:39 -03:00
..
automation chore: update submodules 2026-03-10 19:39:31 -03:00
bootstrap Fix Zitadel health check and add ss command to allowed commands 2026-04-11 07:49:11 -03:00
bot fix: use get_work_path() instead of get_stack_path()+data/system for work dir, add etag check for PROMPT.md downloads 2026-04-11 18:42:09 -03:00
config Fix KB indexing: single file streaming, dedup tracking, .ast cache 2026-04-11 13:10:09 -03:00
directory Update botserver: Multiple improvements across core modules 2026-04-11 07:33:32 -03:00
dns refactor: Replace all hardcoded ./botserver-stack paths with get_stack_path()/get_work_path() 2026-04-04 09:24:44 -03:00
incus Fix migration errors and reorganize migration files 2026-01-27 13:45:54 -03:00
kb Reduce embedding batch_size from 16 to 2 to prevent llama-server crash 2026-04-12 08:21:39 -03:00
oauth Update botserver: Multiple improvements across core modules 2026-04-11 07:33:32 -03:00
package_manager fix: critical bugs - LLM context truncation, bot creation, S3 endpoint, vectordb seed 2026-04-11 17:56:03 -03:00
secrets Update botserver: Multiple improvements across core modules 2026-04-11 07:33:32 -03:00
session Update botserver: various fixes and improvements 2026-04-07 13:33:50 -03:00
shared fix: work path uses production /opt/gbo when env exists or path exists; mark .bas files indexed=true after compilation 2026-04-11 20:16:22 -03:00
bot_database.rs fix: Auto-create bot database when not configured 2026-02-15 14:57:22 +00:00
config_reload.rs Update botserver: Multiple improvements across core modules 2026-04-11 07:33:32 -03:00
core.md Fix tenant-org-bot relationship and CRM lead form 2026-03-12 18:19:18 -03:00
features.rs Fix build errors and unused imports in core, security and package_manager modules 2026-01-24 22:04:47 -03:00
i18n.rs Debug: Add logging for missing translation keys 2026-02-14 12:25:46 +00:00
large_org_optimizer.rs Fix build errors and unused imports in core, security and package_manager modules 2026-01-24 22:04:47 -03:00
manifest.rs Update PROMPT.md and feature gating 2026-01-22 20:24:05 -03:00
middleware.rs Enforce Vault-only secrets: remove env var fallbacks, all secrets from Vault 2026-04-03 07:11:40 -03:00
mod.rs Update: refactor migrations, update source files, and add new features 2026-02-04 13:29:29 -03:00
organization.rs Refactor: Split large files into modular subdirectories 2026-02-12 21:09:30 +00:00
organization_invitations.rs Refactor: Split large files into modular subdirectories 2026-02-12 21:09:30 +00:00
organization_rbac.rs Fix build errors and unused imports in core, security and package_manager modules 2026-01-24 22:04:47 -03:00
performance.rs feat: Add JWT secret rotation and health verification 2026-02-19 19:42:41 +00:00
product.rs Fix tenant-org-bot relationship and CRM lead form 2026-03-12 18:19:18 -03:00
rate_limit.rs Enforce Vault-only secrets: remove env var fallbacks, all secrets from Vault 2026-04-03 07:11:40 -03:00
urls.rs Update botserver: Multiple improvements across core modules 2026-04-11 07:33:32 -03:00