Best Of
-
Re: Disk storage usage info in logs?
No, you will need to develop your own custom solution for that.1 · -
Re: Multiple Tabs Within a Project
I think you should have a look at the search enhancements added on Dataiku 13.4.0. It is now possible to select/navigate to a specific flow zone in 4 mouse clicks.1 · -
2 Features I desperately need added to Dataiku
Appending to output dataset in python code recipes. Currently the way to do this is with a check box in the settings of the recipes that says "Append instead of overwrite". However- this is…1 · -
Re: Programmatically configuring Code env within Python Recipe for executing a scenario
Yes, but you need to use the recipe object, not the code env. Tip: change one manually, read the settings and see what they need to be set to to execute in Kubernetes. Then repeat programmatically in…1 · -
Re: How Do I filter the content of a managed folder and output to another managed folder?
The above code only works when you are using local folders (commonly the managed_filesystem connection). If you are using blob storage (like s3) the get_path() method will not work. Here is code that…2 · -
Re: Use a list as variable in SQL Query
You can also create your variable looking like this "liste": "(12265378, 9122915, 12292085, 12514810001, 12241211, 12262172, 4624440)". Instead of using the square brackets, use t…1 · -
Re: Create API from visual RAG
Hi @lji, There may be a couple of ways to accomplish what you want. One way, and maybe the easiest), is to use the augmented LLM that you've already created in your simple RAG setup. Here's a tutoria…1 · -
Re: Use external server for python
Yes this is possible using Kubernetes but be aware this is an advanced setup so it's not trivial to implement.1 · -
Re: Improve Code Env Rebuild Process for On Prem Upgrades
We have this problem as well. Upvoting this.1 · -
Re: How to export a saved model, as zip file, in a managed folder?
I have a similar use case, and tried to follow radiantly's approach. However, the saved_model I get does not have get_scoring_python_stream. Looking at the docs for that function, I see that "Th…1 ·