Kannan Ramamoorthy
Kannan Ramamoorthy
I'm not seeing `solve-utils.scm` anywhere in [the scheme version](https://github.com/Tipoca/scmutils), am I missing something?
@XiaoningLiu My existing code uses authfile based authentication with Azure. For testing , local setup if I have to make a drop-in-replacement of Azurite, I'll be needing one of the...
@shuwang127 You use A100 to fine-tune a 3B model?
I'm not seeing `solve-utils.scm` anywhere in [the scheme version](https://github.com/Tipoca/scmutils), am I missing something?
@prudhvigodithi Thanks a lot for the effort that you put on trying to make this happen. I need this for our customer, who uses `maven` and using zip as a...
Raised [this PR](https://github.com/opensearch-project/k-NN/pull/2459). Changes as [suggested](https://github.com/opensearch-project/k-NN/issues/1351#issuecomment-1872644161) by @prudhvigodithi .
@jmazanec15 , This is client side. So native libraries is not required. We're forming the dynmaic queries using classes implementing `AbstractQueryBuilder`. In that context, we would require `KNNQueryBuilder` and related...
The current code base that the client has heavily leverages QueryBuilders, where they create multiple queries based on their DSL, and compose together using builders, which is a easy way...