summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Don't read from invalid file pointer (e.g. whenTor Egge2023-09-221-4/+6
| | | | /proc/self/status could not be opened)
* Merge pull request #28609 from ↵Geir Storli2023-09-224-10/+35
|\ | | | | | | | | vespa-engine/toregge/use-utf32-dfa-fuzzy-match-successor Use UTF-32 dfa fuzzy match successor.
| * Use UTF-32 dfa fuzzy match successor.Tor Egge2023-09-214-10/+35
| |
* | Merge pull request #28605 from vespa-engine/mpolden/always-include-zone-scopedMorten Tokle2023-09-226-56/+61
|\ \ | | | | | | Always include zone-scoped endpoints when deploying
| * | Use immutable listMartin Polden2023-09-211-2/+1
| | |
| * | Rename methodMartin Polden2023-09-213-4/+4
| | |
| * | SimplifyMartin Polden2023-09-211-15/+15
| | |
| * | Always include zone-scoped endpoints when deployingMartin Polden2023-09-213-39/+45
| | |
* | | Merge pull request #28599 from vespa-engine/jobergum/colbert-embedderBjørn Christian Seime2023-09-2211-6/+818
|\ \ \ | | | | | | | | Add ColBERT embedder
| * | | fix missing importJo Kristian Bergum2023-09-211-0/+1
| | | |
| * | | Fix import *Jo Kristian Bergum2023-09-211-1/+4
| | | |
| * | | Add config options + licenseJo Kristian Bergum2023-09-217-8/+174
| | | |
| * | | Ensure Onnx/Hugginface resources are cleaned up on deconstructionBjørn Christian Seime2023-09-211-0/+6
| | | |
| * | | Install config definitionBjørn Christian Seime2023-09-211-0/+1
| | | |
| * | | Add ColBERT embedderJo Kristian Bergum2023-09-215-0/+635
| |/ /
* | | Merge pull request #28610 from vespa-engine/renovate/netty-monorepoBjørn Christian Seime2023-09-222-10/+10
|\ \ \ | | | | | | | | Update netty monorepo to v4.1.98.Final
| * | | Expect netty.4.1.98.FinalHenning Baldersheim2023-09-211-9/+9
| | | |
| * | | Update netty monorepo to v4.1.98.Finalrenovate[bot]2023-09-211-1/+1
|/ / /
* | | Merge pull request #28604 from vespa-engine/hmusum/change-log-levelGjøran Voldengen2023-09-211-1/+1
|\ \ \ | | | | | | | | Log unknown config definition at INFO level
| * | | Log unknown config definition at INFO levelHarald Musum2023-09-211-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | I think we should try to fix this so that we can throw exception if config definition is not found, eventually. Start with logging at info level, so we can look into what is needed to make this better long-term
* | | | Merge pull request #28606 from ↵Geir Storli2023-09-2131-38/+229
|\ \ \ \ | |_|_|/ |/| | | | | | | | | | | vespa-engine/geirst/fuzzy-matching-algorithm-query-property Add query property to control fuzzy matching algorithm.
| * | | Add query property to control fuzzy matching algorithm.Geir Storli2023-09-2131-38/+229
| | | |
* | | | Merge pull request #28603 from ↵Geir Storli2023-09-213-14/+101
|\ \ \ \ | |_|/ / |/| | | | | | | | | | | vespa-engine/toregge/extend-allowed-key-types-for-folded-string-compare-compare-folded Extend allowed key types for FoldedStringCompare::compareFolded.
| * | | Extend allowed key types for FoldedStringCompare::compareFolded.Tor Egge2023-09-213-14/+101
|/ / /
* | | Merge pull request #28601 from vespa-engine/olaa/fix-cluster-costMartin Polden2023-09-213-8/+22
|\ \ \ | | | | | | | | Cluster cost accounts for GPU resources
| * | | Cluster cost accounts for GPU resources as wellOla Aunronning2023-09-213-8/+22
| | |/ | |/|
* | | Merge pull request #28597 from ↵Kristian Aune2023-09-211-1/+24
|\ \ \ | | | | | | | | | | | | | | | | vespa-engine/hmusum/better-error-message-when-file-missing-or-dir-empty-3 Add unit test for adding path which is an empty dir
| * | | Add unit test for adding path which is an empty dirHarald Musum2023-09-211-1/+24
| | | |
* | | | Merge pull request #28598 from ↵Tor Brede Vekterli2023-09-217-43/+65
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | vespa-engine/vekterli/split-dfa-match-loop-function Split core DFA match loop into match-only and successor-emitting specializations
| * | | | Split core DFA match loop into match-only and successor-emitting specializationsTor Brede Vekterli2023-09-217-43/+65
| | |/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This allows for "hybrid" schemes where raw matching (without successor generation) is done with a dedicated matcher implementation that is faster for that particular purpose. Also gives a much tighter loop for the match-only case and removes some branches from the successor-emitting case.
* | | | Merge pull request #28600 from vespa-engine/mortent/allow-empty-clientsMorten Tokle2023-09-212-1/+31
|\ \ \ \ | |/ / / |/| | | Allow empty clients
| * | | Improve testMorten Tokle2023-09-211-8/+21
| | | |
| * | | Allow empty clientsMorten Tokle2023-09-212-1/+18
|/ / /
* | | Merge pull request #28566 from ↵Arne H Juul2023-09-2110-1/+105
|\ \ \ | | | | | | | | | | | | | | | | vespa-engine/arnej/avoid-recomputing-match-features if something is already a match-feature, avoid computing it again in …
| * | | if something is already a match-feature, avoid computing it again in ↵Arne Juul2023-09-1810-1/+105
| | | | | | | | | | | | | | | | global-phase
* | | | Merge pull request #28565 from vespa-engine/arnej/overdue-cleanupArne H Juul2023-09-211-3/+1
|\ \ \ \ | |_|/ / |/| | | get rid of input which is already gotten from query
| * | | get rid of input which is already gotten from queryArne Juul2023-09-181-3/+1
| | | |
* | | | Merge pull request #28594 from ↵Kristian Aune2023-09-211-6/+3
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | vespa-engine/hmusum/better-error-message-when-file-missing-or-dir-empty-2 Print relative path in error message
| * | | | Print relative path in error messageHarald Musum2023-09-211-6/+3
| | |_|/ | |/| |
* | | | Merge pull request #28595 from vespa-engine/fix-broken-linkKristian Aune2023-09-211-1/+1
|\ \ \ \ | | | | | | | | | | Follow moved file Search->Schema
| * | | | Follow moved file Search->Schemagjoranv2023-09-211-1/+1
|/ / / /
* | | | Merge pull request #28593 from vespa-engine/kkraune/auto-linkcheckKristian Aune2023-09-211-8/+22
|\ \ \ \ | |/ / / |/| | | Kkraune/auto linkcheck
| * | | Correct linkKristian Aune2023-09-211-4/+7
| | | |
| * | | Ignore from htmlproofer linkcheckKristian Aune2023-09-211-5/+16
| | | |
* | | | Merge pull request #28586 from vespa-engine/kkraune/fix-linksKristian Aune2023-09-217-631/+835
|\ \ \ \ | | | | | | | | | | Kkraune/fix links
| * | | | no PR buildKristian Aune2023-09-211-1/+0
| | | | |
| * | | | ignore filesKristian Aune2023-09-211-1/+1
| | | | |
| * | | | ignore filesKristian Aune2023-09-211-1/+2
| | | | |
| * | | | escapeKristian Aune2023-09-211-1/+1
| | | | |
| * | | | Ignore filesKristian Aune2023-09-201-1/+1
| | | | |