summaryrefslogtreecommitdiffstats
path: root/config-model
Commit message (Collapse)AuthorAgeFilesLines
* Remove dead code.Tor Egge2024-04-223-58/+13
|
* Stop populating extra summary fields.Tor Egge2024-04-1911-95/+22
| | | | | | | | | | Since autumn 2022 the document summary framework in the backend has supported handling summary fields as pure virtual fields. A summary field is just an output name, a source field (from the document type) and an optional transform specifying how to produce the output. All usages of summary fields are virtual as of Vespa 8.253.17 (November 2023), and the generation and population of some summary fields as extra document fields can now be removed.
* Merge pull request #30974 from ↵Tor Egge2024-04-192-7/+1
|\ | | | | | | | | vespa-engine/toregge/stop-adding-extra-documentid-field-to-document-type Stop adding extra documentid field to document type.
| * Stop adding extra documentid field to document type.Tor Egge2024-04-192-7/+1
| | | | | | | | | | | | | | | | | | Since autumn 2022 the document summary framework in the backend has supported handling summary fields as pure virtual fields. A summary field is just an output name, a source field (from the document type) and an optional transform specifying how to produce the output. All usages of summary fields are virtual as of Vespa 8.253.17 (November 2023), and the generation and population of some summary fields as extra document fields can now be removed.
* | Merge pull request #30971 from ↵Geir Storli2024-04-193-4/+4
|\ \ | |/ |/| | | | | vespa-engine/toregge/log-warning-when-type-is-specified-for-document-summary Log warning when type is specified for document summary.
| * Log warning when type is specified for document summary.Tor Egge2024-04-193-4/+4
| |
* | Merge pull request #29575 from vespa-engine/renovate/bouncycastle.vespa.versionBjørn Christian Seime2024-04-192-11/+5
|\ \ | |/ |/| Update bouncycastle.vespa.version to v1.77
| * Lower severity to a suggestive hintBjørn Christian Seime2024-04-192-11/+5
| |
* | generate JSON with state portsArne Juul2024-04-184-35/+217
| |
* | Check for duplicate clientsMorten Tokle2024-04-172-0/+37
| |
* | Add test LLMs to ModelIdResolverLester Solbakken2024-04-161-1/+5
| |
* | Use model-integration as provided and specify exported classes in ↵Lester Solbakken2024-04-162-5/+15
| | | | | | | | PlatformBundles
* | Reapply "Lesters/add local llms 2"Lester Solbakken2024-04-162-2/+6
| | | | | | | | This reverts commit ed62b750494822cc67a328390178754512baf032.
* | Revert "Lesters/add local llms 2"Harald Musum2024-04-152-6/+2
| |
* | Reapply "Lesters/add local llms"Lester Solbakken2024-04-152-2/+6
| | | | | | | | This reverts commit 7518d93961ac7c5c5da1cd41717d42f600dae647.
* | Revert "Lesters/add local llms"Lester Solbakken2024-04-152-6/+2
| |
* | Merge pull request #30875 from vespa-engine/lesters/add-local-llmsJon Bratseth2024-04-152-2/+6
|\ \ | | | | | | Lesters/add local llms
| * \ Merge branch 'master' into lesters/add-local-llmsLester Solbakken2024-04-12121-413/+420
| |\ \
| * | | Add local LLM client and wire in container-llamaLester Solbakken2024-04-102-2/+6
| | |/ | |/|
* | | Add missing single quoteOla Aunronning2024-04-121-1/+1
| | |
* | | add vespa-otelcol-startArne Juul2024-04-125-15/+50
| | |
* | | add API for getting all ports with /state/v1Arne Juul2024-04-121-0/+31
| | |
* | | Otel on logserver WIPOla Aunronning2024-04-126-0/+132
| | |
* | | Add feature flag for controlling max feed operation batch sizeTor Brede Vekterli2024-04-123-0/+27
| |/ |/| | | | | Currently defaults to 1, which disables batching.
* | Update ↵Bjørn Christian Seime2024-04-111-3/+3
| | | | | | | | config-model/src/test/java/com/yahoo/vespa/model/container/component/ModelTest.java
* | Use assertThrowsHarald Musum2024-04-111-9/+6
| |
* | Use valid url in testsHarald Musum2024-04-112-2/+2
| |
* | Validate url for modelsHarald Musum2024-04-112-1/+49
| |
* | Arrays.asList => List.ofHenning Baldersheim2024-04-1150-176/+117
| |
* | Collections.emptyXXX + Collections.singletonXXX => List/Set/Map.ofHenning Baldersheim2024-04-1048-177/+136
| |
* | Drop improved error message for single value struct field.Tor Egge2024-04-102-8/+0
| |
* | Improve error message when field cannot have attribute aspect.Tor Egge2024-04-1030-63/+133
|/
* Merge pull request #30819 from vespa-engine/marius/add-significance-config-modelMarius Arhaug2024-04-098-1/+194
|\ | | | | Add significance config model registry
| * remove uncessary files from test packageMariusArhaug2024-04-093-24/+1
| |
| * Update tests and fix creation of significanceModelMariusArhaug2024-04-094-4/+48
| |
| * add significance config model registryMariusArhaug2024-04-049-1/+173
| |
* | Merge pull request #30843 from vespa-engine/hmusum/no-node-count-means-1-nodeHarald Musum2024-04-074-13/+32
|\ \ | | | | | | Hmusum/no node count means 1 node
| * | Set node count to 1 if not specified for all zones in hostedHarald Musum2024-04-072-3/+2
| | |
| * | Test and change schema so that not specifying node count is allowedHarald Musum2024-04-073-2/+30
| | |
| * | Rewrite hosted test to use services.xml for hostedHarald Musum2024-04-071-11/+3
| |/
* | Merge branch 'master' into lesters/update-platform-bundles-for-rag-2Lester Solbakken2024-04-044-13/+16
|\|
| * Revert "Revert "Disable proxy protocol on jdisc containers in Azure, #2""Håkon Hallingstad2024-04-032-7/+4
| |
| * Revert "Disable proxy protocol on jdisc containers in Azure, #2"Håkon Hallingstad2024-04-032-4/+7
| |
| * Merge pull request #30797 from ↵Håkon Hallingstad2024-04-032-7/+4
| |\ | | | | | | | | | | | | vespa-engine/hakonhall/disable-proxy-protocol-on-jdisc-containers-in-azure-2 Disable proxy protocol on jdisc containers in Azure, #2
| | * Token connector never uses proxy protocolHåkon Hallingstad2024-04-031-1/+1
| | |
| | * Move useProxyProtocol to Cloud'Håkon Hallingstad2024-04-031-7/+2
| | |
| | * Revert "Revert "Disable proxy protocol on jdisc containers in Azure""Håkon Hallingstad2024-04-032-7/+9
| | |
| * | Throw if min node resources is less than 1Harald Musum2024-04-032-6/+12
| |/
| * Revert "Disable proxy protocol on jdisc containers in Azure"Harald Musum2024-04-032-9/+7
| |
| * Revert "Move useProxyProtocol to Cloud'"Harald Musum2024-04-021-2/+7
| |