aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private/TextProcessing/Db
Commit message (Collapse)AuthorAgeFilesLines
* chore(deps): Update nextcloud/coding-standard to v1.3.1provokateurin2024-09-191-1/+1
| | | | Signed-off-by: provokateurin <kate@provokateurin.de>
* chore: Add SPDX headerAndy Scherzinger2024-05-242-36/+4
| | | | Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
* enh(TextProcessing): Add IProvider2Marcel Klehr2023-11-031-2/+8
| | | | | | | - allow providers to obtain current task's userId - allow providers to expose average task runtime Signed-off-by: Marcel Klehr <mklehr@gmx.net>
* change sql where order to match index orderJulien Veyssier2023-08-071-2/+2
| | | | Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
* allow anon text processing schedulingJulien Veyssier2023-08-072-4/+25
| | | | | | | | | add a textprocessing_tasks index convert anotations to method attributes refactor TP manager add mapper methods Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
* start implementing ocs endpoint to get task list from user+appId+identifierJulien Veyssier2023-08-071-0/+19
| | | | Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
* Migration: Drop llm_tasks table and add textprocessing_tasksMarcel Klehr2023-08-021-1/+1
| | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net>
* Fix tests: Adjust constructor signatureMarcel Klehr2023-07-191-1/+1
| | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net>
* Remove Task::factory methodMarcel Klehr2023-07-191-1/+1
| | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net>
* Massive refactoring: Turn LanguageModel OCP API into TextProcessing APIMarcel Klehr2023-07-142-0/+190
Signed-off-by: Marcel Klehr <mklehr@gmx.net>