perf: add comment for installing KB retriever plugins

This commit is contained in:
Junyan Qin
2025-12-01 14:04:32 +08:00
parent b634aa48dc
commit 51794176af
5 changed files with 19 additions and 0 deletions
@@ -509,6 +509,17 @@ export default function ExternalKBForm({
</Select>
</FormControl>
<FormMessage />
<p className="text-sm text-muted-foreground">
{t('knowledge.retrieverInstallInfo')}{' '}
<a
href="https://space.langbot.app/market?category=KnowledgeRetriever"
target="_blank"
rel="noopener noreferrer"
className="text-primary underline hover:no-underline"
>
{t('knowledge.retrieverMarketLink')}
</a>
</p>
</FormItem>
)}
/>