summaryrefslogtreecommitdiffstats
path: root/config-model/src/main/java/com
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #29824 from vespa-engine/balder/do-not-normalize-streaming...Henning Baldersheim2024-01-064-8/+10
|\
| * No normalization should take place for streaming search. This is handled symm...Henning Baldersheim2024-01-054-8/+10
* | Deduplicate logic for determining implicit tokenizer model idBjørn Christian Seime2024-01-054-32/+16
* | Tag provided models with type to catch misconfigurationBjørn Christian Seime2024-01-057-54/+92
|/
* Fix testjonmv2024-01-051-5/+6
* Use Context.illegal to report illegal configurationjonmv2024-01-051-5/+5
* Add validator detecting applications that will fail on BouncyCastle v1.77Bjørn Christian Seime2024-01-052-0/+57
* Revert "Revert "Jonmv/refactor validation" MERGEOK"Jon Marius Venstad2024-01-0546-627/+576
* Revert "Jonmv/refactor validation"Henning Baldersheim2024-01-0446-576/+627
* Merge pull request #29797 from vespa-engine/jonmv/refactor-validationJon Bratseth2024-01-0446-627/+576
|\
| * Let global document change validator trigger service restarts in hosted Vespajonmv2024-01-041-7/+7
| * Enable application type validatorjonmv2024-01-041-2/+2
| * Move cert validator last, as it is a transient system errorjonmv2024-01-041-1/+1
| * Refactor validation to report most errors at oncejonmv2024-01-0446-625/+574
* | Merge pull request #29667 from vespa-engine/jobergum/splade-embedderJo Kristian Bergum2024-01-042-0/+71
|\ \
| * | Allow mapped 1d tensor for embed expressionsJo Kristian Bergum2023-12-171-4/+0
| * | fix import collapseJo Kristian Bergum2023-12-151-1/+6
| * | Add a splade embedder implementationJo Kristian Bergum2023-12-152-5/+75
* | | Enable setting max-occurrences in field match.Tor Egge2024-01-044-6/+18
* | | Supply cluster id to OnnxModelCostHarald Musum2024-01-031-1/+2
| |/ |/|
* | GC unused methodHenning Baldersheim2024-01-031-1/+0
* | Merge branch 'master' into jonmv/reapply-keep-config-changes-in-devJon Marius Venstad2024-01-021-0/+1
|\ \
| * | Add ModelInfo constructor with non-optional OnnxModelOptionsHarald Musum2024-01-021-0/+1
* | | Catch change exceptions, as well as keeping change actionsjonmv2024-01-021-60/+57
* | | Revert "Merge pull request #29730 from vespa-engine/revert-29692-jonmv/keep-c...jonmv2024-01-024-51/+94
|/ /
* | Revert "Jonmv/keep config change actions in dev"Harald Musum2023-12-214-94/+51
* | GC complete feature flags.Henning Baldersheim2023-12-211-15/+0
* | Cosmetic changes to log messageHarald Musum2023-12-201-8/+12
* | Store onnx model info after deciding if we need to restart on deployHarald Musum2023-12-191-0/+1
* | Merge pull request #29705 from vespa-engine/balder/add-feature-flag-for-sorti...Henning Baldersheim2023-12-191-0/+5
|\ \
| * | Estimate => CostHenning Baldersheim2023-12-191-4/+4
| * | Wire in sort-blueprints-by-estimate feature flagHenning Baldersheim2023-12-191-0/+5
* | | Cosmetic changesHarald Musum2023-12-191-8/+13
|/ /
* | Merge pull request #29694 from vespa-engine/jonmv/more-careful-resource-parsingJon Marius Venstad2023-12-181-10/+22
|\ \
| * | Simplifyjonmv2023-12-181-2/+2
| * | More careful resource parsingjonmv2023-12-181-10/+22
* | | Move dev-validation-override to validator, and keep all failures and changesjonmv2023-12-184-51/+94
|/ /
* / Fix calculation of available memoryHarald Musum2023-12-151-1/+1
|/
* Merge pull request #29652 from vespa-engine/hmusum/dont-handle-optional-prese...Henning Baldersheim2023-12-141-4/+1
|\
| * equals() for Optional handles empty/non-empty comparison itselfHarald Musum2023-12-141-4/+1
* | fallback to parseDoubleArne Juul2023-12-141-1/+1
* | Reapply "add parsing of special strings for inf/nan cell values"Arne Juul2023-12-141-2/+14
|/
* Revert "add parsing of special strings for inf/nan cell values"Henning Baldersheim2023-12-131-14/+2
* Merge pull request #29630 from vespa-engine/balder/use-thread-bundle-for-rang...Henning Baldersheim2023-12-131-0/+5
|\
| * Control the use of thread bundles for fetch postings with a feature flagHenning Baldersheim2023-12-121-0/+5
* | Merge pull request #29515 from vespa-engine/arnej/parse-special-number-stringsArne H Juul2023-12-131-2/+14
|\ \
| * | allow JSON nullArne Juul2023-12-111-1/+1
| * | add parsing of special strings for inf/nan cell valuesArne Juul2023-12-111-2/+14
* | | Make finalHarald Musum2023-12-121-4/+2
* | | Avoid restarting if we have enough memory to handle Onnx model changesHarald Musum2023-12-123-12/+47
| |/ |/|