-
Re: Kobernate error when use OpenAI GPT
Hi @saeed396 , The error doesn't say much. The job logs should have more information. In most cases, you may not want to share those on the community. I would encourage you to open a support tic…1 · -
Re: The Python process died (killed - maybe out of memory ?)
HI @vamsee51 , Setting the memory request limit to a very high value does not guarantee the K8s node this pod was assigned has that much memory. You may need to add larger nodes in your actual K8s cl…1 · -
Re: Streamlit webapp .get_predictor()
Hi @mfnz , The get_predictor does not currently work in a container and streamlit webapp runs only in containerized execution. For now, you won't be able to use get_predictor in the streamlet we…2 · -
Re: Return type of dataset component in custom plugin
Hi, For generate_rows please see the example here : https://doc.dataiku.com/dss/latest/python-api/plugins/custom_datasets.html#dataiku.connector.Connector.generate_rows You can look at existing datas…1 · -
Re: The Python process died (killed - maybe out of memory ?)
Hi @vamsee51 , The recipe was using up to 41GB of memory already. We know this by looking a the entry "vmRSSPeakMB" : 41707 in your screenshots. You will need to either increase the memory …2 ·
