Skip to content

Upgrading to Machinechat JEDI 4.0

Machinechat JEDI 4.0 is a major upgrade that lays the foundation and prepares JEDI for future AI/ML capabilities. To enable these improvements, we had to change the layout in mcjedi.dat configuration database. As a result, configuration databases created by JEDI 3.x and the data format are incompatible with 4.0.

To support data migration from older versions of JEDI to 4.0, we've included a dedicated Data Migration Tool you can use to migrate your data into the new format.

Important

We understand that breaking changes can be disruptive and apologize for any inconvenience.

Note

Check out JEDI 4.0 Release Notes for more details on the new features and enhancements.

Migrating Your JEDI 3.x Data to JEDI 4.0

The data conversion tool included in JEDI 4.0 reformats and writes the records in the directory of your choice.

Run the Conversion

  • Run the data conversion tool with the source directory path and the destination directory path.

macOS / Linux:

./convert.bin -s /path/to/legacy/data -d /path/to/new/data

Windows (Command Prompt or PowerShell):

.\convert.exe -s C:\path\to\legacy\data -d C:\path\to\new\data

Check Conversion Status

macOS/Linux:

./convert.bin --status

Windows:

.\convert.exe --status

Resume Conversion After Interruption

  • You can stop conversion any time you want. The converter tracks progress in a state file.
  • To resume conversion after intentional or unintentional interruptions, simply run the converter again.

You're Now Ready for JEDI 4.0

If you haven't already, head over to Machinechat JEDI Downloads to get the latest version.

Need help?

Contact our support team: support@machinechat.io