Step 1: Begin by setting the key 'ENABLE_ENTITY_EXTRACTION' to 1 in the tbl_pj_controlsetting table.
To do this, execute the following SQL query:
update tbl_pj_ControlSetting set [Value] =1 where [key] = 'ENABLE_ENTITY_EXTRACTION'
Restart the IIS to reflect the changes.
Step 2: You will be able to see the option "Queue Entity Extraction" on the review page under the three ellipses.
Comments
0 comments
Please sign in to leave a comment.