-
Re: RestException: INTERNAL_ERROR: Ticket not given or unrecognized while using MLFlow commands
Hi, Could please try running this code in test recipe instead of notebook, grab the failed job diagnostics + instance diagnostics and send this to dataiku support via a ticket : https://doc.dataiku.c…1 · -
Re: Modify "Answers" WebApp Plugin
@Kyrillos This is planned already for a future release of the Answers plugin, so I would suggest waiting for that to be released. Otherwise, you would need to convert the plugin to a dev plugin and m…1 · -
Re: Batch Processing for Custom API end point
@dchoudhari For prediction endpoints you can use predict-multi : curl -X POST \ http://localhost:13000/public/api/v1/first-test/avocados/predict-multi \ --data '{ "items": [ { "feature…1 · -
Re: Dataiku Webapp "Answers" not working with Google Cloud LLMs
Can you confirm version of the LLM Answers plugin and the DSS version you currently using?1 · -
Re: HTTP status codes returned by DSS API node/service
Hi, The API endpoints will return 200 OK for successful requests. 500 for all cases where the code fails/ throws an exception. This can't be changed or configured. If the request is invalid, and you …1 ·