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
61
61
FIRECRAWL_API_KEY =
62
62
63
63
# For using MongoDB Atlas (store)
64
- MONGODB_URI =
64
+ MONGODB_URI = mongodb://symfony:[email protected] :27017
65
65
66
66
# For using Pinecone (store)
67
67
PINECONE_API_KEY =
Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ services:
40
40
MONGODB_INITDB_ROOT_USERNAME : symfony
41
41
MONGODB_INITDB_ROOT_PASSWORD : symfony
42
42
ports :
43
- - ' 27018 :27017'
43
+ - ' 27017 :27017'
44
44
45
45
# Milvus services
46
46
etcd :
Original file line number Diff line number Diff line change 10
10
"codewithkyrian/transformers" : " ^0.6.1" ,
11
11
"doctrine/dbal" : " ^3.3|^4.0" ,
12
12
"google/auth" : " ^1.47" ,
13
+ "mongodb/mongodb" : " ^2.1" ,
13
14
"mrmysql/youtube-transcript" : " ^0.0.5" ,
14
15
"php-http/discovery" : " ^1.20" ,
15
16
"probots-io/pinecone-php" : " ^1.1" ,
You can’t perform that action at this time.
0 commit comments