summaryrefslogtreecommitdiffstats
path: root/config-model/src/main/resources
Commit message (Collapse)AuthorAgeFilesLines
* Disable padding and make it configurableBjørn Christian Seime2023-06-081-1/+2
|
* Make pooling strategy configurable for Huggingface embedderBjørn Christian Seime2023-06-051-4/+7
|
* Add typed component definition for Bert embedderBjørn Christian Seime2023-06-051-6/+23
|
* Introduce services.xml syntax for configuring HuggingFace embeddersBjørn Christian Seime2023-06-021-1/+34
|
* Merge pull request #27223 from ↵Henning Baldersheim2023-06-011-0/+3
|\ | | | | | | | | vespa-engine/balder/tuning-support-for-lidspace-bloat-factor Add support for tuning lidspace bloat-factor in services.xml.
| * bloat-factor => max-bloat-factorHenning Baldersheim2023-06-011-1/+1
| |
| * Add support for tuning lidspace bloat-factor in services.xml.Henning Baldersheim2023-05-261-0/+3
| | | | | | | | | | | | | | .... <lidspace> <bloat-factor>0.5</bloat-factor> ....
* | Allow empty-host-ttl in deployment.rncjonmv2023-05-311-2/+8
|/
* Make all node resource elements optionalJon Bratseth2023-05-151-3/+3
|
* Allow no groupsJon Bratseth2023-05-111-1/+1
|
* Support a default BCP deadlineJon Bratseth2023-05-091-0/+1
|
* Add splunk role configOla Aunronning2023-04-211-1/+2
|
* Add support for max groups allowed down in services.xmlHarald Musum2023-04-201-1/+2
| | | | | Undocumented for now, need an architecture review on naming and placement in services.xml
* Complete bcp handlingJon Bratseth2023-02-191-0/+16
| | | | | - Add bcp to schema validation - Read endpoints defined in bcp elements
* Remove 'required' attributeMartin Polden2023-01-261-1/+2
|
* Support configuration of GPU device to use in ONNX modelMartin Polden2023-01-231-1/+5
|
* Add min-redundancyJon Bratseth2023-01-221-2/+6
|
* Support a group size constraint in content clustersJon Bratseth2023-01-211-1/+2
|
* Revert "Merge pull request #25624 from ↵jonmv2023-01-182-13/+11
| | | | | | | vespa-engine/revert-25617-jonmv/private-endpoints" This reverts commit c47ed544a31a6b56f518901247212a47d8eb9d31, reversing changes made to e0191b4d49048f9398395dc8c1c60dfcb383f705.
* Revert "Jonmv/private endpoints"Jon Marius Venstad2023-01-182-11/+13
|
* Revert "Merge pull request #25614 from ↵jonmv2023-01-182-13/+11
| | | | | | | vespa-engine/revert-25587-jonmv/private-endpoints" This reverts commit 7b736f0a09444664cff118eac5b28e608632de72, reversing changes made to 6c457e6dd5993ec2ef15177dab4a16e3d3702b85.
* Revert "Parse, validate and use new zone endpoint syntax"Jon Marius Venstad2023-01-182-11/+13
|
* Remove old, unused loab-balancer som services schemajonmv2023-01-171-12/+1
|
* Parse, validate and use new zone endpoint syntaxjonmv2023-01-171-1/+10
|
* Log warning when deprecated jvm options usedHarald Musum2023-01-032-5/+5
| | | | | Log when jvm-gc-options or allocated-memory attributes are used in node element. Deprecate and tell that these will be removed in Vespa 9
* Remove unsupported docproc xml elementsHarald Musum2023-01-035-106/+43
|
* add logctl overrideArne Juul2022-12-081-0/+16
|
* Merge pull request #24960 from vespa-engine/mortent/clients-configBjørn Christian Seime2022-11-281-1/+14
|\ | | | | Cloud data plane filter config
| * Add schema for clientsMorten Tokle2022-11-221-1/+14
| |
* | Read load-balancer allowed URNs from container xml, wire to provisionerjonmv2022-11-241-1/+10
|/
* Support GPU in node specificationMartin Polden2022-11-171-1/+7
|
* Allow session-timeout-seconds on zookeeperjonmv2022-11-111-1/+1
|
* Update deployment.rncjonmv2022-10-201-0/+1
|
* Add instance tagsJon Bratseth2022-10-121-0/+1
|
* restrict vespamalloc attributesArne Juul2022-09-211-12/+12
| | | | * only "name tokens' allowed
* Allow cloud-account attribute on prod elementMartin Polden2022-09-121-0/+1
|
* Allow cloud-account attribute on non-production elementsMartin Polden2022-09-121-0/+10
|
* Revert "Allow setting cloud account for non-production environments"Jon Marius Venstad2022-09-091-11/+0
|
* Allow cloud-account attribute on prod elementMartin Polden2022-09-091-0/+1
|
* Allow cloud-account attribute on non-production elementsMartin Polden2022-09-091-0/+10
|
* Allow no adminserver element in services.xmlHarald Musum2022-09-081-1/+1
| | | | Create single config server on container node if not given
* Drop special embedder configJon Bratseth2022-08-243-16/+2
|
* Move embedder definition to commonJon Bratseth2022-08-232-8/+7
|
* Allow skipping 'bundle' and 'def'Jon Bratseth2022-08-231-2/+2
|
* Simplify and generalizeJon Bratseth2022-08-233-5/+8
| | | | | | | | | | | | | | | Let embedder rewrites simply always change <x path="y" url="z"> to <xPath>y</xPath> <xUrl>z</xUrl>, as well as translating the id attirebute to the corresponding path if on hosted. This means that the current built-in embedder accepting "vocab" and "model" is broken as these names are different from the names in the config model, but this isn't documented yet so should be okay. The effect of this is that our built-in models can be used in any embedder and config, and the embedder syntax can be used in application specific embedders.
* - Refactor to allow for different decay method.Henning Baldersheim2022-08-221-1/+1
| | | | | - Implement decay over constant time in addition to over requests. - Default is decay over 500 requests, and 5.0s if you choose to decay over time.
* Do not expose more than is available to the end user.Henning Baldersheim2022-08-211-1/+1
|
* Add best-of-random-2 dispatch policy.Henning Baldersheim2022-08-191-1/+1
|
* Element not attributeJon Bratseth2022-07-131-1/+1
|
* Add deploy warnings for deprecated and ignored docproc configHarald Musum2022-07-111-6/+3
| | | | Also cleanup dead code related to the above.