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
Hi,
in the documentation we have this kind of examples
SELECT llm_complete(
{'model_name': 'description-model'},
{'prompt': 'Generate a description for the next product based on its product name.'},
{'product_name': product_name}
) AS product_description
FROM products;
But we do not have a sample db that contains products table. I know, it is easy to create, but I would make a db available, to best and quickly replicate what is written in the documentation.
Thank you
The text was updated successfully, but these errors were encountered:
Perhaps it makes sense to distinguish between tutorials and documentation? A tutorial is where we would provide such a database. We are currently thinking of how to improve the documentation and anyone's experience getting started so this comment is very much appreciated.
I will leave this open. Hopefully you give us some feedback on the notebooks (be careful of missing LIMIT and running anything at scale from there). After your feedback, we can decide how to proceed.
Hi,
in the documentation we have this kind of examples
But we do not have a sample db that contains
products
table. I know, it is easy to create, but I would make a db available, to best and quickly replicate what is written in the documentation.Thank you
The text was updated successfully, but these errors were encountered: