File tree 13 files changed +18
-18
lines changed
13 files changed +18
-18
lines changed Original file line number Diff line number Diff line change 4
4
5
5
namespace App \Command ;
6
6
7
- use App \Blog \Embedder ;
7
+ use App \Rag \ Blog \Embedder ;
8
8
use Symfony \Component \Console \Attribute \AsCommand ;
9
9
use Symfony \Component \Console \Command \Command ;
10
10
use Symfony \Component \Console \Input \InputInterface ;
Original file line number Diff line number Diff line change 2
2
3
3
declare (strict_types=1 );
4
4
5
- namespace App \Blog ;
5
+ namespace App \Rag \ Blog ;
6
6
7
7
use PhpLlm \LlmChain \Document \Metadata ;
8
8
use PhpLlm \LlmChain \Document \TextDocument ;
Original file line number Diff line number Diff line change 2
2
3
3
declare (strict_types=1 );
4
4
5
- namespace App \Blog ;
5
+ namespace App \Rag \ Blog ;
6
6
7
7
use Symfony \Component \DomCrawler \Crawler ;
8
8
use Symfony \Component \Uid \Uuid ;
Original file line number Diff line number Diff line change 2
2
3
3
declare (strict_types=1 );
4
4
5
- namespace App \Blog ;
5
+ namespace App \Rag \ Blog ;
6
6
7
7
use Symfony \Component \Uid \Uuid ;
8
8
Original file line number Diff line number Diff line change 2
2
3
3
declare (strict_types=1 );
4
4
5
- namespace App \Chat ;
5
+ namespace App \Rag \ Chat ;
6
6
7
7
use PhpLlm \LlmChain \ChainInterface ;
8
8
use PhpLlm \LlmChain \Model \Message \Message ;
Original file line number Diff line number Diff line change 2
2
3
3
declare (strict_types=1 );
4
4
5
- namespace App \Twig ;
5
+ namespace App \Rag \ Twig ;
6
6
7
- use App \Chat \Rag ;
7
+ use App \Rag \ Chat \Rag ;
8
8
use PhpLlm \LlmChain \Model \Message \MessageBag ;
9
9
use Symfony \UX \LiveComponent \Attribute \AsLiveComponent ;
10
10
use Symfony \UX \LiveComponent \Attribute \LiveAction ;
Original file line number Diff line number Diff line change 2
2
3
3
declare (strict_types=1 );
4
4
5
- namespace App \Chat ;
5
+ namespace App \Wikipedia \ Chat ;
6
6
7
7
use PhpLlm \LlmChain \ChainInterface ;
8
8
use PhpLlm \LlmChain \Model \Message \Message ;
Original file line number Diff line number Diff line change 2
2
3
3
declare (strict_types=1 );
4
4
5
- namespace App \Twig ;
5
+ namespace App \Wikipedia \ Twig ;
6
6
7
- use App \Chat \Wikipedia ;
7
+ use App \Wikipedia \ Chat \Wikipedia ;
8
8
use PhpLlm \LlmChain \Model \Message \MessageBag ;
9
9
use Symfony \UX \LiveComponent \Attribute \AsLiveComponent ;
10
10
use Symfony \UX \LiveComponent \Attribute \LiveAction ;
Original file line number Diff line number Diff line change 2
2
3
3
declare (strict_types=1 );
4
4
5
- namespace App \Chat ;
5
+ namespace App \YouTube \ Chat ;
6
6
7
7
use App \YouTube \TranscriptFetcher ;
8
8
use PhpLlm \LlmChain \ChainInterface ;
Original file line number Diff line number Diff line change 2
2
3
3
declare (strict_types=1 );
4
4
5
- namespace App \Twig ;
5
+ namespace App \YouTube \ Twig ;
6
6
7
- use App \Chat \YouTube ;
7
+ use App \YouTube \ Chat \YouTube ;
8
8
use PhpLlm \LlmChain \Model \Message \MessageBag ;
9
9
use Psr \Log \LoggerInterface ;
10
10
use Symfony \UX \LiveComponent \Attribute \AsLiveComponent ;
Original file line number Diff line number Diff line change 2
2
3
3
declare (strict_types=1 );
4
4
5
- namespace App \Tests \Blog ;
5
+ namespace App \Tests \Rag \ Blog ;
6
6
7
- use App \Blog \Loader ;
8
- use App \Blog \Post ;
7
+ use App \Rag \ Blog \Loader ;
8
+ use App \Rag \ Blog \Post ;
9
9
use PHPUnit \Framework \Attributes \CoversClass ;
10
10
use PHPUnit \Framework \Attributes \UsesClass ;
11
11
use PHPUnit \Framework \TestCase ;
Original file line number Diff line number Diff line change 2
2
3
3
declare (strict_types=1 );
4
4
5
- namespace App \Tests \Blog ;
5
+ namespace App \Tests \Rag \ Blog ;
6
6
7
- use App \Blog \Post ;
7
+ use App \Rag \ Blog \Post ;
8
8
use PHPUnit \Framework \Attributes \CoversClass ;
9
9
use PHPUnit \Framework \TestCase ;
10
10
use Symfony \Component \Uid \Uuid ;
File renamed without changes.
You can’t perform that action at this time.
0 commit comments