You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
> Currently we only support reading from DMOs and writing to DMOs or reading from DLOs and writing to DLOs, but they cannot mix.
171
+
169
172
### LLM Gateway
170
173
171
174
Generate AI completions in DataFrame transformations using the LLM gateway UDF.
@@ -193,7 +196,7 @@ df = df.withColumn(
193
196
```
194
197
195
198
> [!WARNING]
196
-
> This method returns a placeholder string in local development and won't execute. It only works when deployed, where it calls the real LLM Gateway service via the `llm_gateway_generate` UDF.
199
+
> This method returns a placeholder string in local development. It only makes a LLM call and spends tokens when deployed, where it calls the real LLM Gateway service via a UDF.
0 commit comments