File tree Expand file tree Collapse file tree 17 files changed +62
-62
lines changed
tests/DependencyInjection Expand file tree Collapse file tree 17 files changed +62
-62
lines changed Original file line number Diff line number Diff line change 1414use Doctrine \DBAL \DriverManager ;
1515use Doctrine \DBAL \Tools \DsnParser ;
1616use MongoDB \Client as MongoDbClient ;
17+ use Symfony \AI \Store \Bridge \Cache \Store as CacheStore ;
1718use Symfony \AI \Store \Bridge \ClickHouse \Store as ClickHouseStore ;
18- use Symfony \AI \Store \Bridge \Local \CacheStore ;
19- use Symfony \AI \Store \Bridge \Local \InMemoryStore ;
19+ use Symfony \AI \Store \Bridge \InMemory \Store as InMemoryStore ;
2020use Symfony \AI \Store \Bridge \ManticoreSearch \Store as ManticoreSearchStore ;
2121use Symfony \AI \Store \Bridge \MariaDb \Store as MariaDbStore ;
2222use Symfony \AI \Store \Bridge \Meilisearch \Store as MeilisearchStore ;
Original file line number Diff line number Diff line change 1010 */
1111
1212use Symfony \AI \Platform \Bridge \OpenAi \PlatformFactory ;
13- use Symfony \AI \Store \Bridge \Local \ InMemoryStore ;
13+ use Symfony \AI \Store \Bridge \InMemory \ Store as InMemoryStore ;
1414use Symfony \AI \Store \Document \Loader \TextFileLoader ;
1515use Symfony \AI \Store \Document \Transformer \TextReplaceTransformer ;
1616use Symfony \AI \Store \Document \Transformer \TextSplitTransformer ;
Original file line number Diff line number Diff line change 1010 */
1111
1212use Symfony \AI \Platform \Bridge \OpenAi \PlatformFactory ;
13- use Symfony \AI \Store \Bridge \Local \ InMemoryStore ;
13+ use Symfony \AI \Store \Bridge \InMemory \ Store as InMemoryStore ;
1414use Symfony \AI \Store \Document \Loader \InMemoryLoader ;
1515use Symfony \AI \Store \Document \Metadata ;
1616use Symfony \AI \Store \Document \TextDocument ;
Original file line number Diff line number Diff line change 1010 */
1111
1212use Symfony \AI \Platform \Bridge \OpenAi \PlatformFactory ;
13- use Symfony \AI \Store \Bridge \Local \ InMemoryStore ;
13+ use Symfony \AI \Store \Bridge \InMemory \ Store as InMemoryStore ;
1414use Symfony \AI \Store \Document \Loader \RssFeedLoader ;
1515use Symfony \AI \Store \Document \Transformer \TextSplitTransformer ;
1616use Symfony \AI \Store \Document \Vectorizer ;
Original file line number Diff line number Diff line change 1010 */
1111
1212use Symfony \AI \Platform \Bridge \OpenAi \PlatformFactory ;
13- use Symfony \AI \Store \Bridge \Local \ InMemoryStore ;
13+ use Symfony \AI \Store \Bridge \InMemory \ Store as InMemoryStore ;
1414use Symfony \AI \Store \Document \Filter \TextContainsFilter ;
1515use Symfony \AI \Store \Document \Loader \InMemoryLoader ;
1616use Symfony \AI \Store \Document \Metadata ;
Original file line number Diff line number Diff line change 1010 */
1111
1212use Symfony \AI \Platform \Bridge \Ollama \PlatformFactory ;
13- use Symfony \AI \Store \Bridge \Local \ InMemoryStore ;
13+ use Symfony \AI \Store \Bridge \InMemory \ Store as InMemoryStore ;
1414use Symfony \AI \Store \Document \Loader \TextFileLoader ;
1515use Symfony \AI \Store \Document \Transformer \TextReplaceTransformer ;
1616use Symfony \AI \Store \Document \Transformer \TextSplitTransformer ;
Original file line number Diff line number Diff line change 1717use Symfony \AI \Platform \Bridge \Ollama \PlatformFactory ;
1818use Symfony \AI \Platform \Message \Message ;
1919use Symfony \AI \Platform \Message \MessageBag ;
20- use Symfony \AI \Store \Bridge \Local \ InMemoryStore ;
20+ use Symfony \AI \Store \Bridge \InMemory \ Store as InMemoryStore ;
2121use Symfony \AI \Store \Document \Loader \InMemoryLoader ;
2222use Symfony \AI \Store \Document \Metadata ;
2323use Symfony \AI \Store \Document \TextDocument ;
Original file line number Diff line number Diff line change 1717use Symfony \AI \Platform \Bridge \OpenAi \PlatformFactory ;
1818use Symfony \AI \Platform \Message \Message ;
1919use Symfony \AI \Platform \Message \MessageBag ;
20- use Symfony \AI \Store \Bridge \Local \ CacheStore ;
20+ use Symfony \AI \Store \Bridge \Cache \ Store as CacheStore ;
2121use Symfony \AI \Store \Document \Loader \InMemoryLoader ;
2222use Symfony \AI \Store \Document \Metadata ;
2323use Symfony \AI \Store \Document \TextDocument ;
Original file line number Diff line number Diff line change 1717use Symfony \AI \Platform \Bridge \OpenAi \PlatformFactory ;
1818use Symfony \AI \Platform \Message \Message ;
1919use Symfony \AI \Platform \Message \MessageBag ;
20- use Symfony \AI \Store \Bridge \Local \ InMemoryStore ;
20+ use Symfony \AI \Store \Bridge \InMemory \ Store as InMemoryStore ;
2121use Symfony \AI \Store \Document \Loader \InMemoryLoader ;
2222use Symfony \AI \Store \Document \Metadata ;
2323use Symfony \AI \Store \Document \TextDocument ;
Original file line number Diff line number Diff line change 1010 */
1111
1212use Symfony \AI \Platform \Bridge \OpenAi \PlatformFactory ;
13- use Symfony \AI \Store \Bridge \Local \ InMemoryStore ;
13+ use Symfony \AI \Store \Bridge \InMemory \ Store as InMemoryStore ;
1414use Symfony \AI \Store \Document \Loader \TextFileLoader ;
1515use Symfony \AI \Store \Document \Transformer \TextSplitTransformer ;
1616use Symfony \AI \Store \Document \Vectorizer ;
You can’t perform that action at this time.
0 commit comments