File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -61,7 +61,7 @@ FIRECRAWL_HOST=https://api.firecrawl.dev
6161FIRECRAWL_API_KEY =
6262
6363# For using MongoDB Atlas (store)
64- MONGODB_URI =
64+ MONGODB_URI = mongodb://symfony:symfony@127.0.0.1:27017
6565
6666# For using Pinecone (store)
6767PINECONE_API_KEY =
Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ services:
4040 MONGODB_INITDB_ROOT_USERNAME : symfony
4141 MONGODB_INITDB_ROOT_PASSWORD : symfony
4242 ports :
43- - ' 27018 :27017'
43+ - ' 27017 :27017'
4444
4545 # Milvus services
4646 etcd :
Original file line number Diff line number Diff line change 1010 "codewithkyrian/transformers" : " ^0.6.1" ,
1111 "doctrine/dbal" : " ^3.3|^4.0" ,
1212 "google/auth" : " ^1.47" ,
13+ "mongodb/mongodb" : " ^2.1" ,
1314 "mrmysql/youtube-transcript" : " ^0.0.5" ,
1415 "php-http/discovery" : " ^1.20" ,
1516 "probots-io/pinecone-php" : " ^1.1" ,
You can’t perform that action at this time.
0 commit comments