-
Dataiku App - VisibilityCondition
Hi, While creating the dataiku app, I am adding a tile, 'Edit Project Variable'. I want to make that parameter visible only if multiple conditions are met. How do I integrate the "visibilityCondition" for multiple conditions in the Application Designer? Currently the condition is like below: "visibilityCondition":…
-
How to search what recipes the variables were used?
My teams defined the variables, but after many versions, I don't know where the variables were used then I can edit or delete, how to search what recipes that the variables were used? Operating system used: Windows
-
Confused on how to use RAG (Retrieval Augmented Generation)
I'm playing with the new LLM recipes and getting a bit confused with the RAG functionality. I can use an Embed recipe to create an Embedding dataset / Vector Store. Then I can setup an LLM two query the resulting object in its settings. But, how to go from there? How can I ask a question / query to the Embedding object?…
-
External StyleSheet for Dash Webapp Failed
Hi all, I'm trying to design a dash webapp with the external stylesheet such that I can have multiple columns of different width. I used the code suggested in other posts: app.config.external_stylesheets = ['https://codepen.io/chriddyp/pen/bWLwgP.css'] This worked perfectly before, while all my dashboards failed to have…
-
LLM Mesh with "Azure OpenAI" connection
We have 12.3 and want to use the LLM Mesh capabilities. We have an Azure openAI backend up and running. In the administration section, I create a new LLM connection for Azure OpenAI. The connection is marked as "successfull" when pressing the "Test" button. This connection is saved. When running the LLM Classify tutorial I…
-
How to Create a Batch Inference API for a Model?
Hello Dataiku Community, I'm looking for guidance on how to set up a batch inference API for a machine learning model. Specifically, I want to create an API endpoint that can take a batch of data and return predictions from my model. Here are a few details about my setup: - I have a trained model. - I want to provide it…
-
Admin licence
Hi everyone I have some questions about type of user profile, API, licence Today in our structure, we have 2 types of user profiles for bundle deployment. The first profile just has to run the bundles in batch mode or via python script using a user (Does this first type of profile must necessarily have a designer or admin…
-
Validate at SQL recipe using the public API (python)
How do you validate a SQL recipe using the public API?
-
Job failed: Error in Python process: At line 20: : wavelength
After running the code below. I get the following error. See screenshot. Attached is also the code # -*- coding: utf-8 -*-import dataikuimport pandas as pd, numpy as npfrom dataiku import pandasutils as pdufrom read_data.read_ftir_data import TransformFTIR# Read recipe inputsftir_first_second_dev =…
-
Send condition-based emails
I'm trying to build a flow that monitors data quality for a table. How can I build a flow that sends emails, based on a condition in a column. Example: If a date field comes with null values, send me an email. Operating system used: Win