aboutsummaryrefslogtreecommitdiffstats
path: root/configdefinitions
Commit message (Collapse)AuthorAgeFilesLines
* Add parameters for tokens to config definitionBjørn Christian Seime2023-06-141-0/+4
|
* Install config definitionBjørn Christian Seime2023-06-141-1/+1
|
* DataplaneProxyConfig does not contain endpointsOla Aunronning2023-06-131-6/+0
|
* Prefer truncation configuration from tokenizer modelBjørn Christian Seime2023-06-121-3/+10
| | | | | | | Only override truncation if not specified or max length exceeds max tokens accepted by model. Use JNI wrapper directly to determine existing truncation configuration (JSON format is not really documented). Simply configuration for pure tokenizer embedder. Disable DJL usage telemetry.
* Merge pull request #27349 from vespa-engine/bjorncs/disable-paddingBjørn Christian Seime2023-06-081-2/+3
|\ | | | | Bjorncs/disable padding
| * Disable padding and make it configurableBjørn Christian Seime2023-06-081-2/+3
| |
* | Merge branch 'master' into olaa/dataplane-proxy-configOla Aunrønning2023-06-088-1/+104
|\|
| * Fix typoBjørn Christian Seime2023-06-071-1/+1
| |
| * Ensure config definitions are installed on configserverBjørn Christian Seime2023-06-073-0/+3
| |
| * Merge pull request #27297 from vespa-engine/bjorncs/bert-embedder-services-xmlBjørn Christian Seime2023-06-062-0/+34
| |\ | | | | | | Bjorncs/bert embedder services xml
| | * Make pooling strategy configurable for Huggingface embedderBjørn Christian Seime2023-06-051-0/+2
| | |
| | * Move config definition to `configdefinitions`Bjørn Christian Seime2023-06-051-0/+32
| | |
| * | Add necessary options to use failOnWarningsgjoranv2023-06-051-0/+1
| |/
| * Introduce services.xml syntax for configuring HuggingFace embeddersBjørn Christian Seime2023-06-024-0/+60
| |
| * Remove use of stateGatherCount config, simplify and deprecate config fieldHarald Musum2023-05-301-0/+1
| |
| * Add bundle type to all CORE bundles.gjoranv2023-05-251-0/+3
| |
* | Generate proxy certificate and inject in trust storeMorten Tokle2023-06-071-2/+7
| |
* | Configure data plane proxyMorten Tokle2023-05-251-1/+7
| |
* | Add dataplane proxy in config modelOla Aunronning2023-05-192-0/+6
|/
* Reapply "Bjorncs/embedder onnx gpu"Bjørn Christian Seime2023-05-091-0/+3
| | | | Updated model-integration to depend on configdefinitions instead of searchcore as OnnxModelsConfig is moved there.
* Export moved config definitions.Tor Egge2023-05-094-0/+566
|
* Move ranking config to configdefinitions module.Tor Egge2023-05-094-0/+32
|
* Revert "Move ranking config to configdefinitions module"Harald Musum2023-05-084-32/+0
|
* Move ranking config to configdefinitions module.Tor Egge2023-05-084-0/+32
|
* Make it possible to configure dotproduct distance metric.Geir Storli2023-05-051-1/+1
|
* Set default for barrierWaitForAllTimeout in configserver config to 5Harald Musum2023-05-021-1/+1
|
* Add splunk role configOla Aunronning2023-04-211-0/+1
|
* wait until later with new metric nameArne Juul2023-04-201-1/+1
|
* add two names for distance metricsArne Juul2023-04-201-1/+1
|
* Merge pull request #26652 from vespa-engine/hmusum/allow-groups-to-be-downHarald Musum2023-04-191-3/+4
|\ | | | | Hmusum/allow groups to be down
| * Add back original code and use it for default configHarald Musum2023-04-141-3/+4
| | | | | | | | | | Set default value for max_number_of_groups_allowed_to_be_down to -1 and use that to switch between old and new code
* | Remove unused and undocumented config fieldsHarald Musum2023-04-171-8/+0
| |
* | Deprecate and add note about removing config field in Vespa 9Harald Musum2023-04-171-1/+1
|/
* Propagate the configured slime decode type into the rpc summary handling.Henning Baldersheim2023-03-301-11/+15
|
* Create real distribution config for all testsHarald Musum2023-03-291-1/+1
|
* Deprecate distributor_auto_ownership_transfer_on_whole_group_downHarald Musum2023-03-281-0/+1
| | | | | Stop using the config value (same as currrent default value, which is true). Also: distribution config does not have this field, only stor-distribution config has
* Merge pull request #26606 from ↵Harald Musum2023-03-281-0/+3
|\ | | | | | | | | vespa-engine/hmusum/add-config-for-max-number-of-groups-allowed-to-be-down Add config for max number of content groups allowed to be down
| * Add config for max number of content groups allowed to be downHarald Musum2023-03-281-0/+3
| |
* | Merge pull request #26604 from vespa-engine/hmusum/cleanup-cluster-controller-2Harald Musum2023-03-281-0/+1
|\ \ | | | | | | Simplify and add todo about removing disk_distribution in Vespa 9
| * | Simplify and add todo about removing disk_distribution in Vespa 9Harald Musum2023-03-281-0/+1
| |/
* / Remove obsolete maven updateReleaseInfo parameterHarald Musum2023-03-281-3/+0
|/ | | | Removed in maven-deploy-plugin 3.0 and later, see https://issues.apache.org/jira/browse/MDEPLOY-240
* Add config for barrierWaitForAllTimeoutHarald Musum2023-03-231-1/+3
|
* Extend attributes.def with raw data type.Tor Egge2023-03-171-1/+1
|
* Reapply "public athenz provider" (#26311)Morten Tokle2023-03-061-0/+5
| | | | | * Revert "Revert "Mortent/reapply public athenz provider"" * Add support method
* Revert "Mortent/reapply public athenz provider"Henning Baldersheim2023-03-041-5/+0
|
* Set ztsUrl/sisUrl in identity documentMorten Tokle2023-03-021-0/+1
|
* Add support for athenz provider in public systemsMorten Tokle2023-03-021-0/+4
|
* re-apply "remove fastos"Håvard Pettersen2023-03-011-1/+0
| | | | This reverts commit 003f019d7579e49f4ec7609ef8eac26ada6ae753.
* Revert "Add support for athenz provider in public systems"Morten Tokle2023-03-011-4/+0
| | | | This reverts commit cb0248d4c3c958cff49530e42b8ffe5abab706a0.
* Revert "Set ztsUrl/sisUrl in identity document"Morten Tokle2023-03-011-1/+0
| | | | This reverts commit 5928b6455a12dcf06b3282aef6cc81ed0896a2a8.