Skip to content

Migrations support for lightwood #1170

@ea-rus

Description

@ea-rus

It would be great to be able to use models created on old version of lightwood with new version.
It can be made by:

  • using migrations. Model files and configs should be updated from version to version with migration scripts
  • using extendable lightwood API. Runed model should call api functions from exposed lighwood api. New version of lighwood should keep method signature back compatible (by adding a new optional parameter to existing method or create new method.)

To be able to do this we might need to get rid off generation of code for model and replace it with configuration files

Metadata

Metadata

Assignees

No one assigned

    Labels

    JsonAIenhancementNew feature or requestrefactorSome part of the code is working ok for now, but for various reasons should be refactored

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions