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…
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?
Hi , Is there a way to use LLM connections and models as a API node? Operating system used: Windows
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…
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…
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 =…
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…
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
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
Hi i am getting an error while doing the TESTING QUERIES on the API designer for python function endpoint. Failed: Failed to run function : class 'Exception' : No DSS URL or API key found from any location
Create an account to contribute great content, engage with others, and show your appreciation.