fix retrieval testing and query settings

This commit is contained in:
ArnoChen
2025-02-16 21:58:30 +08:00
parent fc3ca2777f
commit e5b89c5400
2 changed files with 6 additions and 11 deletions

View File

@@ -75,7 +75,7 @@ export default function QuerySettings() {
</SelectTrigger>
<SelectContent>
<SelectGroup>
<SelectItem value="Multiple Paragraphs">Single Paragraph</SelectItem>
<SelectItem value="Multiple Paragraphs">Multiple Paragraphs</SelectItem>
<SelectItem value="Single Paragraph">Single Paragraph</SelectItem>
<SelectItem value="Bullet Points">Bullet Points</SelectItem>
</SelectGroup>