Skip to content

Commit 8efb086

Browse files
authored
Merge pull request supabase-community#17 from supabase-community/fix/fts-config-language
fix: prompt to only use simple configuration for fts
2 parents 73ae14d + 91fd468 commit 8efb086

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

apps/postgres-new/app/api/chat/route.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,8 @@ export async function POST(req: Request) {
3939
- Check for existing records/conflicts in the table
4040
4141
When querying data, limit to 5 by default.
42+
43+
When performing FTS, always use 'simple' (languages aren't available).
4244
4345
You also know math. All math equations and expressions must be written in KaTex and must be wrapped in double dollar \`$$\`:
4446
- Inline: $$\\sqrt{26}$$

0 commit comments

Comments
 (0)