Skip to content

Commit f06cf9a

Browse files
committed
-
1 parent c10421a commit f06cf9a

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

demo/config/packages/ai.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,4 +76,3 @@ services:
7676
Symfony\AI\Agent\Toolbox\Tool\Wikipedia: ~
7777
Symfony\AI\Agent\Toolbox\Tool\SimilaritySearch:
7878
$vectorizer: '@ai.vectorizer.openai_embeddings'
79-

src/store/src/Indexer.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,7 @@ public function __construct(
3636
}
3737

3838
/**
39-
* @param null|string|array<string> $source Source identifier (file path, URL, etc.), array of sources, or null if the loader does not need a source, e.g. InMemoryLoader
40-
* @param array<string, mixed> $options Processing options
39+
* @param array{chunk_size?: int, loader?: array<string, mixed>, transformer?: array<string, mixed>} $options
4140
*/
4241
public function index(null|string|array $source = null, array $options = []): void
4342
{

0 commit comments

Comments
 (0)