Is there an exemple project for ChatGPT plugin ?
I could not find any (looked in https://gallery.dataiku.com/projects/DKU_GALLERYHOME/wiki/1/Gallery%20Home and dataiku 12 "DSS Tutorials", "Sample projects" and "Dataiku Solutions")
Ideally the project sample corresponding to https://content.dataiku.com/email-llm-demo would be great to demonstrate ChatGPT dataiku integration to potential customers
Best Answer
-
Greg Dataiker, Dataiku DSS Core Designer, Dataiku DSS ML Practitioner, Dataiku DSS Adv Designer Posts: 6 Dataiker
Hi Herve,
This project has now been superseded by this one, and you can find full details in the project wiki:
https://gallery.dataiku.com/projects/EX_LLM_STARTER_KIT/Thanks, regards,
Greg
Answers
-
Greg Dataiker, Dataiku DSS Core Designer, Dataiku DSS ML Practitioner, Dataiku DSS Adv Designer Posts: 6 Dataiker
Hi Herve,
You can find a ChatGPT project on the Gallery instance here:
https://gallery.dataiku.com/projects/EX_TEXT_CLASSIFICATION/
Thanks,
Greg
-
Herve Partner, Dataiku DSS Core Designer, Dataiku DSS & SQL, Dataiku DSS ML Practitioner, Dataiku DSS Core Concepts, Dataiku DSS Adv Designer, Registered Posts: 58 Partner
Thanks Greg, is there a set of remapping recommendations for importing projects ?
I am experiencing code env trouble during the import :
- ERROR
Missing code env
Missing code env: PYTHON code env missing for project Text classification (not remapped): py_36_sample_text_classification
- ERROR
Missing code env
Missing code env: PYTHON code env missing for web app Interactive scoring (not remapped): py_38_sample_text_classification
also after the import, I get the following when trying to open the "data" dataset:
Root path does not exist
Root path of the dataset data does not exist
I still get these issues after I downloaded the bigger zip at file https://downloads.dataiku.com/public/dss-samples/EX_TEXT_CLASSIFICATION/dss-12/ that is dated from yesterday
I am running a local DSS instance on Ubuntu 20.04.6 LTS
-
Herve Partner, Dataiku DSS Core Designer, Dataiku DSS & SQL, Dataiku DSS ML Practitioner, Dataiku DSS Core Concepts, Dataiku DSS Adv Designer, Registered Posts: 58 Partner
As I am walking thru the errors one by one, it may be useful if the project wiki could mention the extra steps, the server dependencies, ... :
- imported data dataset manually after I extracted it from the zip
- sudo apt-get install python3.6-dev
- sudo apt-get install python3.8-dev
- sudo apt install python3-pip
- pip install torch
- pip install -U sentence-transformers