Skip to content

Commit 1edda9e

Browse files
committed
minor #1158 [Docs] Fix namespace (NicolasGraph)
This PR was merged into the main branch. Discussion ---------- [Docs] Fix namespace | Q | A | ------------- | --- | Bug fix? | no | New feature? | no <!-- please update src/**/CHANGELOG.md files --> | Docs? | yes <!-- required for new features --> | Issues | - <!-- prefix each issue number with "Fix #", no need to create an issue if none exist, explain below instead --> | License | MIT Updates SimilaritySearch class namespace in rag-implementation.rst to avoid 404. Commits ------- ae59ba1 Updates SimilaritySearch class namespace in rag-implementation.rst
2 parents 3da2c32 + ae59ba1 commit 1edda9e

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)