This repository was archived by the owner on Jul 16, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 9 files changed +14
-14
lines changed Expand file tree Collapse file tree 9 files changed +14
-14
lines changed Original file line number Diff line number Diff line change 22
33declare (strict_types=1 );
44
5- namespace App \Rag \Chat ;
5+ namespace App \Blog \Chat ;
66
77use PhpLlm \LlmChain \ChainInterface ;
88use PhpLlm \LlmChain \Model \Message \Message ;
1111use Symfony \Component \DependencyInjection \Attribute \Autowire ;
1212use Symfony \Component \HttpFoundation \RequestStack ;
1313
14- final class Rag
14+ final class Blog
1515{
1616 private const SESSION_KEY = 'rag-chat ' ;
1717
Original file line number Diff line number Diff line change 22
33declare (strict_types=1 );
44
5- namespace App \Rag \ Blog ;
5+ namespace App \Blog ;
66
77use PhpLlm \LlmChain \Document \Metadata ;
88use PhpLlm \LlmChain \Document \TextDocument ;
Original file line number Diff line number Diff line change 22
33declare (strict_types=1 );
44
5- namespace App \Rag \ Blog ;
5+ namespace App \Blog ;
66
77use Symfony \Component \DomCrawler \Crawler ;
88use Symfony \Component \Uid \Uuid ;
Original file line number Diff line number Diff line change 22
33declare (strict_types=1 );
44
5- namespace App \Rag \ Blog ;
5+ namespace App \Blog ;
66
77use Symfony \Component \Uid \Uuid ;
88
Original file line number Diff line number Diff line change 22
33declare (strict_types=1 );
44
5- namespace App \Rag \Twig ;
5+ namespace App \Blog \Twig ;
66
7- use App \Rag \Chat \Rag ;
7+ use App \Blog \Chat \Blog ;
88use PhpLlm \LlmChain \Model \Message \MessageBag ;
99use Symfony \UX \LiveComponent \Attribute \AsLiveComponent ;
1010use Symfony \UX \LiveComponent \Attribute \LiveAction ;
@@ -17,7 +17,7 @@ final class RagComponent
1717 use DefaultActionTrait;
1818
1919 public function __construct (
20- private readonly Rag $ chat ,
20+ private readonly Blog $ chat ,
2121 ) {
2222 }
2323
Original file line number Diff line number Diff line change 44
55namespace App \Command ;
66
7- use App \Rag \ Blog \Embedder ;
7+ use App \Blog \Embedder ;
88use Symfony \Component \Console \Attribute \AsCommand ;
99use Symfony \Component \Console \Command \Command ;
1010use Symfony \Component \Console \Input \InputInterface ;
Original file line number Diff line number Diff line change 22
33declare (strict_types=1 );
44
5- namespace App \Tests \Rag \ Blog ;
5+ namespace App \Tests \Blog ;
66
7- use App \Rag \ Blog \Loader ;
8- use App \Rag \ Blog \Post ;
7+ use App \Blog \Loader ;
8+ use App \Blog \Post ;
99use PHPUnit \Framework \Attributes \CoversClass ;
1010use PHPUnit \Framework \Attributes \UsesClass ;
1111use PHPUnit \Framework \TestCase ;
Original file line number Diff line number Diff line change 22
33declare (strict_types=1 );
44
5- namespace App \Tests \Rag \ Blog ;
5+ namespace App \Tests \Blog ;
66
7- use App \Rag \ Blog \Post ;
7+ use App \Blog \Post ;
88use PHPUnit \Framework \Attributes \CoversClass ;
99use PHPUnit \Framework \TestCase ;
1010use Symfony \Component \Uid \Uuid ;
File renamed without changes.
You can’t perform that action at this time.
0 commit comments