Vasily Vasinov
Vasily Vasinov
@iloveitaly, hey Mike! 😄 We are currently relying on some `sqlalchemy 1.x`-specific functionality but we should definitely upgrade to `2.x`. Thanks for bringing this up!
@mattgiles, `1.x` is used in a handful of classes but the most significant blocker is in `SqlDriver.get_table_schema()`. Not a terribly hard migration but we just haven't gotten to it yet....
@mattgiles, ah, yes. that's another blocker that I forgot about.
Looking into it.
So, I ran your example and got the same result. "NaN" is returned by Mahout itself, which means that it wasn't able to calculate a preference estimate based on your...
Yes, I was thinking of it. Another alternative is [JRuby On Hadoop](https://github.com/fujibee/jruby-on-hadoop) but it seems that it's abandoned.
@matheeeny, it would probably make sense to follow the current pattern and implement the `Classifier` class that implements appropriate Mahout Java interfaces. Unfortunately, I'm very limited in terms of time,...
Any update on this PR? This is a sorely needed improvement.
If we do then we need to log a warning. I am on the fence about this leaning towards not truncating and explicitly failing. IMO, should be on the user...
@rcarmo, thanks for submitting the issue! As of today, we don't plan to support OpenAI function calling, as Griptape is framework-agnostic and we implement our own CoT and tool schema...