-
How to train a model on a partitioned dataset using API
How do I build a model on a partitioned dataset in Dataiku using the API? I'm using the below code to develop the model. How do I modify this code to build a partitioned model? "trainset" is partitioned data in the column "Market". # client is a DSS API clientp = client.get_project("MYPROJECT")# Create a new ML Task to…
-
Using large context for a Gen AI prompt
Hi, I'm trying to create a prompt to ask questions to a LLM and get an answer based on 5,000 reviews for a product. I know there are ways to classify or perform sentiment analysis, but what I want to do is to ask an LLM a question about the whole bunch of reviews. I tried using RAG, but it is my understanding the this…
-
Ways to get vectors from Knowledge bank
I am creating a RAG approach in DataIKU and I do not want to use Langchain. Is there any way I can run the similarity search on a knowledge bank without the use of Langchain as vectorstore or is it the only way possible?
-
LLM
Hi , Is there a way to use LLM connections and models as a API node? Operating system used: Windows
-
Pass specific warehouse on visual recipes
Hi folks, Someone knows if its possible to pass a specific snowflake warehouse name on a visual recipe like join ? I don't want to have two, three, etc. connexions per warehouse size and as this parameter may change during the flow, I cant use the default warehouse selection. Also in my sso snowflake connection we don't…
-
Passing multiple queries to Dataiku Endpoint for an exposed Prediction Model
Hello Team, We have created an endpoint URL and have exposed our model in Dataiku for API testing , now we are able to send one transaction at a time and fetch predictions accordingly , but when i pass multiple transactions or say 2 at a time it gives me error…
-
Querying Underlying LLM-as-a-Service through DSS LLM Mesh
I have created an Azure_OpenAI connection in our DSS instance. I can connect to the instance from within Dataiku and externally via the dataiku-api-client module. For example: import dataikuapiimport osdss_instance = os.getenv('DSS_INSTANCE')dss_api_key = os.getenv('DSS_API_KEY')dss_project_key =…
-
Generate Tile Num and Tile Sequence
Hi team I'm trying to populate the Tile Num and Tile Sequence Number in the attached picture format. Trying to use windows recipe with no luck. Can someone please help with this? Attached is the data, the ask is to make sure generate a tile num for INS column. Highlighted the color combinations in the picture. Operating…
-
Recipe Is Completely Blank, Seemingly for no Reason
Just the title. I've never seen this, but i've only been using dataiku for a short time. Anyone else deal with this? Operating system used: Windows
-
Dataiku API tests
Hi, I would like to know if it is possible to write unit tests to a Dataiku API code (in Python) using the API Designer, in order to check if it works according to the desired functionality before the API is deployed. Thanks Operating system used: Windows