Skip to content

Commit ae59ba1

Browse files
authored
Updates SimilaritySearch class namespace in rag-implementation.rst
1 parent c707381 commit ae59ba1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/cookbook/rag-implementation.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ Create a tool that performs semantic search on your vector store::
118118
$toolbox = new Toolbox([$similaritySearch]);
119119
$processor = new AgentProcessor($toolbox);
120120

121-
The :class:`Symfony\\AI\\Agent\\Toolbox\\Tool\\SimilaritySearch` tool:
121+
The :class:`Symfony\\AI\\Agent\\Bridge\\SimilaritySearch\\SimilaritySearch` tool:
122122

123123
* Converts the user's query into a vector
124124
* Searches for similar vectors in the store

0 commit comments

Comments
 (0)