Skip to content

Commit 537795b

Browse files
committed
[Store] Refactor VectorizerInterface to separate string and document vectorization
1 parent 3c6d16f commit 537795b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

config/options.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -373,6 +373,7 @@
373373
->end()
374374
->end()
375375
->arrayNode('vectorizer')
376+
->info('Vectorizers for converting strings to Vector objects and transforming TextDocument arrays to VectorDocument arrays')
376377
->useAttributeAsKey('name')
377378
->arrayPrototype()
378379
->children()

0 commit comments

Comments
 (0)