You can use data converter to convert your entire WordPress database into jsonl format so that it can be used for AI training and fine-tuning.
First, navigate to the Data Converter tab.
In the Data Converter tab, you will be able to convert your entire Database to a JSONL file.
This is how it looks like:
- There are 3 different options here.
- Convert Your Posts: This will convert all your posts in your DB to a JSONL file. Please note that this process will take a while depending on the number of posts you have. If you have huge DB it will split the datasets in small pieces.
- Convert Your Pages: This will convert all your pages in your DB to a JSONL file. Please note that this process will take a while depending on the number of pages you have. If you have huge DB it will split the datasets in small pieces.
- Convert Your WooCommerce Products: You will see this feature only if you have WooCommerce installed. This will convert all your WooCommerce products in your DB to a JSONL file. Please note that this process will take a while depending on the number of products you have. If you have huge DB it will split the datasets in small pieces.
- Important note: If you have huge DB, conversion might take longer and your website might become unresponsive if resources are not enough.