forked from langgenius/dify
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge commit '5c7b1358d49c8df54bc39eea7b9c4d9b41c09fcb'
* commit '5c7b1358d49c8df54bc39eea7b9c4d9b41c09fcb': (235 commits) chore(release): bump version to 0.9.2 (langgenius#9314) fix: token refreshing logic issue (langgenius#9308) fix: Add new Milvus Lite wheel for manylinux2014_aarch64 (langgenius#9316) chore: add reopen preview btn (langgenius#9279) chore: Optimize operations in Q&A mode (langgenius#9274) refactor: Refactor the service of retrieval the recommend app (langgenius#9302) chore: remove the copied zhipu_ai sdk (langgenius#9270) fix: remove the latest message from the user that does not have any answer yet (langgenius#9297) Add Volcengine VikingDB as new vector provider (langgenius#9287) chore: translate i18n files (langgenius#9288) chore: add baidu-obs and supabase for .env.example (langgenius#9289) chore: add abstract decorator and output log when query embedding fails (langgenius#9264) Feat/new account page (langgenius#9236) Feat/implement-refresh-tokens (langgenius#9233) feat: refresh-token (langgenius#9286) chore: translate i18n files (langgenius#9284) feat:support baidu vector db (langgenius#9185) Feat: rerank model verification in front end (langgenius#9271) Fix/s3 iam add region name (langgenius#7819) chore: optimize the trace ops slow queries on node executions. (langgenius#9282) ... # Conflicts: # web/package.json # web/yarn.lock
- Loading branch information
Showing
1,046 changed files
with
30,052 additions
and
6,456 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,46 @@ | ||
name: Web Tests | ||
|
||
on: | ||
pull_request: | ||
branches: | ||
- main | ||
paths: | ||
- web/** | ||
|
||
concurrency: | ||
group: web-tests-${{ github.head_ref || github.run_id }} | ||
cancel-in-progress: true | ||
|
||
jobs: | ||
test: | ||
name: Web Tests | ||
runs-on: ubuntu-latest | ||
defaults: | ||
run: | ||
working-directory: ./web | ||
|
||
steps: | ||
- name: Checkout code | ||
uses: actions/checkout@v4 | ||
|
||
- name: Check changed files | ||
id: changed-files | ||
uses: tj-actions/changed-files@v45 | ||
with: | ||
files: web/** | ||
|
||
- name: Setup Node.js | ||
uses: actions/setup-node@v4 | ||
if: steps.changed-files.outputs.any_changed == 'true' | ||
with: | ||
node-version: 20 | ||
cache: yarn | ||
cache-dependency-path: ./web/package.json | ||
|
||
- name: Install dependencies | ||
if: steps.changed-files.outputs.any_changed == 'true' | ||
run: yarn install --frozen-lockfile | ||
|
||
- name: Run tests | ||
if: steps.changed-files.outputs.any_changed == 'true' | ||
run: yarn test |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,7 +17,7 @@ | |
alt="chat on Discord"></a> | ||
<a href="https://twitter.com/intent/follow?screen_name=dify_ai" target="_blank"> | ||
<img src="https://img.shields.io/twitter/follow/dify_ai?logo=X&color=%20%23f5f5f5" | ||
alt="follow on Twitter"></a> | ||
alt="follow on X(Twitter)"></a> | ||
<a href="https://hub.docker.com/u/langgenius" target="_blank"> | ||
<img alt="Docker Pulls" src="https://img.shields.io/docker/pulls/langgenius/dify-web?labelColor=%20%23FDB062&color=%20%23f79009"></a> | ||
<a href="https://github.com/langgenius/dify/graphs/commit-activity" target="_blank"> | ||
|
@@ -202,10 +202,14 @@ docker compose up -d | |
|
||
#### 使用 Terraform 部署 | ||
|
||
使用 [terraform](https://www.terraform.io/) 一键将 Dify 部署到云平台 | ||
|
||
##### Azure Global | ||
使用 [terraform](https://www.terraform.io/) 一键部署 Dify 到 Azure。 | ||
- [Azure Terraform by @nikawang](https://github.com/nikawang/dify-azure-terraform) | ||
|
||
##### Google Cloud | ||
- [Google Cloud Terraform by @sotazum](https://github.com/DeNA/dify-google-cloud-terraform) | ||
|
||
## Star History | ||
|
||
[![Star History Chart](https://api.star-history.com/svg?repos=langgenius/dify&type=Date)](https://star-history.com/#langgenius/dify&Date) | ||
|
@@ -232,7 +236,7 @@ docker compose up -d | |
- [GitHub Issues](https://github.com/langgenius/dify/issues)。👉:使用 Dify.AI 时遇到的错误和问题,请参阅[贡献指南](CONTRIBUTING.md)。 | ||
- [电子邮件支持](mailto:[email protected]?subject=[GitHub]Questions%20About%20Dify)。👉:关于使用 Dify.AI 的问题。 | ||
- [Discord](https://discord.gg/FngNHpbcY7)。👉:分享您的应用程序并与社区交流。 | ||
- [Twitter](https://twitter.com/dify_ai)。👉:分享您的应用程序并与社区交流。 | ||
- [X(Twitter)](https://twitter.com/dify_ai)。👉:分享您的应用程序并与社区交流。 | ||
- [商业许可](mailto:[email protected]?subject=[GitHub]Business%20License%20Inquiry)。👉:有关商业用途许可 Dify.AI 的商业咨询。 | ||
- [微信]() 👉:扫描下方二维码,添加微信好友,备注 Dify,我们将邀请您加入 Dify 社区。 | ||
<img src="./images/wechat.png" alt="wechat" width="100"/> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.