Skip to content

Commit df7042a

Browse files
committed
minor #471 [Store] Remove duplicate class comment from Indexer (OskarStark)
This PR was merged into the main branch. Discussion ---------- [Store] Remove duplicate class comment from `Indexer` | Q | A | ------------- | --- | Bug fix? | no | New feature? | no | Docs? | no | Issues | -- | License | MIT The comment was already present on `IndexerInterface` and duplicated on the implementation class. Commits ------- 661e436 [Store] Remove duplicate class comment from Indexer
2 parents 35c4d3d + 661e436 commit df7042a

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)