Adds full text indexes, and advanced search capabilities to the StyleAI chat bot.

This commit is contained in:
Cameron Redmore 2025-04-26 14:20:15 +01:00
parent ef002ec79b
commit 8dda301461
11 changed files with 252 additions and 36 deletions

View file

@ -184,7 +184,6 @@ async function processTicketsInQueue()
{
if (downloadQueue.length === 0)
{
logger.info('No tickets to process.');
return;
}
logger.info(`Processing tickets in queue: ${downloadQueue.length} tickets remaining.`);