Hi @Martser,
Try checking the docs on other limitations and requirements that may be preventing the agent brick from working. Here are some things you could check...
Verify prerequisites and regionEnsure your workspace has Agent Bricks preview enable...
Hi @Upendra_Dwivedi , are you still facing this issue?
The x-forwarded-access-token your app receives is the current user’s access token that Databricks forwards in HTTP headers for on‑behalf‑of‑user access. You should read it from the request on eac...
Hi @ostae911 , are you still facing this issue?
It looks like your usage of the timestamp column is correct. It can be used as a primary key on the time series feature table. Is it possible that there are other duplicate columns between the training ...
Hey guys,
@PiotrM AI Gateway does not currently enforce rate limiting on ai_query batch inference workloads, it only provides usage tracking, which is called out in the docs on limitations.
For cost control, you could control permissions on the endp...
If you didn't get this to work with Pandas API on Spark, you might also try importing and instantiating the SentenceTransformer model inside the pandas UDF for proper distributed execution.
Each executor runs code independently, and when Spark execut...