Pierre
Pierre
One thing to keep in mind are hybrid queries and how they're implemented in other VSS capable databases. Taking your example: ```sql select rowid from vss_articles where vss_search(headline_embeddings, embedding_api('global warming'))...
Hi Andrew, Thank you for your question. It is indeed a request we often get, and something we're definitely interested in long-term, but don't have any immediate plans for. The...
cc this - [Bug No. 42169](https://bugzilla.xamarin.com/show_bug.cgi?id=42169) - [Bug No. 42058](https://bugzilla.xamarin.com/show_bug.cgi?id=42058)
Duplicates closed, main Bug is now [42169](https://bugzilla.xamarin.com/show_bug.cgi?id=42169). Consider adding you logs there if your issue is drastically different.
Hm, looking a bit more into the SDL source, I'm not sure if this is fully implemented after all. But that's a judgement beyond my understanding of SDL internals.
I gave up on my SDL investigation. For anyone stumbling upon this, I solved this for me by compiling [this code](https://web.archive.org/web/20151012175118/http://steike.com/code/multitouch/) which talks directly to MultitouchSupport (a system Framework) to...
We're continuously assessing new language support for CodeQL, and we need to be careful about where to invest, since language support in CodeQL involves more than just extraction, but necessitates...
Instance labels missing from pmseries, part of the API and downstream consumers (proxy, pcp-grafana)
Hypothesis (I am yet to test as I work on getting PCP to build locally). I think the hashing logic causes this. It's first called here: https://github.com/performancecopilot/pcp/blob/6c5f0844f83927be023e6af8679426d59ff43357/src/libpcp_web/src/util.c#L979-L995 As `pmwebapi_instance_hash(indom, instance);`....
Instance labels missing from pmseries, part of the API and downstream consumers (proxy, pcp-grafana)
Alright, here's a fix: https://github.com/turbo/pcp/compare/6c5f0844f83927be023e6af8679426d59ff43357..e1b1c2fe7b4bd07ad5d2ea4d174756eedbc191f7 This works with the current PCP built from main on ubuntu/noble. Metrics now appear: ``` curl -s "http://localhost:44322/pmapi/indom?name=esmi.energy.core" | python3 -m json.tool 2>/dev/null | head...