Jon Bratseth

Results 131 comments of Jon Bratseth

HuggingFaceTokenizer (and SentencePieceEmbedder) implements Segmenter so it can (in theory) be used to segment query text. But to be used on the indexing side it also needs to implement Tokenizer...

There are use cases for it though, and what we have done recently is to make this completely the discretion of the linguistics module, but the linguistics module will have...

To be clear you want both of a) cased exact match, no partial match, b) on an index field not an attribute? And if so, why can't it be an...

Ok, got it. No other way right now, but it's not a lot of work to add when also doing "exact" - we can consider doing that.

For self-hosted instances? If so you can dump the (single) application package deployed using the deploy/v2 API: https://docs.vespa.ai/en/reference/deploy-rest-api-v2.html#content-get

You'll need control plane access to get this information, anything else would be a security breach. Given that, I think the deploy API is a complete solution for self-hosted. For...

You are probably sending more requests than the system can handle timely and therefore some of them end up crossing a connection recycling event. These will be retried until timeout...

I would say people shouldn't reasonably depend on this. But that said, lots of people ask for ways to find documents with an unset value of some field. We have...

> we need to manage hundreds of nodes _Really_, the right solution here is to have Vespa Cloud manage it, which it can do even though they are [in your...