General Discussion
- Last answer by Turribeach
There are no native connectors or plugins for IBM MQ but you should be able to connect using the Python API:
https://www.ibm.com/support/pages/how-install-python-ibm-mq-module-pymqi-linux-and-windows
Last answer by TurribeachThere are no native connectors or plugins for IBM MQ but you should be able to connect using the Python API:
https://www.ibm.com/support/pages/how-install-python-ibm-mq-module-pymqi-linux-and-windows
- Hi, I was wondering when DSS version 13 was planned to release for Dataiku Cloud. On the release note, it says it will be released "within pre-announced timeframes" but I'm not sure where that informa…Solution by alks
Figured it out. Depending on the license (I'm using the student license currently), you can ask the admins in the "How can we help" chat area in the Launchpad to upgrade your version. Otherwise, like Grixis mentions, contact your custom success manager or your contact who is managing your DSS cloud.
Solution by alksFigured it out. Depending on the license (I'm using the student license currently), you can ask the admins in the "How can we help" chat area in the Launchpad to upgrade your version. Otherwise, like Grixis mentions, contact your custom success manager or your contact who is managing your DSS cloud.
- Hi guys, I need some suggestions on how do I prepare formulas using last access date to a platform and start date. I need to A. revoke access for people who have started over 3 months ago and have no …Last answer byLast answer by Grixis
date
A. revoke access for people who have started over 3 months ago and have no recent activity from the last 6 months.
B. If the start date is within 3 months, keep.
C. start date over 3 months and no access, warning.
→ Inside your prepare recipe after your formula step, flag row where the gap is greater than 3 months and 6 months for recent activity. And apply a remove/keep row step for apply your policy for revoke/keep user.
→ For your formula you can check reference inside your step when you are working with date there is a function like datediff(date1,date2). By the way, may you need one extra step in first to parse your date before calculate the diff.
- Hi, I need help 😢. I am trying to create a template python recipe. The input will be a dynamic dataset, then i will train different models and redeploy the best model at the end. The error occurs eac…
- I have a project where analysis are run over a list of requested fields, all this analysis is saved on a single dataset that users can then filter the fields to see the results. This filters aren't up…
- Hello, we would like to do business with a company that would like to use Dataiku. This company asks us for proof that we have already used Dataiku. In addition to the certifications which are linked …Solution bySolution by Turribeach
This seems like a silly request to me. All proof could be faked so in reality what you have here in my view is a trust issue. But if I wanted to see if someone is really using Dataiku I would ask them screen shots of complex flows they have developed, screen shot of their license screen in Dataiku and a Live Demo showing them using their Dataiku instance.
- Last answer byLast answer by Carlos_Dataglue
I have a RAG application with over 125,000 embeddings. When querying the chatbox, it cannot find the correct chunk to respond to the query. I'm confident the answer is within the embedded chunks, but the RAG chatbox wont pick the right chunk to use for completion; therefore it fails to find the correct response.
Anyone use keyword search ? How to improve the accuracy in a RAG chatbox response? We have the unique identifier as a metadata field as well. Yet, we do not know how to query the metadata field or use it to limit the chunks retrieved by the RAG. - Hi team, I wanted to share this application as recipe and from document I got to know that either we can copy or we can create or update the plugin but for second option this error is coming. Any solu…
- Hi team, I wanted to share this application as recipe and from document I got to know that either we can copy or we can create or update the plugin but for second option this error is coming. Any solu…
- Hi team, I am trying to use dataiku applications and flow is like one continuous recipe with output dataset and also created scenario for triggering continuous recipe and populate the dataset after cr…Last answer byLast answer by Shweta
Hi, thank you for reply. It worked.