Setup & Configuration
How to get a trial version of dataiku to complete project for advanced designer certification course
Last answer by Rahul_Raj123How to register online. Will it be a free version?
Last answer by Rahul_Raj123How to register online. Will it be a free version?
- Hi, I was recently trying to install the dataiku api locally for some testing purposes but was met with some errors. Installation seemed to be working fine but the moment I tried to run this code:`fro…Last answer by Turribeach
Dataiku can easily be installed on-prem or even on Cloud (your own cloud that is). So you can easily have local access to it. Another option it will work is to write a Python recipe to interface with the LLM mesh and execute that recipe remotely using the Dataiku Python API and access the outputs as a result dataset. I also think you should be able to create a wrapper API over the LLM mesh as a custom Project Dataiku API which you can deploy to the Dataiku API node and again access remotely. But you will always need to go via Dataiku as that’s what the LLM mesh is giving you, an easy way to interface with LLM models.
Also keep in mind that the LLM mesh is simply a wrapper over other LLM models which are typically hosted via third party APIs. So you typically depend on those third party models and APIs, usually hosted on internet facing services.Last answer by TurribeachDataiku can easily be installed on-prem or even on Cloud (your own cloud that is). So you can easily have local access to it. Another option it will work is to write a Python recipe to interface with the LLM mesh and execute that recipe remotely using the Dataiku Python API and access the outputs as a result dataset. I also think you should be able to create a wrapper API over the LLM mesh as a custom Project Dataiku API which you can deploy to the Dataiku API node and again access remotely. But you will always need to go via Dataiku as that’s what the LLM mesh is giving you, an easy way to interface with LLM models.
Also keep in mind that the LLM mesh is simply a wrapper over other LLM models which are typically hosted via third party APIs. So you typically depend on those third party models and APIs, usually hosted on internet facing services. - "Could you provide steps or documentation on how to add YAML files and define volumes in a Kubernetes deployment using a pre-deployment hook in Dataiku? Specifically, I'm looking for guidance on how t…Last answer byLast answer by
- Using the UI we can no connect to mongo DB , its gives us a n error , but when we uses pymongo we can connect to mongodb. Review- the dataiku the installation have the java connector 3.2.2 , we can up…Last answer byLast answer by
- Hi , I have a containerized instance of DSS running without any problems, but whenever I try to use MIG instances with docker run -d --runtime=nvidia --gpus '"device=3:0,3:1"'. and enable GPUs on the …Last answer byLast answer by
- Hello, I have tried to install Dataiku in a docker container (with the official image, and with a custom image) both works locally, with persistence (throught mounting a folder in /home/dataiku/dss) H…Last answer byLast answer by
- I have setup a Conda environment which I am successfully using for two Webapps and some recipes. However, when trying to create a Python Function API Endpoint, and using the "RUN TEST QUERIES" functio…Solution bySolution by
- Hello Community, We are planning to use Azure DevOps for code management and versioning of our DSS projects. Given that we have multiple developers working concurrently on different branches, what wou…
- I have looked up that you need to create a scenario before creating the application as a recipe. However, I am looking to create the entire project as a recipe for an application. Besides needing to e…