File tree Expand file tree Collapse file tree 4 files changed +1556
-4
lines changed
Expand file tree Collapse file tree 4 files changed +1556
-4
lines changed Original file line number Diff line number Diff line change @@ -19,8 +19,6 @@ APP_ENV=dev
1919APP_SECRET = ccb9dca72dce53c683eaaf775bfdb253
2020# ##< symfony/framework-bundle ###
2121
22- CHROMADB_HOST = chromadb
23- CHROMADB_PORT = 8080
2422HUGGINGFACE_API_KEY = hf-...
2523
2624# ##> symfony/ai-bundle ###
Original file line number Diff line number Diff line change 88 "ext-ctype" : " *" ,
99 "ext-gd" : " *" ,
1010 "ext-iconv" : " *" ,
11- "symfony/ai-chroma-db-store" : " @dev" ,
1211 "league/commonmark" : " ^2.7.1" ,
1312 "mrmysql/youtube-transcript" : " ^0.0.5" ,
13+ "nyholm/psr7" : " ^1.8" ,
1414 "php-http/discovery" : " ^1.20" ,
1515 "runtime/frankenphp-symfony" : " ^0.2.0" ,
1616 "symfony/ai-bundle" : " @dev" ,
17+ "symfony/ai-chroma-db-store" : " @dev" ,
1718 "symfony/ai-clock-tool" : " @dev" ,
1819 "symfony/ai-similarity-search-tool" : " @dev" ,
1920 "symfony/ai-wikipedia-tool" : " @dev" ,
Original file line number Diff line number Diff line change 11services :
22 Codewithkyrian\ChromaDB\Factory :
33 calls :
4- - withHost : ['%env(CHROMADB_HOST)%']
4+ - withHost : ['http:// %env(CHROMADB_HOST)%']
55 - withPort : ['%env(CHROMADB_PORT)%']
66
77 Codewithkyrian\ChromaDB\Client :
You can’t perform that action at this time.
0 commit comments