generalbots/botserver/src/llm
Rodrigo Rodriguez 749b340cec Fix #498: XLSX and XLS files must be correctly indexed
- Changed extract_xlsx_text() to use open_workbook() instead of open_workbook_from_rs()
- Changed extract_xls_text() to use open_workbook() instead of open_workbook_from_rs()
- The calamine 0.26 API uses open_workbook(path) for direct file access
- This matches the pattern used in import_export.rs and vectordb.rs
- Updated AGENTS.md to clarify bots are stored as MinIO buckets
- Added test start.bas with USE KB "sheetlib" for testing KB injection

Root cause: open_workbook_from_rs() is not the correct API for calamine 0.26
Impact: XLSX and XLS files in .gbkb folders were failing to index into vector DB
Fix: Use standard open_workbook() API that accepts file path directly
2026-04-29 20:38:52 -03:00
..
context feat: Major workspace reorganization and documentation update 2026-04-19 08:14:25 -03:00
llm_models feat: Major workspace reorganization and documentation update 2026-04-19 08:14:25 -03:00
prompt_manager feat: Major workspace reorganization and documentation update 2026-04-19 08:14:25 -03:00
bedrock.rs feat: Major workspace reorganization and documentation update 2026-04-19 08:14:25 -03:00
cache.rs refactor: Remove ooxmlsdk from default build, split document_processor, fix DriveMonitor sync 2026-04-21 14:54:41 +00:00
cache_test.rs feat: Major workspace reorganization and documentation update 2026-04-19 08:14:25 -03:00
claude.rs feat: Major workspace reorganization and documentation update 2026-04-19 08:14:25 -03:00
episodic_memory.rs refactor: Remove ooxmlsdk from default build, split document_processor, fix DriveMonitor sync 2026-04-21 14:54:41 +00:00
glm.rs feat: Major workspace reorganization and documentation update 2026-04-19 08:14:25 -03:00
hallucination_detector.rs feat: Major workspace reorganization and documentation update 2026-04-19 08:14:25 -03:00
kimi.rs feat: Major workspace reorganization and documentation update 2026-04-19 08:14:25 -03:00
llm.md feat: Major workspace reorganization and documentation update 2026-04-19 08:14:25 -03:00
local.rs Fix #498: XLSX and XLS files must be correctly indexed 2026-04-29 20:38:52 -03:00
mod.rs feat: Major workspace reorganization and documentation update 2026-04-19 08:14:25 -03:00
observability.rs feat: Major workspace reorganization and documentation update 2026-04-19 08:14:25 -03:00
rate_limiter.rs feat: Major workspace reorganization and documentation update 2026-04-19 08:14:25 -03:00
smart_router.rs refactor: Remove ooxmlsdk from default build, split document_processor, fix DriveMonitor sync 2026-04-21 14:54:41 +00:00
vertex.rs feat: Major workspace reorganization and documentation update 2026-04-19 08:14:25 -03:00