File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
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 \SurrealDB \Store ;
22
+ use Symfony \AI \Store \Bridge \SurrealDb \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 9
9
* file that was distributed with this source code.
10
10
*/
11
11
12
- namespace Symfony \AI \Store \Bridge \SurrealDB ;
12
+ namespace Symfony \AI \Store \Bridge \SurrealDb ;
13
13
14
14
use Symfony \AI \Platform \Vector \NullVector ;
15
15
use Symfony \AI \Platform \Vector \Vector ;
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 Bridge \SurrealDB ;
12
+ namespace Bridge \SurrealDb ;
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 \SurrealDB \Store ;
17
+ use Symfony \AI \Store \Bridge \SurrealDb \Store ;
18
18
use Symfony \AI \Store \Document \VectorDocument ;
19
19
use Symfony \Component \HttpClient \Exception \ClientException ;
20
20
use Symfony \Component \HttpClient \MockHttpClient ;
You can’t perform that action at this time.
0 commit comments