We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5678ba3 commit 6b93bbdCopy full SHA for 6b93bbd
src/RAG/DataLoader/FileDataLoader.php
@@ -5,7 +5,7 @@
5
use NeuronAI\RAG\Document;
6
use NeuronAI\RAG\Splitters\DocumentSplitter;
7
8
-class FileDataLoader implements DataLoaderInterface
+class FileDataLoader extends AbstractDataLoader
9
{
10
/**
11
* @var array<string, ReaderInterface>
src/RAG/DataLoader/StringDataLoader.php
-class StringDataLoader implements DataLoaderInterface
+class StringDataLoader extends AbstractDataLoader
public function __construct(protected string $content) {}
0 commit comments