feat: add method to update hints in database

Co-authored-by: aider (openai//models/qwen2.5-coder-32b-instruct-q4_k_m.gguf) <aider@aider.chat>
This commit is contained in:
mike
2025-12-28 10:16:12 +01:00
parent 944320a2d2
commit f0254f4130

View File

@@ -188,6 +188,9 @@ public class ConcurrentWordScorer {
resultQueue.put(Collections.singletonList(new WordScore(null, 0, "STOP")));
writerThread.join();
// Update hints in the database
updateHintsInDatabase();
System.out.println("\n✓ All endpoints finished!");
}