From 3440f424ab11d8d8810b6f9785e6a8fad7271fe1 Mon Sep 17 00:00:00 2001 From: HÃ¥vard Pettersen Date: Mon, 31 Aug 2020 10:32:50 +0000 Subject: handle onnx models config --- streamingvisitors/src/vespa/searchvisitor/indexenvironment.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'streamingvisitors') diff --git a/streamingvisitors/src/vespa/searchvisitor/indexenvironment.h b/streamingvisitors/src/vespa/searchvisitor/indexenvironment.h index ac6836b08c5..3bbfb0b23f9 100644 --- a/streamingvisitors/src/vespa/searchvisitor/indexenvironment.h +++ b/streamingvisitors/src/vespa/searchvisitor/indexenvironment.h @@ -73,6 +73,10 @@ public: return vespalib::eval::ConstantValue::UP(); } + std::optional getOnnxModelFullPath(const vespalib::string &) const override { + return std::nullopt; + } + bool addField(const vespalib::string & name, bool isAttribute); search::fef::Properties & getProperties() { return _properties; } -- cgit v1.2.3