We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c707381 commit ae59ba1Copy full SHA for ae59ba1
docs/cookbook/rag-implementation.rst
@@ -118,7 +118,7 @@ Create a tool that performs semantic search on your vector store::
118
$toolbox = new Toolbox([$similaritySearch]);
119
$processor = new AgentProcessor($toolbox);
120
121
-The :class:`Symfony\\AI\\Agent\\Toolbox\\Tool\\SimilaritySearch` tool:
+The :class:`Symfony\\AI\\Agent\\Bridge\\SimilaritySearch\\SimilaritySearch` tool:
122
123
* Converts the user's query into a vector
124
* Searches for similar vectors in the store
0 commit comments