aboutsummaryrefslogtreecommitdiffstats
path: root/configdefinitions
Commit message (Collapse)AuthorAgeFilesLines
* bump maxtermoccurrences 100 => 1000Henning Baldersheim2024-01-151-1/+1
|
* handle multilingual models betterJo Kristian Bergum2024-01-061-0/+3
|
* Add a splade embedder implementationJo Kristian Bergum2023-12-152-0/+30
|
* Add and wire live config for selecting `DeleteBucket` behaviorTor Brede Vekterli2023-11-101-0/+8
| | | | By default the legacy behavior is used.
* add config for normalizersArne Juul2023-10-111-0/+11
|
* Update copyrightJon Bratseth2023-10-0967-70/+73
|
* - Reduce max lids per file and max file size to 4M and 256M during unit testing.Henning Baldersheim2023-10-051-1/+1
| | | | - Reduce max lids from 40M to 8M as default configuration.
* Install config definitionBjørn Christian Seime2023-09-211-0/+1
|
* Add ColBERT embedderJo Kristian Bergum2023-09-211-0/+36
|
* Add token endpoints to proxy configMorten Tokle2023-09-081-0/+3
|
* Add numProxiesAllowedDown fields to orchestrator defHåkon Hallingstad2023-07-311-0/+8
|
* Add port for token connector to nginx configBjørn Christian Seime2023-07-191-1/+2
|
* Split token authz into dedicated filter `CloudTokenDataPlaneFilter`Bjørn Christian Seime2023-07-193-5/+11
|
* Add expiration concept to data plane tokensBjørn Christian Seime2023-07-121-0/+1
|
* 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