Skip to content

Commit 661e436

Browse files
committed
[Store] Remove duplicate class comment from Indexer
The comment was already present on IndexerInterface and duplicated on the implementation class.
1 parent 35c4d3d commit 661e436

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/store/src/Indexer.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,6 @@
1717
use Symfony\AI\Store\Document\VectorizerInterface;
1818

1919
/**
20-
* Converts a collection of TextDocuments into VectorDocuments and pushes them to a store implementation.
21-
*
2220
* @author Christopher Hertel <[email protected]>
2321
*/
2422
final readonly class Indexer implements IndexerInterface

0 commit comments

Comments
 (0)