Skip to content
New issue

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

Create/finetune model source table #350

Closed
ea-rus opened this issue Feb 7, 2024 · 1 comment
Closed

Create/finetune model source table #350

ea-rus opened this issue Feb 7, 2024 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@ea-rus
Copy link
Contributor

ea-rus commented Feb 7, 2024

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
)
@tomhuds tomhuds added the enhancement New feature or request label Feb 7, 2024
@ea-rus
Copy link
Contributor Author

ea-rus commented Apr 27, 2024

Option 3 is done in:

I think option 2 is not required

@ea-rus ea-rus closed this as completed Apr 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants