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
I have searched the EvaDB issues and found no similar feature requests.
Description
We want to create a table, for example, in Postgres based on the outputs of a select query involving an AI UDF.
Use case
CREATE TABLE postgres_db.table AS (SELECT parkname, parktype,
ChatGPT(
"Return the San Francisco neighborhood name when provided with a zipcode. The possible neighborhoods are: {neighbourhoods_str}. The response should an item from the provided list. Do not add any more words.",
zipcode)
FROM postgres_db.recreational_park_dataset);
Are you willing to submit a PR?
Yes I'd like to help by submitting a PR!
The text was updated successfully, but these errors were encountered:
Search before asking
Description
We want to create a table, for example, in Postgres based on the outputs of a select query involving an AI UDF.
Use case
Are you willing to submit a PR?
The text was updated successfully, but these errors were encountered: