mirror of
https://github.com/danswer-ai/danswer.git
synced 2025-09-20 04:37:09 +02:00
beta
This commit is contained in:
@@ -90,16 +90,17 @@ export function AgenticToggle({
|
|||||||
>
|
>
|
||||||
<div className="flex items-center space-x-2 mb-3">
|
<div className="flex items-center space-x-2 mb-3">
|
||||||
<h3 className="text-sm font-semibold text-gray-900">
|
<h3 className="text-sm font-semibold text-gray-900">
|
||||||
Agent Search
|
Agent Search (BETA)
|
||||||
</h3>
|
</h3>
|
||||||
</div>
|
</div>
|
||||||
<p className="text-xs text-gray-600 mb-2">
|
<p className="text-xs text-gray-600 mb-2">
|
||||||
Agent Search uses AI agents to break down questions and run deep
|
Use AI agents to break down questions and run deep iterative
|
||||||
iterative research on promising pathways. Gives more thorough and
|
research through promising pathways. Gives more thorough and
|
||||||
accurate responses but takes slightly longer.
|
accurate responses but takes slightly longer.
|
||||||
</p>
|
</p>
|
||||||
<ul className="text-xs text-gray-600 list-disc list-inside">
|
<ul className="text-xs text-gray-600 list-disc list-inside">
|
||||||
<li>Greater breadth and accuracy of search results</li>
|
<li>Improved accuracy of search results</li>
|
||||||
|
<li>Less hallucinations</li>
|
||||||
<li>More comprehensive answers</li>
|
<li>More comprehensive answers</li>
|
||||||
</ul>
|
</ul>
|
||||||
</TooltipContent>
|
</TooltipContent>
|
||||||
|
Reference in New Issue
Block a user