diff --git a/src/store/src/Indexer.php b/src/store/src/Indexer.php index 657f5e744..917be7779 100644 --- a/src/store/src/Indexer.php +++ b/src/store/src/Indexer.php @@ -17,8 +17,6 @@ use Symfony\AI\Store\Document\VectorizerInterface; /** - * Converts a collection of TextDocuments into VectorDocuments and pushes them to a store implementation. - * * @author Christopher Hertel */ final readonly class Indexer implements IndexerInterface