-
RAG LLM for multiple datasets
Greetings, While working with the embedding recipe, we faced a limitation where we have two datasets, we want to apply the rag on, how can we apply the knowledge bank on them specifically? Regards
-
automation of insights export to pdf from notebook
I have a Dataiku notebook in a flow that creates various visualizations. After the visualizations are generated, I manually publish and export them as a PDF. I would like to automate this entire process, from generating the visualizations to publishing and exporting the PDF. Could someone guide me on how to automate this…
-
Connect Databricks Catalog from Dataiku API Designer
I have created a connector to query databricks catalogs from dataiku. this works fine when i test the same inside a python notebook. but from an API designer, this is not working and asking for project key. from dataiku import SQLExecutor2 executor = SQLExecutor2(connection="NAME") sql_query = f"""select * from…
-
How to make TF-IDF vectorization on a textual column?
Hello, I am searching how to make a TF-IDF vectorization on a textual column in order to combine it after with a cosine similarity. Thanks.
-
Using the dataiku API to reverse the design of a ML Task
lo, For a specific case we would like to use the Dataiku API to revert the design of a visual analysis to a design which was used for a specific model. E.g. we have three sessions, the last trained session (session 3) had a different design then session 1. I would like to revert the design back to session 1 and this is…
-
How do I install packages on dataiku Rmarkdown files?(R programming language)
im working with a rmarkdown file,I'm able to directly import few libraries like ggplot2 and Dataiku but when I try to install packages using install.packages("plotly") ,it shows error in install.packages() '. how do I install ? Operating system used: Dataiku online
-
How to debug Dataiku libraries + Llama3 DKUChatLLM bind_tools NotImplementedError
I am trying to reproduce the Text-to-SQL WebApp of the Dataiku Gallery on Dataiku 13+ with a Llama 3 connection and I am facing a NotImplementedError when executing DKUChatLLM().bind_tools(). Here is the code I am executing (after having set a proper LLM_ID), which you can find in the file web_apps/x9jctZd/backend.py here:…
-
Inconsistent Schema in SFTP folder
I am trying to pull in an SFTP folder for my project in DataIKU however there's an error with the schema and this is inconsistent across all files in the folder. My problem is, our SFTP folder pulls from a 3rd party, meaning I can't access to amend the schema and I am cautious that when more files are added (this is a…
-
Convert String value to Date
We convert String " 29692" to Date "16-04-1981" using " =Value() " formula in excel. How can we convert the same string to Date in Dataiku
-
Changing sample size in data preview while sample computation's loading
I've changed the sampling method on a big dataset and the Waiting for other sample computation prompt is loading indefinitely. Is there any way to change those settings before current loads? (abort button doesn't help) Operating system used: Windows 10