Gabriele Venturi
Gabriele Venturi
@DataScientistTX please try to use `st.image(response)`, that should work. We're releasing a streamlit repo soon tho, so you'll be able to take inspiration from there!
@yassinkortam thanks for reporting. I guess it's the case when the cache is hit: since no prompt is generated because there's no reason to, the variable gets never updated. Not...
Hi @Marcus-M1999, I think it might be related to how the LLM defines "last 5 quarters" or even how the LLM assumes what day is today. Would be interesting to...
@dudesparsh, the approach will probably be to split the current pipeline of the `.chat` method of the SmartDatalake so that one can conditionally split the logic in 2 different steps,...
@asishm @sfc-gh-mvashishtha from what I see, it might be a problem only from pandas >= 2.2. Can we assume we can safely migrate to pandas > 2 < 2.2 for...
Hi @pablolerner thanks for reporting. We are currently recommending using poetry, but we can definitely look into it, as it should be compatible with pip as well!
@rafaelclp then what would you recommend? We could also consider installing Snowflake from that feature branch for the short term hoping they'll eventually fix it?
@ArslanSaleem is only Snowflake blocking the upgrade as far as you know?
@YarShev sure, would be great. Let's try to upgrade pandas and sqlalchemy, so we can merge it soon! Thanks a lot @YarShev!!
@YarShev I guess the package is deprecated, this one (https://github.com/databricks/databricks-sql-python) is the one officially maintained and supports sqlalchemy >2.0. We should probably figure out how hard it would be to...