-
How to make a clean uninstall of DSS on Mac?
Hi, How can I delete Data Science Studio application and all the settings file on Mac OS X? I want to start with a new fresh install.
-
Problem with the installation of Retrieval Augmented Generation models in Dataiku Free Edition
Hi everyone, I'm relatively new to Dataiku and I'm trying to follow the Tutorial | Use the Retrieval Augmented Generation (RAG) approach for question-answering. In this tutorial, as a prerequisite, it is necessary to create a code environment for retrieval-augmented models. I have created a Python 3.9 environment using…
-
setup UNC Path
Hello Looking for a details on how to setup/configure UNC Path in Dataiku for windows fileserver. We are planning to read the files from windows fileserver using python code Operating system used: Linux
-
When using RAG in Prompt Studio, an error occurs.
Hello, I'm trying to build a RAG (Retrieval-Augmented Generation) model following the knowledge provided below, and I'm attempting to run tests on the extended LLM (Language Model) using Prompt Studio. However, when running it in Prompt Studio, I encounter an error. The error message is as follows. Could you please advise?…
-
Dataiku project version control to bitbucket
I have bitbucket account and my dataiku admin has created public/private SSH keys on dataiku and added the public key to bitbucket account. I have access to dataiku and bitbucket. But when I attempt to version control my project using remote git, I get permission denied errors. Is there something I'm missing?
-
Can't find file or directory for install-boot.sh
I don't quite understand what is required of me I set SELinux to Permissive as per the documentation, and the installation seems to have worked. I can start DSS manually. But I would like to start it on boot... What did I do wrong? Operating system used: CentOS9
-
When Dataiku free VM will be based on Rocky Linux ?
Hello there, Currently, the Dataiku Free VM is based on CentOS 7.9 that will officially be end-of-life in june 2024. CentOS 7.9 currently only provide Python v3.6 as the official Python distro package, meaning that we have to install recent Python versions by hand (./configure and then "make altinstall") which is painful…
-
Error installing and importing dataiku package
Hello, I got assigned a new environment to run my python code and I noticed whenever I try to import dataiku, I get the error below: /data/dataiku/dataiku-dss-10.0.5/python/dataiku/core/schema_handling.py:17: FutureWarning: In the future `np.bool` will be defined as the corresponding NumPy scalar. 'boolean': np.bool…
-
scikit learn version in a customized python env
Hello, I aim to execute an XGBoost partitioned machine learning model using a specific Python environment, namely Python 3.11 (not the default environment). Although I've installed all the required packages, I encountered an issue with scikit-learn, which indicated that I need to downgrade it to a previous version since…
-
DSS on VirtualBox "failed to start"
Hello community, I am a student and I discovered Dataiku very recently as part of a marketing project for the current semester. And I'm encountering some problems with the installation. I work under Windows 10 with my laptop and desktop computer and I chose VirtualBox as my virtual machine to run DSS. Unfortunately, I'm…