Skip to content

Commit

Permalink
add dify installation QA (#4991)
Browse files Browse the repository at this point in the history
  • Loading branch information
wallyxjh authored Aug 22, 2024
1 parent 1faf9d6 commit 7f8ff72
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docs/4.0/docs/self-hosting/sealos/QA.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,3 +104,10 @@ enabled user register:
kubectl get cm -n sealos desktop-frontend-config -o yaml | sed 's/signUpEnabled: false/signUpEnabled: true/g' | kubectl apply -f -
kubectl rollout restart deployment desktop-frontend -n sealos
```
## Database Issues
### Dify installation
The Sealos offline package does not include the vector database by default (and the related image is not packaged), so it is currently not possible to install the Dify application in a privately deployed Sealos cluster.
7 changes: 7 additions & 0 deletions docs/4.0/i18n/zh-Hans/self-hosting/sealos/QA.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,3 +108,10 @@ kubectl rollout restart deployment desktop-frontend -n sealos
kubectl get cm -n sealos desktop-frontend-config -o yaml | sed 's/signUpEnabled: false/signUpEnabled: true/g' | kubectl apply -f -
kubectl rollout restart deployment desktop-frontend -n sealos
```


## 数据库相关问题

### Dify安装

由于 Sealos 离线包默认未包含向量数据库的启动配置(也未打包相关镜像),目前在私有化部署的 Sealos 集群中暂时无法安装 Dify 应用。

0 comments on commit 7f8ff72

Please sign in to comment.