cancel
Showing results for 
Search instead for 
Did you mean: 
IM_01
Valued Contributor
since ‎10-23-2025
yesterday

User Stats

  • 50 Posts
  • 0 Solutions
  • 9 Kudos given
  • 9 Kudos received

User Activity

Hi All,I've been exploring Knowledge Assistant and trying to understand how it works under the hood. I noticed it's built on the Instructed Retriever architecture, and I recently came across an update called Instructed-Retriever-1, which is supposed ...
Hi all,sharing an article I wrote on Lakebase CDF — a feature that replaces the whole Debezium + staging pipeline setup with a single toggle. Walks through how it works, getting it running, and a pattern for surviving schema changes without breaking ...
 Hi, Can we add multiple sample questions to one SQL query  in the sql queries instructions so Genie learns to handle similar variations?
Hi,I was trying to log an exception in Lakeflow SDP , firstly I am creating an empty streaming dataframe in case of exception and writing log into audit table as shown belowtry: raise Exception("testexception") return df except Exception as e: df=...