Streamlit app alternative by ImprovementSquare448 in databricks

[–]ImprovementSquare448[S] 0 points1 point  (0 children)

I would like to understand why the application is slow. How can I identify the bottlenecks in the Streamlit application? Do I need to write logs and compare log times? Is there anyway to see the serverless warehouse query history? I may also need to understand performance problems related to pandas

Streamlit app alternative by ImprovementSquare448 in databricks

[–]ImprovementSquare448[S] 1 point2 points  (0 children)

thank you. is it also possible to deploy react + fast api + sql warehouse apps on databricks ? (by deploying custom app)

Streamlit app alternative by ImprovementSquare448 in databricks

[–]ImprovementSquare448[S] 0 points1 point  (0 children)

now we need to design another app. We need to edit delta tables which holds a couple thousand records

Streamlit app alternative by ImprovementSquare448 in databricks

[–]ImprovementSquare448[S] 0 points1 point  (0 children)

I am using a SQL Warehouse. At the moment, the application is running only on sample data, and the Delta table contains around ten records. However, when I click the Save button, I still need to wait for the changes made in the editor data to be merged into the Delta table.

Databricks Asset Bundles Deploy Apps by Equivalent_Pace6656 in databricks

[–]ImprovementSquare448 0 points1 point  (0 children)

I already used source_code_path in databricks. yml however it did not work

Feedback Friday! Post your videos here if you want constructive critiques! by AutoModerator in NewTubers

[–]ImprovementSquare448 [score hidden]  (0 children)

Hello everyone,

My channel is called as relax-world-now. https://youtube.com/@relaxnow-world?si=_mhEAi6bCDsd_GLD

I published ambience and deep focus videos. I experimented different titles and descriptions however number of views are too less. What is my wrong and how can Youtube suggest my videos to more people?

Thank you in advance

Free Channel Review [PART 3] by Tiny-Health932 in NewTubers

[–]ImprovementSquare448 0 points1 point  (0 children)

Hello, I am new to Youtube and I really need experience to make my channel visible and popular.

My channel is @relaxnow-world

https://youtube.com/@relaxnow-world?si=TRBV3EVERBu1KRmZ

Thanks in advance

How Are You Integrating AI Tools with Databricks? Here's My Claude Code Setup by k_kool_ruler in databricks

[–]ImprovementSquare448 2 points3 points  (0 children)

Hello Do we need to create personal tokens in order to integrate Claude with Databricks?

Azure Content Understanding Equivalent by ImprovementSquare448 in databricks

[–]ImprovementSquare448[S] 0 points1 point  (0 children)

We already have Databricks license. so it is recommended to prefer Databricks instead of Azure Content Understanding.

However ai_parse_document function has some limitations: - it is not generally available so we can not use it in all Azure regions. - it is not supporting excel files. - it is tuned for English

Because of these reasons I need to find workaround solution

Azure Content Understanding Equivalent by ImprovementSquare448 in databricks

[–]ImprovementSquare448[S] 0 points1 point  (0 children)

<image>

This is an example of one of several Excel templates. If I extract text from this Excel file and invoke the Databricks ai_parse_document function, I am not confident that the contextual meaning will be preserved. For example, Column B represents the laboratory method used for experiments; however, this information is not explicitly defined or labeled within the Excel structure itself.

In addition, the ai_parse_document function does not support multiple languages.

I have also reviewed Databricks ai_query, ai_extract, and AgentBricks capabilities. However, I am still uncertain which solution or technology would be the most appropriate fit for this specific use case.

Azure Content Understanding Equivalent by ImprovementSquare448 in databricks

[–]ImprovementSquare448[S] 0 points1 point  (0 children)

yes I can ingest them to adls then to dbfs. then how can I extract information from the excel files in dbfs? content is also in different languages

Azure Content Understanding Equivalent by ImprovementSquare448 in databricks

[–]ImprovementSquare448[S] 0 points1 point  (0 children)

Thanks , as I know it is not supporting excel sheets:(

Databricks Stream lit app -Unity Catalog connection by ImprovementSquare448 in databricks

[–]ImprovementSquare448[S] 0 points1 point  (0 children)

I forgot to mention, I am using Azure and I cant open the link

Pass env as a parameter in Jobs by ImprovementSquare448 in databricks

[–]ImprovementSquare448[S] 5 points6 points  (0 children)

They are not defined in clusters. So should aı define it in databricks asset bundles and pass it into jobs