aboutsummaryrefslogtreecommitdiffstats
path: root/config-model/src/main
Commit message (Collapse)AuthorAgeFilesLines
...
* Merge pull request #26281 from vespa-engine/bratseth/application_generationJon Bratseth2023-03-022-1/+3
|\ | | | | Define application_generation in containermetrics and add to the vesp…
| * Define application_generation in containermetrics and add to the vespa setJon Bratseth2023-03-022-1/+3
| |
* | Merge pull request #26270 from vespa-engine/arnej/ranking-expression-wrappingJon Bratseth2023-03-023-7/+8
|\ \ | | | | | | Arnej/ranking expression wrapping
| * | use common utility and constantArne Juul2023-03-023-7/+8
| |/
* | Merge pull request #26277 from vespa-engine/balder/compute-maxflushedHenning Baldersheim2023-03-021-0/+10
|\ \ | | | | | | Compute index.maxflushed based on concurrency
| * | Compute index.maxflushed based on concurrencyHenning Baldersheim2023-03-021-0/+10
| |/
* | Merge pull request #26278 from vespa-engine/bjorncs/fixBjørn Christian Seime2023-03-021-10/+10
|\ \ | | | | | | Reindent code and ensure global-phase is enabled for indexed clusters
| * | Reindent code and ensure global-phase is enabled for indexed clustersBjørn Christian Seime2023-03-021-10/+10
| |/
* / If there is a lot of memory, allow mor eflush threads.Henning Baldersheim2023-03-021-1/+3
|/
* Merge pull request #26251 from vespa-engine/hmusum/config-model-cleanup-5Harald Musum2023-03-013-45/+0
|\ | | | | Hmusum/config model cleanup 5
| * GC unused classHarald Musum2023-03-012-42/+0
| |
| * GC unused system propertyHarald Musum2023-02-281-3/+0
| |
* | Merge pull request #26246 from vespa-engine/bratseth/cluster-infoValerij Fredriksen2023-03-019-48/+84
|\ \ | | | | | | Pass ClusterInfo
| * | Pass ClusterInfoJon Bratseth2023-03-019-48/+84
| | |
* | | Merge pull request #26226 from vespa-engine/hmusum/config-model-cleanup-4Henning Baldersheim2023-03-012-7/+6
|\ \ \ | |/ / |/| | Do hostname check when adding a new host
| * | Do hostname check when adding a new hostHarald Musum2023-02-282-7/+6
| |/
* | Bundle 'container-search-and-docproc' requires ↵Bjørn Christian Seime2023-02-282-4/+11
| | | | | | | | 'model-evaluation'+'model-integration'
* | Only setup RankProfilesEvaluator components if feature flag is enabledBjørn Christian Seime2023-02-281-4/+6
| |
* | Introduce feature flag to enable global phaseBjørn Christian Seime2023-02-283-2/+7
|/
* Merge pull request #26179 from vespa-engine/arnej/add-new-components-4Arne H Juul2023-02-284-13/+66
|\ | | | | add new components for global-phase handling
| * rename factory class alsoArne Juul2023-02-281-2/+2
| |
| * rename classes after reviewArne Juul2023-02-282-6/+6
| |
| * add component modelingArne Juul2023-02-243-3/+65
| |
| * Revert "deeper processing of onnx inputs"Arne Juul2023-02-241-10/+1
| | | | | | | | This reverts commit 8d8f523c32fab2bd396f960496459eb079b03872.
* | Replace `OnnxEvaluatorCache` with OnnxRuntimeBjørn Christian Seime2023-02-271-1/+1
|/ | | | | | Require an `OnnxRuntime` instance to create `OnnxEvaluator` instances. Cache underlying `OrtSession` instead of `OnnxEvaluator`. Move static helpers for checking Onnx runtime availability from `OnnxEvaluator` to `OnnxRuntime`.
* validate onnx model input/output mappingsArne Juul2023-02-221-2/+31
|
* Merge pull request #26137 from vespa-engine/bjorncs/onnx-cacheBjørn Christian Seime2023-02-221-0/+1
|\ | | | | Bjorncs/onnx cache
| * Cache Onnx model instancesBjørn Christian Seime2023-02-221-0/+1
| | | | | | | | | | | | Manage lifecycle of OnnxEvaluator instances explicitly to allow instances to be cached without use WeakHashmap/finalizers. Inject shared Onnx model cache in ModelsEvaluator.
* | Skip name check in HostSystem for hosted nodesValerij Fredriksen2023-02-211-2/+4
|/
* Merge pull request #26083 from vespa-engine/hmusum/config-model-cleanup-3gjoranv2023-02-2020-76/+29
|\ | | | | Hmusum/config model cleanup 3
| * SimplifyHarald Musum2023-02-1613-24/+6
| |
| * Make fields finalHarald Musum2023-02-162-3/+4
| |
| * Simplify and update testsHarald Musum2023-02-161-9/+15
| |
| * Remove unused methods and argumentHarald Musum2023-02-164-40/+4
| |
* | Merge pull request #26107 from ↵Jon Bratseth2023-02-201-0/+2
|\ \ | | | | | | | | | | | | vespa-engine/arnej/metric-for-proton-config-generation add metric for current config generation
| * | add metric for current config generationArne Juul2023-02-191-0/+2
| | |
* | | Complete bcp handlingJon Bratseth2023-02-191-0/+16
| | | | | | | | | | | | | | | - Add bcp to schema validation - Read endpoints defined in bcp elements
* | | Remove flan xl models for nowLester Solbakken2023-02-181-2/+0
| | |
* | | Add model ids for generator modelsLester Solbakken2023-02-181-4/+21
| | |
* | | Add metrics tracking failed RPC and status page capability checksTor Brede Vekterli2023-02-171-0/+3
| | |
* | | Garbage collect unuset metrics.yngveaasheim2023-02-171-13/+1
|/ /
* | Merge pull request #26061 from ↵Henning Baldersheim2023-02-171-1/+4
|\ \ | | | | | | | | | | | | vespa-engine/arnej/cosmetic-verify-rank-setup-fixes cosmetic changes
| * | cosmetic changesArne Juul2023-02-161-1/+4
| | |
* | | Merge pull request #26077 from vespa-engine/bjorncs/metrics-proxy-shutdownHenning Baldersheim2023-02-173-9/+14
|\ \ \ | | | | | | | | Allow metrics-proxy to spend more time during shutdown
| * | | Allow metrics-proxy to spend more time during shutdownBjørn Christian Seime2023-02-163-9/+14
| | | |
* | | | Merge pull request #26072 from vespa-engine/arnej/reparse-onnx-inputsJon Bratseth2023-02-161-1/+10
|\ \ \ \ | |/ / / |/| | | deeper processing of onnx inputs
| * | | deeper processing of onnx inputsArne Juul2023-02-161-1/+10
| | |/ | |/|
* | | Merge pull request #26076 from vespa-engine/bjorncs/capabilitiesBjørn Christian Seime2023-02-161-3/+5
|\ \ \ | |/ / |/| | Bjorncs/capabilities
| * | Improve metric names, fix wiringBjørn Christian Seime2023-02-161-2/+2
| | |
| * | Add metrics for capability checksBjørn Christian Seime2023-02-161-3/+5
| |/