aboutsummaryrefslogtreecommitdiffstats
path: root/config-model
Commit message (Expand)AuthorAgeFilesLines
* 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-142-2/+2
* | Reapply "add parsing of special strings for inf/nan cell values"Arne Juul2023-12-142-3/+22
|/
* Revert "add parsing of special strings for inf/nan cell values"Henning Baldersheim2023-12-132-22/+3
* 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-132-3/+22
|\ \
| * | allow JSON nullArne Juul2023-12-111-1/+1
| * | add parsing of special strings for inf/nan cell valuesArne Juul2023-12-112-3/+22
* | | Make finalHarald Musum2023-12-121-4/+2
* | | Avoid restarting if we have enough memory to handle Onnx model changesHarald Musum2023-12-123-12/+47
| |/ |/|
* | Make sure to set restart on deploy also when model set changesHarald Musum2023-12-121-4/+4
* | Restart if the set of onnx models has changed for a container clusterHarald Musum2023-12-122-31/+79
* | Consider options not being present for one of the models as wellHarald Musum2023-12-101-2/+3
* | Fix comparison of optionsHarald Musum2023-12-091-2/+4
|/
* Add validator that checks if restart is needed due to Onnx model changesHarald Musum2023-12-0810-10/+254
* Detect integer fields in fieldsets.Tor Egge2023-12-073-0/+12
* Add use-estimate-for-fetch-postings feature flagHenning Baldersheim2023-12-061-0/+5
* Merge pull request #29560 from vespa-engine/hmusum/cleanup-adminClusterNodeRe...Henning Baldersheim2023-12-053-18/+1
|\
| * GC adminClusterNodeResourcesArchitecture, not used in config-modelHarald Musum2023-12-053-18/+1
* | Make sure to set JVM options also when there is no nodes element in services.xmlHarald Musum2023-12-052-0/+20
|/
* Default value is true, so only need to set when it is not.Henning Baldersheim2023-12-041-1/+1
* Fix typoHenning Baldersheim2023-12-041-4/+4
* Control creation of temporary postinglist for non strict iterators with featu...Henning Baldersheim2023-12-041-0/+5
* Added RateLimitingSearcher to PlatformBundlesBjørn Meland2023-11-301-0/+1
* Limit yql in operator to string and integer fields.Tor Egge2023-11-2932-1/+301
* Move Jackson util from vespajlib to container-core.Henning Baldersheim2023-11-242-2/+2
* jackson 2.16 changes some of its default settings so we consolidate our use o...Henning Baldersheim2023-11-232-30/+26
* add special handling of "closest" featureArne Juul2023-11-233-2/+86
* check all rank profiles of schema for global-phaseArne Juul2023-11-211-2/+10
* global phase have feature has been completed. No need for config control.Henning Baldersheim2023-11-212-14/+8
* Merge pull request #29388 from vespa-engine/hmusum/register-with-onnx-model-o...Harald Musum2023-11-219-57/+25
|\
| * Register model with onnx model optionsHarald Musum2023-11-209-57/+25
* | Remove unused adminClusterArchitectureHarald Musum2023-11-201-1/+0
|/
* GC unused flagHenning Baldersheim2023-11-201-5/+0
* Control always-mark-phrase-expensive with feature flag.Henning Baldersheim2023-11-191-0/+5
* Merge pull request #29353 from vespa-engine/arnej/always-process-with-functio...Jon Bratseth2023-11-174-6/+37
|\
| * always process with SerializationContext (needed by unpack_bits)Arne Juul2023-11-164-6/+37
* | Include only options that control how an Onnx model is loaded in OnnxModelOpt...Harald Musum2023-11-165-141/+114
* | Use Optionals in OnnxModelOptionsHarald Musum2023-11-165-114/+132
* | Add OnnxModelOptions and use it in embeddersHarald Musum2023-11-165-157/+201
|/
* Add feature flag for controlling throttling-behavior of DeleteBucket operationsTor Brede Vekterli2023-11-133-0/+28
* Merge pull request #29252 from vespa-engine/arnej/add-unpack-bits-from-int8Arne H Juul2023-11-106-0/+108
|\
| * unpack_bits_from_int8 -> unpack_bitsArne Juul2023-11-101-1/+1
| * add "unpack_bits_from_int8" functionArne Juul2023-11-106-0/+108
* | Remove unnecessary code for producing filedistributorrpc configHarald Musum2023-11-1010-113/+3
|/
* Align with other similar error messages.Geir Storli2023-11-083-6/+6
* Stop adding and populating extra fields for dynamic summary.Tor Egge2023-11-0311-44/+17