File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed
tests/DependencyInjection Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 7878use Symfony \AI \Platform \Platform ;
7979use Symfony \AI \Platform \PlatformInterface ;
8080use Symfony \AI \Platform \ResultConverterInterface ;
81- use Symfony \AI \Store \Bridge \Azure \SearchStore as AzureSearchStore ;
81+ use Symfony \AI \Store \Bridge \AzureSearch \SearchStore as AzureSearchStore ;
8282use Symfony \AI \Store \Bridge \ChromaDb \Store as ChromaDbStore ;
8383use Symfony \AI \Store \Bridge \ClickHouse \Store as ClickHouseStore ;
8484use Symfony \AI \Store \Bridge \Cloudflare \Store as CloudflareStore ;
Original file line number Diff line number Diff line change 3232use Symfony \AI \Platform \Capability ;
3333use Symfony \AI \Platform \Model ;
3434use Symfony \AI \Platform \PlatformInterface ;
35- use Symfony \AI \Store \Bridge \Azure \SearchStore as AzureStore ;
35+ use Symfony \AI \Store \Bridge \AzureSearch \SearchStore as AzureStore ;
3636use Symfony \AI \Store \Bridge \ChromaDb \Store as ChromaDbStore ;
3737use Symfony \AI \Store \Bridge \ClickHouse \Store as ClickhouseStore ;
3838use Symfony \AI \Store \Bridge \Cloudflare \Store as CloudflareStore ;
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 \Azure ;
12+ namespace Symfony \AI \Store \Bridge \AzureSearch ;
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 Symfony \AI \Store \Tests \Bridge \Azure ;
12+ namespace Symfony \AI \Store \Tests \Bridge \AzureSearch ;
1313
1414use PHPUnit \Framework \TestCase ;
1515use Symfony \AI \Platform \Vector \NullVector ;
1616use Symfony \AI \Platform \Vector \Vector ;
17- use Symfony \AI \Store \Bridge \Azure \SearchStore ;
17+ use Symfony \AI \Store \Bridge \AzureSearch \SearchStore ;
1818use Symfony \AI \Store \Document \Metadata ;
1919use Symfony \AI \Store \Document \VectorDocument ;
2020use Symfony \Component \HttpClient \Exception \ClientException ;
You can’t perform that action at this time.
0 commit comments