summaryrefslogtreecommitdiffstats
path: root/config-model/src/main/java/com/yahoo/schema
Commit message (Expand)AuthorAgeFilesLines
* Don't scale down if we are likely to scale back upJon Bratseth2023-07-201-4/+4
* Remove unused, stale stuff related to index-toHarald Musum2023-07-081-1/+1
* Only log warning when the stricter validation triggers.Geir Storli2023-07-044-16/+21
* Improve validation of complex fields using struct field attributes.Geir Storli2023-07-031-0/+16
* Add feature falg control of new nested multivalue grouping.Henning Baldersheim2023-06-291-0/+5
* Merge pull request #27382 from vespa-engine/bratseth/validate-prefix-matching...Arne H Juul2023-06-135-9/+118
|\
| * Move to SchemaInfoJon Bratseth2023-06-125-9/+118
* | avoid having "index" command for fields without an indexArne Juul2023-06-081-1/+3
|/
* Classify missing node tag for cloud prod as illegal argumentJon Bratseth2023-05-161-4/+2
* add filtering to hide implicitly added match featuresArne Juul2023-05-112-2/+31
* Make it possible to configure dotproduct distance metric.Geir Storli2023-05-051-1/+1
* for document-summary blocks:Arne Juul2023-04-212-2/+34
* wait until later with new metric nameArne Juul2023-04-201-1/+1
* add two names for distance metricsArne Juul2023-04-202-1/+2
* Merge pull request #26742 from vespa-engine/geirst/vsmfields-nearest-neighbor...Geir Storli2023-04-142-26/+57
|\
| * Add vmsfields config for nearest neighbor search on supported tensor fields.Geir Storli2023-04-142-26/+57
* | Ignore input also listed in intializers when parsing metadata from modelBjørn Christian Seime2023-04-131-5/+1
|/
* Merge pull request #26668 from vespa-engine/bratseth/use-visitorv8.151.21Henning Baldersheim2023-04-121-1/+1
|\
| * Replace reflection by visitorJon Bratseth2023-03-311-1/+1
* | Merge pull request #26660 from vespa-engine/bjorncs/onnx-model-initializersJon Bratseth2023-03-312-6/+15
|\ \ | |/ |/|
| * Ignore input also listed in initializersBjørn Christian Seime2023-03-312-6/+15
* | More understandable errors, and implement inner convertJon Bratseth2023-03-311-1/+1
|/
* Merge pull request #26547 from vespa-engine/arnej/improve-failure-for-self-re...Arne H Juul2023-03-232-3/+4
|\
| * let Exceptions.toMessageString handle message concatenationArne Juul2023-03-231-1/+1
| * improve error for cycle in ranking expression functionsArne Juul2023-03-232-4/+5
* | Merge pull request #26535 from vespa-engine/arnej/use-common-expressionfuncti...Arne H Juul2023-03-231-9/+27
|\ \ | |/ |/|
| * use ExpressionFunction.Instance for consistencyArne Juul2023-03-221-9/+27
* | also export derived onnx-models.cfgArne Juul2023-03-223-2/+11
|/
* use Integer.toHexString on hashcodeArne Juul2023-03-211-1/+1
* use withTransformedExpressions for wiringArne Juul2023-03-201-14/+1
* deeper processing of TensorFunctionNode and ONNX model referencesArne Juul2023-03-201-0/+33
* Merge branch 'master' into arnej/handle-dynamic-tensorJon Bratseth2023-03-205-10/+32
|\
| * - avoid unintentionally duplicated rank-propertiesArne Juul2023-03-202-3/+22
| * Add raw attributes to config model.Tor Egge2023-03-173-7/+10
* | handle DynamicTensor with embedded expressionsArne Juul2023-03-171-0/+8
* | avoid making OperationNode with no operatorsArne Juul2023-03-171-0/+3
|/
* * make InputRecorder handle slice with embedded expressionsArne Juul2023-03-161-0/+8
* add special handling of TensorFunctionNode containing Generate functionArne Juul2023-03-143-4/+53
* remember which functions are already handledArne Juul2023-03-101-0/+6
* handle more complex features and functions wrapped in rankingExpression(foo)Arne Juul2023-03-081-3/+8
* Reapply "deeper processing of onnx inputs"Arne Juul2023-03-081-1/+10
* call addFunctionTypeSerialization in more casesArne Juul2023-03-071-7/+8
* use common utility and constantArne Juul2023-03-023-7/+8
* add component modelingArne Juul2023-02-241-0/+3
* Revert "deeper processing of onnx inputs"Arne Juul2023-02-241-10/+1
* validate onnx model input/output mappingsArne Juul2023-02-221-2/+31
* deeper processing of onnx inputsArne Juul2023-02-161-1/+10
* Add string command to index info config.Tor Egge2023-02-151-0/+15
* Merge pull request #25927 from vespa-engine/arnej/xp-input-recorderArne H Juul2023-02-092-2/+114
|\
| * use FeatureNamesArne Juul2023-02-081-8/+13