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 1919use Symfony \AI \Platform \Bridge \OpenAi \PlatformFactory ;
2020use Symfony \AI \Platform \Message \Message ;
2121use Symfony \AI \Platform \Message \MessageBag ;
22- use Symfony \AI \Store \Bridge \SurrealDB \Store ;
22+ use Symfony \AI \Store \Bridge \SurrealDb \Store ;
2323use Symfony \AI \Store \Document \Metadata ;
2424use Symfony \AI \Store \Document \TextDocument ;
2525use Symfony \AI \Store \Document \Vectorizer ;
Original file line number Diff line number Diff line change 99 * file that was distributed with this source code.
1010 */
1111
12- namespace Symfony \AI \Store \Bridge \SurrealDB ;
12+ namespace Symfony \AI \Store \Bridge \SurrealDb ;
1313
1414use Symfony \AI \Platform \Vector \NullVector ;
1515use Symfony \AI \Platform \Vector \Vector ;
Original file line number Diff line number Diff line change 99 * file that was distributed with this source code.
1010 */
1111
12- namespace Bridge \SurrealDB ;
12+ namespace Bridge \SurrealDb ;
1313
1414use PHPUnit \Framework \Attributes \CoversClass ;
1515use PHPUnit \Framework \TestCase ;
1616use Symfony \AI \Platform \Vector \Vector ;
17- use Symfony \AI \Store \Bridge \SurrealDB \Store ;
17+ use Symfony \AI \Store \Bridge \SurrealDb \Store ;
1818use Symfony \AI \Store \Document \VectorDocument ;
1919use Symfony \Component \HttpClient \Exception \ClientException ;
2020use Symfony \Component \HttpClient \MockHttpClient ;
You can’t perform that action at this time.
0 commit comments