-
Programmatically RAG: Running an enriched LLM query using augmented LLM
I have an issue with applying an augmented LLM after following this tutorial: https://developer.dataiku.com/latest/tutorials/machine-learning/genai/nlp/llm-mesh-rag/index.html I am using Dataiku 12.6. I have a knowledge bank and augmented LLM that I would like to use to utilize in a webapp, however I keep getting the…
-
What account/user does SharePoint use to connect
Hello, I am trying to set up a connection between Dataiku and SharePoint using the SharePoint plugin. I'm running into a (seemingly authorisation-related) issue where the configuration of the connection within Dataiku is set up correctly but the connection itself refused: Error while connecting to dataset…
-
dataikuapi.utils.DataikuException: com.dataiku.dip.exceptions.UnauthorizedException: Failed to read
from dataikuapi import DSSClient import pandas as pd client = DSSClient(host, apiKey) client._session.verify = False instance = client.get_app("<< Application Name >>").create_temporary_instance() project = instance.get_as_project() project.get_scenario("<< Scenario Name >>").run_and_wait() Giving error while using scenerio
-
Manually Adding Dataset for New Month but Confirming Dashboards for Previous Month Will Not Change
Hi everyone, The title basically states what I am confirming. I have a framework of recipes set up for the month of February and Dashboards made based off the datasets pulled for that month. I now want to add the datasets for the month of March now that the design of my framework is completed. However, I have a dashboard…
-
How to prune the decision tree using dataiku
How do I prune a decision tree in Dataiku?
-
DKU Currency Conversion Rates - Daily Update Scenario
Hello, I would like to understand if it is possible to schedule the execution of the currency conversion rate update command from within DSS itself. Shell Command: ./bin/dku update-currency-rates Ideally, I would like to trigger this process using a Shell recipe and store the output to a simple log file for the purpose of…
-
Error messages
2 different laptops, both with the same error when installing plugins for Text Preparation, Visualization and Sentiment Analysis. 'Environment Creation Failed'. Can anyone assist. I have uninstalled the plugins and reinstalled. Same error. I have uninstalled and reinstalled Dataiku error remains.
-
XML automation
Hi, I want to automate an XML process where everytime an xml is dropped, a bunch of recipes process the xml and generate a csv at the end. However, my xml may vary, some tags and attibutes may or may not be present from one file to another. So how can I handle this? If I have an xml with tags A, B, and C and then is…
-
dss: DSS supervisor is not running
I want to check Dataiku status running ./dss status command and it returns: dss: DSS supervisor is not running Dataiku is working fine without any problem but the command is not working. I validated my data dir and it is right where I am running it. Do you know the reason why it is ocurring? Thank you!! Operating system…
-
custom python function
Hi, In my input dataset, I have a string column named vars like this [" 20547","21513 "], with an array meaning. I woulf like to check if each element of this array is in an other array defined in global variables {"varGamme": ["21513","20547"]} I'm trying with a custom python function import pandas as pddef process(rows):…