MarginaliaSearch/code/services-core/assistant-service
2024-07-31 10:39:50 +02:00
..
java/nu/marginalia/assistant (*) Fix boot orchestration for the services 2024-05-01 12:39:48 +02:00
build.gradle (build) Upgrade jib to 3.4.3 2024-07-31 10:39:50 +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.