Mr.Zhou

Results 17 comments of 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. ![Image](https://github.com/user-attachments/assets/6c5c2e97-eefa-459a-b903-ed682445693a)

@dosu I have reviewed the code, branch is 1.0.0-beta.1,i search dataset_collection_bindings, result below picture: ![Image](https://github.com/user-attachments/assets/483aeb1f-ecbc-4259-b3a8-41e1a50bb2a5) 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里有个配置,你改一下看是否有效: ![image](https://github.com/user-attachments/assets/2af5cc01-f61d-4f8b-9453-71053c21eb3d)