MarginaliaSearch/code/services-core/assistant-service
Viktor Lofgren 9f47ce8d15 (chore) Remove lombok
There are likely some instances of delombok gore with this commit.
2024-11-11 21:14:38 +01:00
..
java/nu/marginalia/assistant (chore) Remove lombok 2024-11-11 21:14:38 +01:00
build.gradle Add a new function 'Live Capture' for on-demand screenshot capture 2024-09-27 13:46:34 +02:00
readme.md (docs) Update docs 2024-02-28 12:25:19 +01:00

Assistant Service

The assistant service helps the search service by offering various peripheral functionality, such as spelling correction.

The assistant service exposes the functions/domain-info subsystem, which is responsible for knowledge about domains; and the functions/math subsystem, which is responsible for evaluating mathematical operations, spelling correction, and other peripheral functionality.

Central Classes

  • AssistantService handles REST requests and delegates to the appropriate handling classes.