-
Function calling for custom llm connections
Hi, When can we expect function calling capabilities for custom LLM connections? Is there an estimated release timeline? Tool calls are supported on the compatible completion models of some LLM connections: OpenAI Azure OpenAI Azure LLM Anthropic Claude Anthropic Claude models on AWS Bedrock connections MistralAI Thank you!
-
How can you export a csv file to a folder using Python code, with specified path names ie 2024-09?
-
Creating a dropdown in an exported end-user dataset
I have created a report that is downloaded as an excel and stored into a fileshare. This reprot is then shared with external stakeholders for feedback. I would like this feedback to be in a column with a dropdown of options. Due to the volume of stakeholders, I cannot do this for each report manually and would like to…
-
Convert files name in a folder to a column
Hi community, I have a specific use case where my data are stored in a Dataiku folder on S3 in separated CSV files everyday. For instance, the extract date is only stored in the name of the files and not inside the files itself. I want to use the 'Create a dataset' function to create a new dataset from this folder and I…
-
How to run multiple flows at a time with different datasets?
We have created a flow which takes in different input datasets and updates many tables in Snowflake. There are many scenarios to trigger the recipes, and the scenarios are run using API endpoints which are triggered from a frontend website. What we want to do is run the flow for multiple inputs. Each of the input will…
-
Application as Recipe Inputs are Broken (or insanely obtuse to use)
I have a project that I built out to be an Application-As-A-Recipe to upload a Dataiku dataset as a file to our API. I will refer to my Application-as-a-Recipe as my "child process" for brevity's sake. Another Project calls this recipe within its flow. The child process has a scenario to build out all datasets and…
-
Using Scenarios to automatically retrain models
Hi, I'm new to Dataiku and the community and I'm using Dataiku online. Documentation indicates that scenarios can be used to "Automate the retraining of “saved models” on a regular basis, and only activate the new version if the performance is improved". This is exactly what I need to set up but I can't seem to find…
-
[Python API] Get path of the file inside a "UploadedFiles" dataset
Hi, I am a looking the name of the input file inserted into an "UploadedFiles" dataset. For a managed folder, I am using the "list_contents" function to do so and it works perfectly. My code is currently the following import dataiku project = dataiku.api_client().get_default_project() dataset =…
-
Error while running K-means clustering
Hello, I tried to run K-means clustering on version 13.0.2 and got the attached error. Can anybody help please? Operating system used: Mac OS Sonoma 14.5
-
how to add calculated filters in Charts ?
I want to embed calculated filters (if x >1 set display color to blue, if x > 1.15 set color to yellow etc…) in a chart. Let's say Bar chart for example. I know how to add static filters but is there a way to add filter based on a calculation. here in this chart , each color is a parameter. I want to change parameter color…