summaryrefslogtreecommitdiffstats
path: root/config-model
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #30751 from vespa-engine/renovate/jackson2.vespa.versionHenning Baldersheim2024-05-061-10/+10
|\ | | | | Update jackson2.vespa.version to v2.17.0
| * Avoid deprecated methods.Henning Baldersheim2024-05-061-10/+10
| |
* | Configure signficance searcher through `SchemaInfo`Bjørn Christian Seime2024-05-068-11/+59
|/
* Merge pull request #31097 from ↵Lester Solbakken2024-05-063-0/+136
|\ | | | | | | | | vespa-engine/lesters/restart-on-deploy-for-local-llm Restart on deploy for local LLMs
| * Use class.getName() instead of stringLester Solbakken2024-05-032-10/+17
| |
| * Only restart if local LLM is found in both previous and next generationLester Solbakken2024-05-032-17/+37
| |
| * Restart on deploy for local LLMsLester Solbakken2024-05-023-0/+109
| |
* | Merge pull request #31047 from vespa-engine/arnej/add-resource-attributesOla Aunrønning2024-05-035-12/+180
|\ \ | |/ |/| add some resource attributes and more per-service labels
| * remove hard-coded fallback valuesArne Juul2024-04-262-12/+22
| |
| * better unit testArne Juul2024-04-252-9/+34
| |
| * add some resource attributes and more per-service labelsArne Juul2024-04-245-12/+145
| |
* | Add significance rank profileMariusArhaug2024-04-306-1/+79
| |
* | Merge pull request #31011 from ↵Marius Arhaug2024-04-305-18/+10
|\ \ | | | | | | | | | | | | vespa-engine/marius/update-significance-model-fields Update significance model field and logic from architect meeting
| * | Fix CR commentsMariusArhaug2024-04-301-3/+4
| | |
| * | Update significance model field and logic from architect meetingMariusArhaug2024-04-245-19/+10
| |/
* | Handle TokenMgrException properly when adding rank profiles outside schemaHarald Musum2024-04-283-2/+22
| |
* | Merge pull request #31049 from ↵Bjørn Christian Seime2024-04-264-0/+27
|\ \ | |/ |/| | | | | vespa-engine/jobergum/add-prepend-embedder-support add prepend support to embedder
| * add prepend supportJo Kristian Bergum2024-04-254-0/+27
| |
* | Merge pull request #30871 from vespa-engine/marius/add-significance-searcherMarius Arhaug2024-04-244-12/+12
|\ \ | | | | | | Add significance searcher
| * | update bundle from linguistics to nullMariusArhaug2024-04-171-1/+1
| | |
| * | Use correct class name when registering component in config modelBjørn Christian Seime2024-04-172-3/+3
| | |
| * | update injectableMariusArhaug2024-04-163-8/+8
| | |
* | | Enforce that content node distribution keys are in legal rangeTor Brede Vekterli2024-04-243-2/+29
| |/ |/|
* | 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
| |