summaryrefslogtreecommitdiffstats
path: root/config-model
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #28836 from vespa-engine/bratseth/copyright-2Jon Bratseth2023-10-101527-1502/+1547
|\ | | | | Update copyright
| * Correct copyright headersJon Bratseth2023-10-099-24/+7
| |
| * Update copyrightJon Bratseth2023-10-091526-1478/+1540
| |
* | Support inheriting multiple document summariesJon Bratseth2023-10-0710-66/+151
|/
* Merge pull request #28808 from vespa-engine/jonmv/slimmer-jetty-server-componentJon Marius Venstad2023-10-052-11/+20
|\ | | | | Isolate inner jetty server component from wrapper with filters
| * Isolate inner jetty server component from wrapper with filtersjonmv2023-10-052-11/+20
| |
* | Allow empty-host-ttl in prod testsjonmv2023-10-051-0/+1
|/
* Add feature flag to override search handler threadpool sizeBjørn Christian Seime2023-10-041-2/+5
|
* Merge pull request #28699 from vespa-engine/bratseth/smarter-inputJon Bratseth2023-09-2929-297/+491
|\ | | | | Bratseth/smarter input
| * Remove stacktrace printingJon Bratseth2023-09-291-1/+0
| |
| * Repair parserJon Bratseth2023-09-271-1/+1
| |
| * Simplify testsJon Bratseth2023-09-278-95/+147
| |
| * Simplify testsJon Bratseth2023-09-275-64/+96
| |
| * Simplify testsJon Bratseth2023-09-273-34/+47
| |
| * Simplify testsJon Bratseth2023-09-272-6/+0
| |
| * Simplify testsJon Bratseth2023-09-273-15/+37
| |
| * Simplify testsJon Bratseth2023-09-275-59/+82
| |
| * Return the expected outputJon Bratseth2023-09-276-25/+84
| | | | | | | | | | | | | | | | | | | | | | In if-else expressions, return the output of the executed branch rather than the input. The current behavior was undocumented and quite unexpected, so I suggest we treat that as a bug. Also return the last executed expression in a script as its output (rather than nothing. In addition, improve some error messages.
* | Set max=min when boost is not specifiedBjørn Christian Seime2023-09-291-1/+1
| |
* | Remove dead codeHarald Musum2023-09-292-21/+2
| |
* | Introduce new threadpool syntaxBjørn Christian Seime2023-09-2811-65/+113
| |
* | Merge pull request #28697 from vespa-engine/jonmv/token-tell-handlerJon Marius Venstad2023-09-282-32/+42
|\ \ | | | | | | Jonmv/token tell handler
| * | Valid handler pathJon Marius Venstad2023-09-281-1/+1
| | |
| * | Address reviewjonmv2023-09-281-1/+1
| | |
| * | Set up token-tell-handler with data-plane token filterjonmv2023-09-281-1/+14
| | |
| * | Non-functional changesjonmv2023-09-282-6/+3
| | |
| * | Remove unused argumentjonmv2023-09-281-25/+25
| | |
* | | Merge pull request #28706 from vespa-engine/arnej/fix-ngram-equalsHenning Baldersheim2023-09-281-1/+1
|\ \ \ | | | | | | | | use equals to compare OptionalInt instances MERGEOK
| * | | use equals to compare OptionalInt instancesArne Juul2023-09-281-1/+1
| |/ /
* / / Register model using resolved URL if presentBjørn Christian Seime2023-09-281-1/+3
|/ /
* | Add type for machine-learned models and ensure correct file reference is ↵Bjørn Christian Seime2023-09-277-56/+106
| | | | | | | | passed to `OnnxModelCost`
* | Minor: Improve error message when file missing or dir empty for user configHarald Musum2023-09-272-7/+8
| |
* | Add debug logging of effective JVM configurationBjørn Christian Seime2023-09-261-4/+7
| |
* | Remove unused methodBjørn Christian Seime2023-09-261-9/+0
| |
* | Move `DefaultOnnxModelCost` to internal repoBjørn Christian Seime2023-09-261-120/+0
| |
* | Inject `OnnxModelCost` implementation from component graphBjørn Christian Seime2023-09-262-3/+5
| |
* | Add Vespa9 consumerOla Aunronning2023-09-263-2/+8
| |
* | Revert "Try to add back method removed from API but still in use"Harald Musum2023-09-261-1/+1
| |
* | Merge pull request #28647 from vespa-engine/hmusum/add-feature-flag-3Harald Musum2023-09-253-7/+19
|\ \ | | | | | | Add feature flag to control how we handle user config for unknown con…
| * \ Merge branch 'master' into hmusum/add-feature-flag-3Harald Musum2023-09-257-30/+285
| |\ \
| * | | Add feature flag to control how we handle user config for unknown config ↵Harald Musum2023-09-253-6/+15
| | | | | | | | | | | | | | | | 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-252-93/+26
|\ \ \ \ | |/ / / |/| | | Remove fallback to zone-scoped endpoint building
| * | | Remove fallback to zone-scoped endpoint buildingMartin Polden2023-09-252-93/+26
| | |/ | |/|
* | | Merge pull request #28645 from vespa-engine/bjorncs/analyze-modelBjørn Christian Seime2023-09-254-12/+63
|\ \ \ | |/ / |/| | Bjorncs/analyze model
| * | Use memory statistics from model probing in calculationBjørn Christian Seime2023-09-253-6/+29
| | |
| * | 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-252-26/+93
| | |