aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * | Add caching of onnx inference output using Context cacheJo Kristian Bergum2024-04-042-18/+55
| | |
| * | Support for dimensionality flexbility and caching onnx inference output ↵Jo Kristian Bergum2024-04-042-53/+131
| | | | | | | | | | | | using Context cache
* | | Merge pull request #30862 from vespa-engine/arnej/add-llama-native-depArnstein Ressem2024-04-101-0/+3
|\ \ \ | | | | | | | | require native libraries for llama
| * | | require native libraries for llamaArne Juul2024-04-091-0/+3
| | | |
* | | | Merge pull request #30864 from vespa-engine/renovate/aws-java-sdk-monorepoHenning Baldersheim2024-04-091-1/+1
|\ \ \ \ | | | | | | | | | | Update aws-java-sdk monorepo to v1.12.697
| * | | | Update aws-java-sdk monorepo to v1.12.697renovate[bot]2024-04-091-1/+1
| | | | |
* | | | | Merge pull request #30865 from ↵Henning Baldersheim2024-04-092-1/+3
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | vespa-engine/renovate/github.com-klauspost-compress-1.x Update module github.com/klauspost/compress to v1.17.8
| * | | | | Update module github.com/klauspost/compress to v1.17.8renovate[bot]2024-04-092-1/+3
| |/ / / /
* | | | | Merge pull request #30863 from ↵Harald Musum2024-04-091-1/+1
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | vespa-engine/hmusum/dont-log-error-when-subscriber-closed No need for error if failing when subscriber is closing down
| * | | | | No need for error if failing when subscriber is closing downHarald Musum2024-04-091-1/+1
| | | | | |
* | | | | | 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 #30816 from ↵Marius Arhaug2024-04-0912-1/+385
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | | | | | | | | | | | | | | | | vespa-engine/marius/add-significance-model-registry Add significance model registry to linguistics
| * | | | | | add missing beta annotationMariusArhaug2024-04-091-0/+4
| | | | | | |
| * | | | | | add illegal arg exception for languages not registeredMariusArhaug2024-04-092-1/+8
| | | | | | |
| * | | | | | fix cr failuresMariusArhaug2024-04-0912-52/+104
| | | | | | |
| * | | | | | add significance model registry to linguisticsMariusArhaug2024-04-0410-1/+322
| | | | | | |
* | | | | | | Merge pull request #30861 from ↵Henning Baldersheim2024-04-091-3/+3
|\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | | | | | | | | | | | | | | | | vespa-engine/toregge/dont-promote-inline-warning-to-error-when-compiling-with-gcc-14 Don't promote inline warning to error when compiling with gcc 14.
| * | | | | | Don't promote inline warning to error when compiling with gcc 14.Tor Egge2024-04-091-3/+3
| | |_|/ / / | |/| | | |
* | | | | | Merge pull request #30859 from vespa-engine/lesters/upgrade-llamaArne H Juul2024-04-091-1/+1
|\ \ \ \ \ \ | |/ / / / / |/| | | | | Upgrade java llama version
| * | | | | Upgrade java llama versionLester Solbakken2024-04-091-1/+1
| | | | | |
* | | | | | Merge pull request #30854 from ↵Henning Baldersheim2024-04-0911-36/+33
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | vespa-engine/balder/turn-off-classfile-warnings-where-spotbugs-are-useed-transitively Turn off classfile warnings where zookeeper is pulled in due to issue…
| * | | | | | Turn off classfile warnings where zookeeper is pulled in due to issues with ↵Henning Baldersheim2024-04-0811-36/+33
| | | | | | | | | | | | | | | | | | | | | | | | | | | | spotbugs SuppressWarning annotation.
* | | | | | | Merge pull request #30858 from ↵Henning Baldersheim2024-04-092-0/+8
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | vespa-engine/toregge/disable-restrict-warning-when-compiling-with-gcc-12-on-debian-or-ubuntu Turn off restrict warning when compiling with gcc 12 on ubuntu 22.04
| * | | | | | | Turn off restrict warning when compiling with gcc 12 on ubuntu 22.04Tor Egge2024-04-092-0/+8
| | |_|_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | or debian 12. Include cstddef to get definition of size_t.
* | | | | | | Merge pull request #30850 from vespa-engine/geirst/allow-force-strict-blueprintGeir Storli2024-04-091-2/+2
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Allow forcing strict Blueprints when using the new query cost model.
| * | | | | | | Allow forcing strict Blueprints when using the new query cost model.Geir Storli2024-04-081-2/+2
| | | | | | | |
* | | | | | | | Merge pull request #30838 from vespa-engine/havardpe/more-AND-sortingGeir Storli2024-04-092-112/+148
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | | more experiments
| * | | | | | | common code for force strict child selectionHåvard Pettersen2024-04-081-70/+18
| | | | | | | |
| * | | | | | | more experimentsHåvard Pettersen2024-04-052-83/+171
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | also pruned some of the less promising alternatives
* | | | | | | | Merge pull request #30856 from vespa-engine/renovate/commons-io.vespa.versionv8.328.24Henning Baldersheim2024-04-091-1/+1
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Update dependency commons-io:commons-io to v2.16.1
| * | | | | | | | Update dependency commons-io:commons-io to v2.16.1renovate[bot]2024-04-081-1/+1
|/ / / / / / / /
* | | | | | | | Merge pull request #30855 from ↵Henning Baldersheim2024-04-081-1/+1
|\ \ \ \ \ \ \ \ | |_|_|/ / / / / |/| | | | | | | | | | | | | | | | | | | | | | | vespa-engine/balder/reenable-running-systemtest-on-pr-builds Reenable runing of basic systemtest
| * | | | | | | Reenable runing of basic systemtestHenning Baldersheim2024-04-081-1/+1
|/ / / / / / /
* | | | | | | Merge pull request #30849 from vespa-engine/hmusum/add-flagHarald Musum2024-04-081-0/+6
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Add flag for using new path disk encryption key metadata
| * | | | | | | Update flag descriptionHarald Musum2024-04-081-1/+1
| | | | | | | |
| * | | | | | | Add flag for using new path disk encryption key metadataHarald Musum2024-04-081-0/+6
| | | | | | | |
* | | | | | | | Merge pull request #30853 from ↵Tor Brede Vekterli2024-04-081-0/+14
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | vespa-engine/toregge/suppress-more-protobuf-related-valgrind-warnings-pass-3 Suppress more protobuf related valgrind errors (pass 3). MERGEOK
| * | | | | | | | Suppress more protobuf related valgrind errors (pass 3).Tor Egge2024-04-081-0/+14
|/ / / / / / / /
* | | | | | | | Merge pull request #30852 from ↵Tor Brede Vekterli2024-04-081-0/+33
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | vespa-engine/toregge/suppress-more-protobuf-related-valgrind-warnings Suppress more protobuf related valgrind warnings MERGEOK
| * | | | | | | | Suppress more protobuf related valgrind warnings forTor Egge2024-04-081-0/+33
|/ / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | systems without debuginfo libraries installed.
* | | | | | | | Merge pull request #30851 from ↵Tor Brede Vekterli2024-04-081-0/+104
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | vespa-engine/toregge/suppress-protobuf-related-valgrind-warnings Suppress protobuf related valgrind warnings MERGEOK
| * | | | | | | | Suppress protobuf related valgrind warnings.Tor Egge2024-04-081-0/+104
|/ / / / / / / /
* | | | | | | | Merge pull request #30837 from ↵Henning Baldersheim2024-04-085-3/+33
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | vespa-engine/renovate/major-plexus-xml.vespa.version Update dependency org.codehaus.plexus:plexus-xml to v4
| * | | | | | | | Update expected dependencies.Henning Baldersheim2024-04-085-2/+32
| | | | | | | | |
| * | | | | | | | Update dependency org.codehaus.plexus:plexus-xml to v4renovate[bot]2024-04-081-1/+1
| |/ / / / / / /
* | | | | | | | Merge pull request #30833 from vespa-engine/toregge/update-protobuf-versionArnstein Ressem2024-04-0811-17/+29
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | Update to protobuf 5.26.1 (C++ API).
| * | | | | | | Update to protobuf 5.26.1 (C++ API).Tor Egge2024-04-0511-17/+29
| | | | | | | |