File tree Expand file tree Collapse file tree 1 file changed +17
-11
lines changed Expand file tree Collapse file tree 1 file changed +17
-11
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " php-llm/llm-chain" ,
3
- "description" : " A slim PHP component with tooling around LLMs." ,
4
- "license" : " MIT" ,
5
3
"type" : " library" ,
4
+ "description" : " PHP library for building LLM-based and AI-based features and applications." ,
5
+ "keywords" : [
6
+ " ai" ,
7
+ " llm" ,
8
+ " huggingface" ,
9
+ " transformers"
10
+ ],
11
+ "license" : " MIT" ,
6
12
"authors" : [
7
13
{
8
14
"name" : " Christopher Hertel" ,
30
36
"symfony/uid" : " ^6.4 || ^7.1" ,
31
37
"webmozart/assert" : " ^1.11"
32
38
},
39
+ "conflict" : {
40
+ "mongodb/mongodb" : " <1.21"
41
+ },
33
42
"require-dev" : {
34
43
"codewithkyrian/chromadb-php" : " ^0.2.1 || ^0.3" ,
35
44
"codewithkyrian/transformers" : " ^0.5.3" ,
49
58
"symfony/process" : " ^6.4 || ^7.1" ,
50
59
"symfony/var-dumper" : " ^6.4 || ^7.1"
51
60
},
52
- "conflict" : {
53
- "mongodb/mongodb" : " <1.21"
54
- },
55
61
"suggest" : {
56
62
"codewithkyrian/chromadb-php" : " For using the ChromaDB as retrieval vector store." ,
57
63
"codewithkyrian/transformers" : " For using the TransformersPHP with FFI to run models in PHP." ,
60
66
"symfony/css-selector" : " For using the YouTube transcription tool." ,
61
67
"symfony/dom-crawler" : " For using the YouTube transcription tool."
62
68
},
69
+ "config" : {
70
+ "allow-plugins" : {
71
+ "codewithkyrian/transformers-libsloader" : true
72
+ },
73
+ "sort-packages" : true
74
+ },
63
75
"autoload" : {
64
76
"psr-4" : {
65
77
"PhpLlm\\ LlmChain\\ " : " src/"
69
81
"psr-4" : {
70
82
"PhpLlm\\ LlmChain\\ Tests\\ " : " tests/"
71
83
}
72
- },
73
- "config" : {
74
- "sort-packages" : true ,
75
- "allow-plugins" : {
76
- "codewithkyrian/transformers-libsloader" : true
77
- }
78
84
}
79
85
}
You can’t perform that action at this time.
0 commit comments