File tree Expand file tree Collapse file tree 1 file changed +7
-10
lines changed Expand file tree Collapse file tree 1 file changed +7
-10
lines changed Original file line number Diff line number Diff line change 11[llmstack ]
22llmstack_port =3000
3- redis_host =" localhost"
4- redis_port =50379
3+ redis_host =" redis"
54
65# Platform default keys (optional)
76default_openai_api_key =" "
@@ -12,13 +11,11 @@ default_forefront_api_key=""
1211default_elevenlabs_api_key =" "
1312
1413# Local installation
15- vector_database_engine =" chroma "
16- vector_database_name =" ./ llmstack.chromadb "
14+ vector_database_engine =" weaviate "
15+ vector_database_name =" llmstack"
1716use_remote_job_queue =" True"
18- cache_backend =" locmem.LocMemCache"
19- database_name =" ./llmstack.sqlite"
20- database_engine =" sqlite3"
21- debug =" True"
22- playwright_url =" "
23- generatedfiles_root =" ./generated_files"
17+ cache_backend =" redis.RedisCache"
18+ database_name =" llmstack"
19+ database_engine =" postgresql"
20+ debug =" False"
2421site_url =" http://localhost:3000"
You can’t perform that action at this time.
0 commit comments