-
Chat with and visualize (plot) data in webapp
Dear Experts, I am working on a webapp chats with the data and able to get correct results. However, I am trying to extend it to add visualization or plotting capability to it. I tried multiple things but nothing worked. Is there any guidance, example or documentation available for the visualization part.
-
Enhance the UX for "Require authentication" attribute in the settings panel for DSS web apps
As end user I get confused when the DSS admins have set the Authentication Mode to "Require authentication for all webapps (except whitelist)" on the /admin/general/security-other/ page in DSS. This is especially confusing when I am working on a web app and I can still uncheck/check "Requires authentication," in the web…
-
RAG Webapp
Hello everyone, In my Dataiku Flow, I have a RAG setup that includes embeddings and prompts. I’d like to replicate this process—achieving the same results as in Prompt Studio—in a Dash web app. The goal is to reuse the knowledge base built in the Flow and leverage the augmented LLM created by the embedding recipe. Does…
-
How can I use websockets in a Webapp?
I would like to make a custom Webapp where the Python backend talks to the frontend and vice versa. I see that the Dataiku Answers webapp uses websockets and I would like to do the same. My current attempts using Flask-SocketIO did not work unfortunately, as it seems to use Werkzeug under the hood and I cannot start the…
-
Collaborative use of code studio template
We have recently starting working with code studio templates in order to create streamlit webapps on Dataiku. We quickly realized that while each (non admin) user can create their proper code studio instance from a specific code studio template without any issues, it is not possible for multiple (non admin) users to have…
-
Creating a QABot about Dataiku using "Dataiku Answers"
Hello, I thought it would be very helpful for all users if we could create a QABot about Dataiku using "Dataiku Answers." However, obtaining text data related to documentation or knowledge is not easy. According to Dataiku's website terms of services, web scraping is prohibited, so I gave up on preparing data through…
-
User based data filtering in Dash webapp
In a Dash webapp that requires Dataiku authentication we would like to filter displayed based on the webapp user. It is possible to retrieve the authenticated user in the webapp: dataiku.api_client().get_auth_info_from_browser_headers(request_headers) My question is how to best propagate the user ID to the backend so it…
-
Creating a Web App with React Frontend
Hi Community , Does anyone know if it is possible or even recommended to use React for the frontend of a web app in DSS? If so, can you please share how you accomplished setting this up with the Flask backend. Thank You!
-
gpt-4o no multimodality supported with chatbot webapp
Hi, I have these options for a model to use for an LLM powered webapp: And I get this option to upload images: With ChatGPT-4o however there is no "omni" support currently... And my webapp looks like this: Has anyone figured it out?
-
DataIKU visual webapp with Gemini 1.5 pro
If I use Gemini 1.5, the upload option is visible to upload user files as you can see below: But there's an error when using it with or without uploaded files: File "/data/dataiku/dss_data/web_apps/DS1948/V9u5gZh/python-lib/backend/routes/ws/answer_streaming.py", line 173, in process_and_stream_answer for chunk in…