- Verify Column Values In the table tx_nst3as_domain_model_indexed_data, check the following columns for each search engine type:
type: solr, keSearch, or indexedSearchstatus: trainedpath: The corresponding data URL
- Check Trained Data Replace
solrwith the type of search engine you want to check (e.g.,solr,kesearch, orindexedsearch): SELECT * FROMtx_nst3as_domain_model_indexed_dataWHEREtype= ‘solr’ ANDstatus= ‘trained’; - Check Untrained Data Replace
solrwith your search engine type as needed: SELECT * FROMtx_nst3as_domain_model_indexed_dataWHEREtype= ‘solr’ ANDstatus= ‘Untrained’ ANDpath!= ”;
This is not use when you use the CustomLLM because we didn’t save the any data inside the TYPO3 Database.