File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 11
11
],
12
12
"require" : {
13
13
"php" : " >=8.2" ,
14
- "php-llm/llm-chain" : " ^0.5 " ,
14
+ "php-llm/llm-chain" : " ^0.6 " ,
15
15
"symfony/config" : " ^6.4 || ^7.0" ,
16
16
"symfony/dependency-injection" : " ^6.4 || ^7.0" ,
17
17
"symfony/framework-bundle" : " ^6.4 || ^7.0"
Original file line number Diff line number Diff line change 17
17
use PhpLlm \LlmChain \Store \Pinecone \Store as PineconeStore ;
18
18
use PhpLlm \LlmChain \Store \StoreInterface ;
19
19
use PhpLlm \LlmChain \Store \VectorStoreInterface ;
20
- use PhpLlm \LlmChain \ToolBox \AsTool ;
20
+ use PhpLlm \LlmChain \ToolBox \Attribute \ AsTool ;
21
21
use PhpLlm \LlmChainBundle \Profiler \DataCollector ;
22
22
use PhpLlm \LlmChainBundle \Profiler \TraceableLanguageModel ;
23
23
use PhpLlm \LlmChainBundle \Profiler \TraceableToolBox ;
You can’t perform that action at this time.
0 commit comments