File tree Expand file tree Collapse file tree 5 files changed +7
-7
lines changed Expand file tree Collapse file tree 5 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 19
19
use Symfony \AI \Platform \Bridge \OpenAi \PlatformFactory ;
20
20
use Symfony \AI \Platform \Message \Message ;
21
21
use Symfony \AI \Platform \Message \MessageBag ;
22
- use Symfony \AI \Store \Bridge \MariaDB \Store ;
22
+ use Symfony \AI \Store \Bridge \MariaDb \Store ;
23
23
use Symfony \AI \Store \Document \Metadata ;
24
24
use Symfony \AI \Store \Document \TextDocument ;
25
25
use Symfony \AI \Store \Document \Vectorizer ;
Original file line number Diff line number Diff line change 22
22
use Symfony \AI \Platform \Bridge \Gemini \PlatformFactory ;
23
23
use Symfony \AI \Platform \Message \Message ;
24
24
use Symfony \AI \Platform \Message \MessageBag ;
25
- use Symfony \AI \Store \Bridge \MariaDB \Store ;
25
+ use Symfony \AI \Store \Bridge \MariaDb \Store ;
26
26
use Symfony \AI \Store \Document \Metadata ;
27
27
use Symfony \AI \Store \Document \TextDocument ;
28
28
use Symfony \AI \Store \Document \Vectorizer ;
Original file line number Diff line number Diff line change 21
21
use Symfony \AI \Platform \Bridge \OpenAi \PlatformFactory ;
22
22
use Symfony \AI \Platform \Message \Message ;
23
23
use Symfony \AI \Platform \Message \MessageBag ;
24
- use Symfony \AI \Store \Bridge \MariaDB \Store ;
24
+ use Symfony \AI \Store \Bridge \MariaDb \Store ;
25
25
use Symfony \AI \Store \Document \Metadata ;
26
26
use Symfony \AI \Store \Document \TextDocument ;
27
27
use Symfony \AI \Store \Document \Vectorizer ;
Original file line number Diff line number Diff line change 9
9
* file that was distributed with this source code.
10
10
*/
11
11
12
- namespace Symfony \AI \Store \Bridge \MariaDB ;
12
+ namespace Symfony \AI \Store \Bridge \MariaDb ;
13
13
14
14
use Doctrine \DBAL \Connection ;
15
15
use Doctrine \DBAL \Exception as DBALException ;
23
23
use Symfony \Component \Uid \Uuid ;
24
24
25
25
/**
26
- * Requires MariaDB >=11.7.
26
+ * Requires MariaDb >=11.7.
27
27
*
28
28
* @see https://mariadb.org/rag-with-mariadb-vector/
29
29
*
Original file line number Diff line number Diff line change 9
9
* file that was distributed with this source code.
10
10
*/
11
11
12
- namespace Symfony \AI \Store \Tests \Bridge \MariaDB ;
12
+ namespace Symfony \AI \Store \Tests \Bridge \MariaDb ;
13
13
14
14
use PHPUnit \Framework \Attributes \CoversClass ;
15
15
use PHPUnit \Framework \TestCase ;
16
16
use Symfony \AI \Platform \Vector \Vector ;
17
- use Symfony \AI \Store \Bridge \MariaDB \Store ;
17
+ use Symfony \AI \Store \Bridge \MariaDb \Store ;
18
18
use Symfony \AI \Store \Document \VectorDocument ;
19
19
use Symfony \Component \Uid \Uuid ;
20
20
You can’t perform that action at this time.
0 commit comments