File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -452,11 +452,11 @@ Retrieval Augmented Generation (RAG)
452452In combination with the `Store Component `_, the Agent component can be used to build agents that perform Retrieval
453453Augmented Generation (RAG). This allows the agent to retrieve relevant documents from a store and use them to generate
454454more accurate and context-aware results. Therefore, the component provides a built-in tool called
455- :class: `Symfony\\ AI\\ Agent\\ Toolbox \\ Tool \\ SimilaritySearch `::
455+ :class: `Symfony\\ AI\\ Agent\\ Bridge \\ SimilaritySearch \\ SimilaritySearch `::
456456
457457 use Symfony\AI\Agent\Agent;
458+ use Symfony\AI\Agent\Bridge\SimilaritySearch\SimilaritySearch;
458459 use Symfony\AI\Agent\Toolbox\AgentProcessor;
459- use Symfony\AI\Agent\Toolbox\Tool\SimilaritySearch;
460460 use Symfony\AI\Agent\Toolbox\Toolbox;
461461 use Symfony\AI\Platform\Message\Message;
462462 use Symfony\AI\Platform\Message\MessageBag;
You can’t perform that action at this time.
0 commit comments