We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add more options to define source data for create/retrain/finetune model
Current option:
FINETUNE code_helper FROM files( SELECT * from file_name )
Add access by table name:
FINETUNE code_helper FROM file.file_name
Add access by mindsdb query:
FINETUNE code_helper FROM ( SELECT * from files.file_name )
The text was updated successfully, but these errors were encountered:
Option 3 is done in:
I think option 2 is not required
Sorry, something went wrong.
ea-rus
paxcema
No branches or pull requests
Add more options to define source data for create/retrain/finetune model
Current option:
Add access by table name:
Add access by mindsdb query:
The text was updated successfully, but these errors were encountered: