Results 6 comments of PETER DIXON-MOSES

@softwaredoug CatBoost claims to serialize to a bunch of formats. https://catboost.ai/docs/concepts/applying__models.html The ones that jump out are PMML (older standard emphasizing generality and portability), and ONNX (newer Microsoft+Facebook interop standard...

Not a bug. Just a confusing DSL spec. ``` must: - nested cond1 - nested cond2 ``` translates to "PARENTS which have a nested document satisfying `cond1` AND which have...

Hi @klemay. We'd also like to add support for image annotation. And if at all possible, image reference information via the API as well: - **web content**: image link or...

Take a look at this paper from the Pinecone team: https://arxiv.org/abs/2210.11934 Convex Combination shows promise as a simple/effective way to combine the two hybrid scores. (Normalize each, and regress to...

Do you have a testcase? I'm not sure if I understand what you encountered. The heuristic for building table aliases is to take one letter from each word segment and...

The primary usecase of the Reindex API is to allow zero downtime index migrations for mapping changes requiring reindexing. But the Reindex API and aliases alone do not enable zero-downtime...