mindsdb / mindsdb

The platform for building AI from enterprise data
https://mindsdb.com
Other
24.98k stars 4.83k forks source link

[REST API] Design updates and missing features #7060

Open martyna-mindsdb opened 11 months ago

martyna-mindsdb commented 11 months ago

This document outlines all missing features in REST API: https://docs.google.com/document/d/1-ZqoeCD968s4oueC9La9CHFayIFBKil3fiOp1kvRMes/edit?usp=sharing

Features to be implemented:

ML Engines: create, drop, get, list

Projects: create, drop

Models: retrain, fine-tune, manage versions, batch predictions

Tables: update, insert into, delete from

Files: upload, remove

Plus, design endpoints to be compatible with OpenAI.

martyna-mindsdb commented 2 weeks ago

REST APIs for Files: upload, remove have been added - https://docs.mindsdb.com/rest/files/upload

martyna-mindsdb commented 2 weeks ago

@tmichaeldb @ea-rus These are the missing REST API endpoints. Please let me know once any of those are implemented.

ML Engines: create, drop, get, list

Projects: create, drop

Models: retrain, fine-tune, manage versions, batch predictions

Tables: update, insert into, delete from

Jobs: create, drop, query
tmichaeldb commented 2 weeks ago

From my understanding, these are the missing REST operations: