product · inferred from evidence
Vespa
A search engine and vector database mentioned in the context of YQL parameter substitution.
- vespa-feed-client leaks feed-client-dispatcher threads when build() fails during handshake
The vespa-feed-client leaks threads when FeedClientBuilder.build() fails during the connection handshake. HttpFeedClient constructs the HttpRequestStrategy, which starts the feed-client-dispatcher thread, before calling verifyConnection();
- Vespa YQL parameter substitution fails with 400 when passing a JSON object in POST query
Using YQL parameter substitution in a POSTed JSON query, the string form works: {"yql": "select * from sources * where wand(terms, @q_terms)", "q_terms": "{7128: 34,2622: 18}"} returns results. But passing the same value as a natural JSON o