aboutsummaryrefslogtreecommitdiffstats
path: root/config-model/src/main
Commit message (Collapse)AuthorAgeFilesLines
...
| * | Merge branch 'master' into hmusum/add-feature-flag-3Harald Musum2023-09-254-19/+124
| |\ \
| * | | Add feature flag to control how we handle user config for unknown config ↵Harald Musum2023-09-252-5/+13
| | | | | | | | | | | | | | | | definitions
* | | | Merge pull request #28656 from vespa-engine/hmusum/fix-onnx-model-costHarald Musum2023-09-251-1/+1
|\ \ \ \ | |_|_|/ |/| | | Try to add back method removed from API but still in use
| * | | Try to add back method removed from API but still in useHarald Musum2023-09-251-1/+1
| | | |
* | | | Merge pull request #28646 from vespa-engine/mpolden/remove-fallbackMartin Polden2023-09-251-44/+16
|\ \ \ \ | |/ / / |/| | | Remove fallback to zone-scoped endpoint building
| * | | Remove fallback to zone-scoped endpoint buildingMartin Polden2023-09-251-44/+16
| | |/ | |/|
* | | Merge pull request #28645 from vespa-engine/bjorncs/analyze-modelBjørn Christian Seime2023-09-253-11/+61
|\ \ \ | |/ / |/| | Bjorncs/analyze model
| * | Use memory statistics from model probing in calculationBjørn Christian Seime2023-09-252-5/+27
| | |
| * | Probe memory usage when analyzing output typesBjørn Christian Seime2023-09-251-0/+29
| | |
| * | Return `JsonNode`Bjørn Christian Seime2023-09-251-6/+5
| | |
* | | Revert "Remove unused endpoint name building from config-model"Martin Polden2023-09-251-16/+44
| | |
* | | Check only for s3 urls in validatorHarald Musum2023-09-251-3/+4
| | |
* | | Merge branch 'master' into ↵Harald Musum2023-09-2522-105/+287
|\ \ \ | | |/ | |/| | | | revert-28627-revert-28618-hmusum/validate-s3-urls-in-config-and-exclusive-cluster-nodes
| * | Merge pull request #28641 from vespa-engine/bjorncs/tighten-heap-requirementsHenning Baldersheim2023-09-251-2/+2
| |\ \ | | |/ | |/| Require larger heap
| | * Require larger heapBjørn Christian Seime2023-09-251-2/+2
| | | | | | | | | | | | Easier to later relax limit than to tighten
| * | Merge pull request #28639 from ↵Martin Polden2023-09-251-44/+16
| |\ \ | | |/ | |/| | | | | | | vespa-engine/mpolden/remove-duplicate-endpoint-building Remove unused endpoint name building from config-model
| | * Remove unused endpoint name building from config-modelMartin Polden2023-09-251-44/+16
| | |
| * | Merge pull request #28623 from ↵Arne H Juul2023-09-255-31/+35
| |\ \ | | | | | | | | | | | | | | | | vespa-engine/bratseth/dynamic-summary-ngram-fields Bratseth/dynamic summary ngram fields
| | * | Use OptionalIntJon Bratseth2023-09-224-14/+17
| | | |
| | * | Output gram for summary fields where the source is gramJon Bratseth2023-09-222-18/+19
| | | |
| * | | Aggregate Onnx model cost for Colbert embedderBjørn Christian Seime2023-09-222-4/+4
| | | |
| * | | Add validator validating heap size calculationBjørn Christian Seime2023-09-222-0/+52
| | | |
| * | | Use node with smallest memory in heap size calculationBjørn Christian Seime2023-09-221-1/+3
| | | |
| * | | Set heapsize in addition to percentageBjørn Christian Seime2023-09-223-9/+20
| | | | | | | | | | | | | | | | Track nominal heap size as config for debugging purposes.
| * | | Add feature flag to enable new JVM heap size calculationBjørn Christian Seime2023-09-222-1/+7
| | | |
| * | | Aggregate Onnx model cost for JVM heap size calculationBjørn Christian Seime2023-09-228-13/+51
| | | |
| * | | Add calculator for adjusting JVM heap size based on model sizeBjørn Christian Seime2023-09-221-0/+99
| | | |
| * | | Add `getSize()` to `ApplicationFile`Bjørn Christian Seime2023-09-221-0/+2
| | | |
| * | | Remove unused constructorBjørn Christian Seime2023-09-221-4/+0
| | | |
* | | | Track user configured urls separatelyHarald Musum2023-09-253-9/+29
| | | |
* | | | Revert "Revert "Validate use of s3 urls in config""Harald Musum2023-09-253-1/+57
| |_|/ |/| |
* | | Revert "Validate use of s3 urls in config"Harald Musum2023-09-233-57/+1
| | |
* | | Merge pull request #28618 from ↵Valerij Fredriksen2023-09-223-1/+57
|\ \ \ | |/ / |/| | | | | | | | vespa-engine/hmusum/validate-s3-urls-in-config-and-exclusive-cluster-nodes Validate use of s3 urls in config
| * | SimplifyHarald Musum2023-09-221-3/+1
| | |
| * | Fail when config has url and is not in public (no matter exclusive nodes or not)Harald Musum2023-09-221-18/+21
| | |
| * | Validate use of s3 urls in configHarald Musum2023-09-223-1/+56
| |/
* | Merge pull request #28607 from vespa-engine/arnej/declare-more-feature-typesArne H Juul2023-09-221-4/+18
|\ \ | |/ |/| declare types for more rank features
| * declare types for more rank featuresArne Juul2023-09-211-4/+18
| |
* | Merge pull request #28599 from vespa-engine/jobergum/colbert-embedderBjørn Christian Seime2023-09-223-6/+122
|\ \ | | | | | | Add ColBERT embedder
| * | fix missing importJo Kristian Bergum2023-09-211-0/+1
| | |
| * | Fix import *Jo Kristian Bergum2023-09-211-1/+4
| | |
| * | Add config options + licenseJo Kristian Bergum2023-09-213-8/+120
| |/
* / Log unknown config definition at INFO levelHarald Musum2023-09-211-1/+1
|/ | | | | | I think we should try to fix this so that we can throw exception if config definition is not found, eventually. Start with logging at info level, so we can look into what is needed to make this better long-term
* Merge pull request #28566 from ↵Arne H Juul2023-09-212-0/+9
|\ | | | | | | | | vespa-engine/arnej/avoid-recomputing-match-features if something is already a match-feature, avoid computing it again in …
| * if something is already a match-feature, avoid computing it again in ↵Arne Juul2023-09-182-0/+9
| | | | | | | | global-phase
* | Merge pull request #28565 from vespa-engine/arnej/overdue-cleanupArne H Juul2023-09-211-3/+1
|\ \ | | | | | | get rid of input which is already gotten from query
| * | get rid of input which is already gotten from queryArne Juul2023-09-181-3/+1
| |/
* | Print relative path in error messageHarald Musum2023-09-211-6/+3
| |
* | Merge pull request #28581 from ↵Henning Baldersheim2023-09-201-4/+16
|\ \ | | | | | | | | | | | | vespa-engine/hmusum/better-error-message-when-file-missing-or-dir-empty Give better error message for file config with errors
| * | Give better error message for file config with errorsHarald Musum2023-09-201-4/+16
| |/ | | | | | | | | | | Give more precise description when file is missing or dir is empty for path config. Disallow application package root (.) as config value for path config.