Mr.Zhou
Mr.Zhou
我看ShellCrash自己配置的核心是meta,这个是和clash差不多的吧。
perhaps provider_name's value 'langgenius/openai_api_compatible/openai_api_compatible', it's length is 51 > 40 why the value is 'langgenius/openai_api_compatible/openai_api_compatible' not 'openai_api_compatible'?
@dosu I have newly installed it, not upgraded from an old version, do I also need to perform these operations? If so, please indicate this in the document. Thank you.
@dosu I found MIGRATION_ENABLED environment variable is set to true default. 
@dosu I have reviewed the code, branch is 1.0.0-beta.1,i search dataset_collection_bindings, result below picture:  There is not a migration script that alters the provider_name column in the embeddings table...
@Dosu I solved this problem by following these steps: 1. docker exec -it docker-db-1 bash 2. psql -d dify 3. ALTER TABLE dataset_collection_bindings ALTER COLUMN provider_name TYPE VARCHAR(255); 4. \d...
docker-compose.yml里有个配置,你改一下看是否有效: 