mirror of
https://github.com/csunny/DB-GPT.git
synced 2025-09-03 10:05:13 +00:00
feat(model): support openai embedding model
This commit is contained in:
@@ -49,7 +49,7 @@ services:
|
||||
capabilities: [gpu]
|
||||
webserver:
|
||||
image: eosphorosai/dbgpt:latest
|
||||
command: dbgpt start webserver --light
|
||||
command: dbgpt start webserver --light --remote_embedding
|
||||
environment:
|
||||
- DBGPT_LOG_LEVEL=DEBUG
|
||||
- LOCAL_DB_PATH=data/default_sqlite.db
|
||||
|
Reference in New Issue
Block a user