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

@ -19,5 +19,8 @@
"editor.trimAutoWhitespace": true,
"[scss]": {
"editor.defaultFormatter": "vscode.css-language-features"
},
"[prisma]": {
"editor.defaultFormatter": "Prisma.prisma"
}
}