6 Commits

Author SHA1 Message Date
Giulio De Pasquale
4058d5aa2f feat(llm): add docling-serve service and reverse proxy configuration 2025-08-13 10:33:36 +01:00
Giulio De Pasquale
a75b5bd2a0 chore(llm): add docling service location configuration
Add configuration for routing requests to the docling-serve service
via the "/docling" endpoint, enabling access from LAN, VPN, and WAN networks.
2025-08-07 12:50:08 +01:00
Giulio De Pasquale
c743cc1dfa refactor(modules/services/llm): rename frontend packages and update service configurations
- Renamed `uiPackage` to `package` for consistency with service naming
- Replaced `tika` service with `docling-serve` using unstable package source
- Updated service dependencies to use `pkgs.unstablePkgs.docling-serve`
- Simplified package configuration logic for frontend services
2025-07-26 12:17:49 +01:00
Giulio De Pasquale (aider)
9e8e7169d3 refactor: Use mkMerge to combine LLM module configs 2025-06-04 15:44:29 +01:00
Giulio De Pasquale
317803eb5a refactor: Restructure LLM module options and vhost creation 2025-06-04 15:44:27 +01:00
Giulio De Pasquale (aider)
51517d8914 feat: port redlib and llm services to new modules structure 2025-04-28 09:58:03 +01:00