-
gpt-4o no multimodality supported with chatbot webapp
Hi, I have these options for a model to use for an LLM powered webapp: And I get this option to upload images: With ChatGPT-4o however there is no "omni" support currently... And my webapp looks like this: Has anyone figured it out?
-
How to use images as an input to Prompt Studio and get the explanation about the image using the LLM
I have few images/diagrams in my managed folder. Now, I want to use those images/diagrams as an input in the prompt studio and want to generate the explanations of the images/diagrams using the LLMs. How can I achieve this in the Dataiku? Thanks for your help! Operating system used: Windows
-
DataIKU visual webapp with Gemini 1.5 pro
If I use Gemini 1.5, the upload option is visible to upload user files as you can see below: But there's an error when using it with or without uploaded files: File "/data/dataiku/dss_data/web_apps/DS1948/V9u5gZh/python-lib/backend/routes/ws/answer_streaming.py", line 173, in process_and_stream_answer for chunk in…
-
Trigger on Dataset Modified for Partitioned Dataset
Hi Team I'm reading the data from SharePoint and the format of the file is Cost Center_06092024.xlsx As the file comes with the date format, I partitioned reading the data as /Cost Center_%M%D%Y.xlsx and in my prepare recipe set the option as Last available by that the flow ONLY get the latest file. I'm trying to create a…
-
Extract elements from Dataiku variable in SQL query
Hello, I declare a variable List_x in Dataiku project as a tuple of 3 elements A, B and C. { "List_x" : "('A', 'B', 'C')"} With SQL query, how could I extract each element of this variable ? The goal is to use "List_x" in a Case when syntax, like this: SELECT *, CASE WHEN X = List_x(0) THEN 1 WHEN X = List_x(1) THEN 2 WHEN…
-
What is the difference between the dataiku and the dataikuapi packages?
From what I could see, both seem to have the same functionality when I used them outside the Dataiku web interface. I see documentation for both the packages but they seem to be conflicting. For example, in this page section, in the illustrative code, we are importing dataiku, but just below it, it is written that a…
-
How to choose between updating and appending an output table
I have an connection / output recipe that is outputting to a table in snowflake, I don't see any option in here to choose between outputting and appending data, where can I set that up? does the option pop up after I press run? or is that something I can set up before hand? Operating system used: windows
-
Pivot table in Dashboard: Expand rows not working
I am using the Pivot Table functionality in the Dashboard. My rows are some hospital names, and I am showing counts of some other variables for each hospital. There are in total 93 distinct hospitals. When I put hospital name under the row section in the pivot table, it is showing the names of 20 hospitals and clubs the…
-
Comma Delimited Files issue
I have a .txt file in an s3 connection being parsed in excel style. There are 7 columns. The DSS is creating new columns off the actual data rather than the column names because some entries have commas. This is odd because I have other data where this IS NOT happening. How can I fix this?
-
Update local variables on automation project
Hi, I'm looking for the way to use : "Update local variables on automation project". Indeed when I'm trying to use this option with for exemple : { "BON": "JOUR" } on deployer node : Deployments / $projecKey-on-dataiku-automation-2/settings/ I get this error : Invalid format: Cannot read properties of undefined (reading…