The db.ml_engines.insertOne
Method
Description
This method creates an ML engine based on one of the available ML handlers.Syntax
Here is the syntax:Example
Let’s create an OpenAI engine that uses the OpenAI handler.The db.ml_engines.find
Method
Description
This method lists all the available ML engines.Syntax
Here is the syntax:The db.ml_engines.deleteOne
Method
Description
This method deletes an ML engine.Syntax
Here is the syntax:Example
Let’s delete an OpenAI engine created earlier.Check out how to build an ML handler.To learn more about ML engines, visit the ML Engines section.