CatgirlIntelligenceAgency/code/services-core/assistant-service/readme.md

7 lines
319 B
Markdown
Raw Normal View History

2023-03-04 14:08:49 +01:00
# Assistant Service
The assistant service helps the search service by offering various peripheral functionality, such as spelling correction.
## Central Classes
* [AssistantService](src/main/java/nu/marginalia/assistant/AssistantService.java) handles REST requests and delegates to the appropriate handling classes.