summaryrefslogtreecommitdiffstats
path: root/config-model/src/main
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #27387 from vespa-engine/bjorncs/hfv8.176.13Bjørn Christian Seime2023-06-122-19/+5
|\ | | | | Prefer truncation configuration from tokenizer model
| * Prefer truncation configuration from tokenizer modelBjørn Christian Seime2023-06-122-19/+5
| | | | | | | | | | | | | | 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.
* | Add endpoints to dataplane proxy configOla Aunronning2023-06-122-2/+17
| |
* | Ignore automata when validating semantic rulesHarald Musum2023-06-111-2/+2
| |
* | Revert "Hmusum/revert validate semantic rules"Harald Musum2023-06-112-12/+49
| |
* | Revert "Validate semantic rules when building config model"Harald Musum2023-06-102-46/+13
| | | | | | | | This reverts commit fa0044d92067bfe91a104d0a6bb6b085c0b9439e.
* | Revert "Make error message deterministic by sorting rule names"Harald Musum2023-06-101-7/+3
| | | | | | | | This reverts commit 7f13594d6595b81a291018f902c438d3aaea057b.
* | Make error message deterministic by sorting rule namesHarald Musum2023-06-101-3/+7
| |
* | Merge pull request #27356 from vespa-engine/hmusum/validate-semantic-rulesJon Bratseth2023-06-102-13/+46
|\ \ | | | | | | Validate semantic rules when building config model
| * | Validate semantic rules when building config modelHarald Musum2023-06-082-13/+46
| |/
* / Print warning when trying to enable hnsw index in streaming mode.Tor Egge2023-06-091-1/+11
|/
* Merge pull request #27354 from ↵Henning Baldersheim2023-06-081-1/+6
|\ | | | | | | | | vespa-engine/vekterli/16-distribution-bits-in-perf Always use 16 distribution bits in perf environments
| * Always use 16 distribution bits in perf environmentsTor Brede Vekterli2023-06-081-1/+6
| | | | | | | | | | | | This avoids any noise and issues caused by shuffling distribution bit limits around when sizing clusters, and makes the initial bucket parallelization levels of perf equal those of prod envs.
* | Merge pull request #27349 from vespa-engine/bjorncs/disable-paddingBjørn Christian Seime2023-06-082-1/+5
|\ \ | | | | | | Bjorncs/disable padding
| * | Disable padding and make it configurableBjørn Christian Seime2023-06-082-1/+5
| | |
* | | Merge pull request #27340 from vespa-engine/arnej/only-index-command-for-indicesArne H Juul2023-06-081-1/+3
|\ \ \ | | | | | | | | avoid having "index" command for fields without an index
| * | | avoid having "index" command for fields without an indexArne Juul2023-06-081-1/+3
| |/ /
* | | Merge branch 'master' into olaa/dataplane-proxy-configOla Aunrønning2023-06-0831-182/+686
|\| |
| * | Allow unspecified default resourcesJon Bratseth2023-06-071-0/+1
| | |
| * | Update ↵Jon Bratseth2023-06-071-1/+1
| | | | | | | | | | | | | | | config-model/src/main/java/com/yahoo/config/model/provision/InMemoryProvisioner.java Co-authored-by: Valerij Fredriksen <freva@users.noreply.github.com>
| * | Supply bandwidth if unspecifiedJon Bratseth2023-06-071-7/+1
| |/
| * Ensure model is registered with file registryBjørn Christian Seime2023-06-054-25/+23
| |
| * Make pooling strategy configurable for Huggingface embedderBjørn Christian Seime2023-06-052-4/+10
| |
| * Add typed component definition for Bert embedderBjørn Christian Seime2023-06-053-6/+95
| |
| * Don't validate max in test zonesJon Bratseth2023-06-051-6/+7
| |
| * Merge pull request #27278 from vespa-engine/bjorncs/embedder-services-xmlBjørn Christian Seime2023-06-058-13/+233
| |\ | | | | | | Introduce services.xml syntax for configuring HuggingFace embedders
| | * Introduce services.xml syntax for configuring HuggingFace embeddersBjørn Christian Seime2023-06-028-13/+233
| | |
| * | Allow parallell cloud accounts in dep-spec, and simply some usagesjonmv2023-06-022-15/+17
| |/
| * Don't use reference equalityBjørn Christian Seime2023-06-021-1/+1
| |
| * Merge pull request #27223 from ↵Henning Baldersheim2023-06-013-2/+29
| |\ | | | | | | | | | | | | 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-012-2/+2
| | |
| | * Add support for tuning lidspace bloat-factor in services.xml.Henning Baldersheim2023-05-263-2/+29
| | | | | | | | | | | | | | | | | | | | | .... <lidspace> <bloat-factor>0.5</bloat-factor> ....
| * | Add new model mappingsJo Kristian Bergum2023-06-011-0/+13
| | |
| * | Allow empty-host-ttl in deployment.rncjonmv2023-05-311-2/+8
| | |
| * | Add empty-host-ttl to deployment specjonmv2023-05-261-4/+12
| | |
| * | Wire hostTTL from config model through provisioningjonmv2023-05-261-0/+1
| |/
| * Use enums for node repo metricsyngveaasheim2023-05-241-0/+24
| |
| * Model fixed memory overhead for containersJon Bratseth2023-05-235-31/+36
| |
| * Revert "Revert "Use another exception and error in response when quota is ↵Harald Musum2023-05-222-4/+6
| | | | | | | | exceed""
| * Revert "Use another exception and error in response when quota is exceed"Harald Musum2023-05-222-6/+4
| |
| * Merge pull request #27163 from ↵Harald Musum2023-05-222-4/+6
| |\ | | | | | | | | | | | | vespa-engine/hmusum/throw-new-exception-when-quota-is-exceeded Use another exception and error in response when quota is exceed
| | * Use another exception and error in response when quota is exceedHarald Musum2023-05-222-4/+6
| | |
| * | Merge pull request #27162 from vespa-engine/bratseth/memory-overheadJon Bratseth2023-05-221-4/+4
| |\ \ | | | | | | | | Model memory overhead
| | * \ Merge branch 'master' into bratseth/memory-overheadJon Bratseth2023-05-222-8/+12
| | |\ \
| | * | | Model memory overheadJon Bratseth2023-05-221-3/+4
| | | | |
| * | | | Merge pull request #27137 from ↵Arne H Juul2023-05-221-10/+66
| |\ \ \ \ | | |_|/ / | |/| | | | | | | | | | | | | vespa-engine/arnej/allow-some-short-forms-for-constant-tensors allow short-form JSON for 1-d constants
| | * | | allow short-form JSON for 1-d constantsArne Juul2023-05-161-10/+66
| | | | |
| * | | | Merge pull request #27149 from vespa-engine/balder/commons-compress-1.23Bjørn Christian Seime2023-05-221-0/+1
| |\ \ \ \ | | |_|_|/ | |/| | | commons-compress 1.22 => 1.23.0
| | * | | commons-compress 1.22 => 1.23.0Henning Baldersheim2023-05-171-0/+1
| | | | |
| * | | | Test provisioning more than one node in devHarald Musum2023-05-221-7/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Test quota calculation and downscaling for nodes in dev by requiring 2 number of nodes in a content cluster in dev. Also change message to be separate between max resources being over quota and resources used being over quota.