Compare commits
6 Commits
v4.7-alpha
...
v4.7
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
1829b22c01 | ||
|
|
9e193b16a1 | ||
|
|
6b7b03c245 | ||
|
|
c7e6448272 | ||
|
|
911512b36d | ||
|
|
ef15ca894e |
2
.github/ISSUE_TEMPLATE/bugs.md
vendored
@@ -19,7 +19,7 @@ assignees: ''
|
||||
**你的版本**
|
||||
|
||||
- [ ] 公有云版本
|
||||
- [ ] 私有部署版本
|
||||
- [ ] 私有部署版本, 具体版本号:
|
||||
|
||||
**问题描述**
|
||||
|
||||
|
||||
34
.github/workflows/helm-release.yaml
vendored
Normal file
@@ -0,0 +1,34 @@
|
||||
name: Release
|
||||
|
||||
on:
|
||||
push:
|
||||
tags:
|
||||
- 'v*.*.*'
|
||||
branches:
|
||||
- master
|
||||
|
||||
jobs:
|
||||
helm:
|
||||
runs-on: ubuntu-20.04
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
fetch-tags: true
|
||||
fetch-depth: 0
|
||||
- name: Set output
|
||||
id: vars
|
||||
run: echo "tag=$(git describe --tags)" >> $GITHUB_OUTPUT
|
||||
- name: Release Helm
|
||||
run: |
|
||||
echo ${{ secrets.GH_PAT }} | helm registry login ghcr.io -u ${{ github.repository_owner }} --password-stdin
|
||||
export APP_VERSION=${{ steps.vars.outputs.tag }}
|
||||
export HELM_VERSION=${{ steps.vars.outputs.tag }}
|
||||
export HELM_REPO=ghcr.io/${{ github.repository_owner }}
|
||||
if [[ ! "$line" =~ ^v ]]
|
||||
then
|
||||
unset APP_VERSION
|
||||
unset HELM_VERSION
|
||||
fi
|
||||
helm package files/helm/fastgpt --version ${HELM_VERSION}-helm --app-version ${APP_VERSION} -d bin
|
||||
helm push bin/fastgpt-${HELM_VERSION}-helm.tgz oci://${HELM_REPO}
|
||||
10
.github/workflows/preview-image.yml
vendored
@@ -54,3 +54,13 @@ jobs:
|
||||
-t ${DOCKER_REPO_TAGGED} \
|
||||
-f Dockerfile \
|
||||
.
|
||||
|
||||
helm-check:
|
||||
runs-on: ubuntu-20.04
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v3
|
||||
- name: Helm Check
|
||||
run: |
|
||||
helm lint files/helm/fastgpt
|
||||
helm package files/helm/fastgpt
|
||||
|
||||
4
.gitignore
vendored
@@ -40,3 +40,7 @@ docSite/.vercel
|
||||
|
||||
|
||||
.idea/
|
||||
files/helm/fastgpt/fastgpt-0.1.0.tgz
|
||||
files/helm/fastgpt/charts/*.tgz
|
||||
|
||||
tmp/
|
||||
|
||||
BIN
docSite/assets/imgs/47-sealos1.png
Normal file
|
After Width: | Height: | Size: 127 KiB |
BIN
docSite/assets/imgs/47-sealos2.png
Normal file
|
After Width: | Height: | Size: 146 KiB |
BIN
docSite/assets/imgs/47-sealos3.png
Normal file
|
After Width: | Height: | Size: 141 KiB |
BIN
docSite/assets/imgs/47-sealos4.webp
Normal file
|
After Width: | Height: | Size: 77 KiB |
BIN
docSite/assets/imgs/47-sealos5.png
Normal file
|
After Width: | Height: | Size: 102 KiB |
|
Before Width: | Height: | Size: 36 KiB After Width: | Height: | Size: 182 KiB |
BIN
docSite/assets/imgs/aichat0.png
Normal file
|
After Width: | Height: | Size: 138 KiB |
BIN
docSite/assets/imgs/aichat01.png
Normal file
|
After Width: | Height: | Size: 170 KiB |
BIN
docSite/assets/imgs/aichat02.png
Normal file
|
After Width: | Height: | Size: 90 KiB |
BIN
docSite/assets/imgs/aichat2.png
Normal file
|
After Width: | Height: | Size: 126 KiB |
BIN
docSite/assets/imgs/aichat3.webp
Normal file
|
After Width: | Height: | Size: 112 KiB |
|
Before Width: | Height: | Size: 372 KiB |
BIN
docSite/assets/imgs/coreferenceResolution2.webp
Normal file
|
After Width: | Height: | Size: 180 KiB |
|
Before Width: | Height: | Size: 332 KiB |
BIN
docSite/assets/imgs/coreferenceResolution3.webp
Normal file
|
After Width: | Height: | Size: 189 KiB |
|
Before Width: | Height: | Size: 275 KiB |
BIN
docSite/assets/imgs/datasetEngine3.webp
Normal file
|
After Width: | Height: | Size: 172 KiB |
|
Before Width: | Height: | Size: 392 KiB |
BIN
docSite/assets/imgs/datasetEngine4.webp
Normal file
|
After Width: | Height: | Size: 231 KiB |
|
Before Width: | Height: | Size: 510 KiB |
BIN
docSite/assets/imgs/datasetEngine5.webp
Normal file
|
After Width: | Height: | Size: 283 KiB |
|
Before Width: | Height: | Size: 416 KiB |
BIN
docSite/assets/imgs/datasetEngine6.webp
Normal file
|
After Width: | Height: | Size: 253 KiB |
|
Before Width: | Height: | Size: 348 KiB |
BIN
docSite/assets/imgs/datasetEngine7.webp
Normal file
|
After Width: | Height: | Size: 208 KiB |
|
Before Width: | Height: | Size: 212 KiB After Width: | Height: | Size: 228 KiB |
|
Before Width: | Height: | Size: 92 KiB After Width: | Height: | Size: 211 KiB |
|
Before Width: | Height: | Size: 193 KiB After Width: | Height: | Size: 221 KiB |
|
Before Width: | Height: | Size: 231 KiB |
BIN
docSite/assets/imgs/datasetprompt7.webp
Normal file
|
After Width: | Height: | Size: 132 KiB |
|
Before Width: | Height: | Size: 356 KiB |
BIN
docSite/assets/imgs/demo-appointment1.webp
Normal file
|
After Width: | Height: | Size: 65 KiB |
|
Before Width: | Height: | Size: 629 KiB After Width: | Height: | Size: 126 KiB |
|
Before Width: | Height: | Size: 753 KiB |
BIN
docSite/assets/imgs/demo-dalle2.webp
Normal file
|
After Width: | Height: | Size: 112 KiB |
BIN
docSite/assets/imgs/feishuwebhook1.png
Normal file
|
After Width: | Height: | Size: 216 KiB |
BIN
docSite/assets/imgs/feishuwebhook2.webp
Normal file
|
After Width: | Height: | Size: 174 KiB |
BIN
docSite/assets/imgs/feishuwebhook3.png
Normal file
|
After Width: | Height: | Size: 124 KiB |
BIN
docSite/assets/imgs/feishuwebhook4.webp
Normal file
|
After Width: | Height: | Size: 75 KiB |
BIN
docSite/assets/imgs/feishuwebhook5.png
Normal file
|
After Width: | Height: | Size: 59 KiB |
BIN
docSite/assets/imgs/flow-dataset1.png
Normal file
|
After Width: | Height: | Size: 69 KiB |
BIN
docSite/assets/imgs/flow-tool1.png
Normal file
|
After Width: | Height: | Size: 56 KiB |
BIN
docSite/assets/imgs/flow-tool2.png
Normal file
|
After Width: | Height: | Size: 171 KiB |
BIN
docSite/assets/imgs/flow-tool3.png
Normal file
|
After Width: | Height: | Size: 190 KiB |
BIN
docSite/assets/imgs/flow-tool4.png
Normal file
|
After Width: | Height: | Size: 148 KiB |
|
Before Width: | Height: | Size: 284 KiB |
BIN
docSite/assets/imgs/gapierTool10.webp
Normal file
|
After Width: | Height: | Size: 147 KiB |
|
Before Width: | Height: | Size: 371 KiB |
BIN
docSite/assets/imgs/gapierTool12.webp
Normal file
|
After Width: | Height: | Size: 174 KiB |
|
Before Width: | Height: | Size: 391 KiB |
|
Before Width: | Height: | Size: 447 KiB |
BIN
docSite/assets/imgs/gapierTool14.webp
Normal file
|
After Width: | Height: | Size: 187 KiB |
|
Before Width: | Height: | Size: 418 KiB |
BIN
docSite/assets/imgs/gapierTool15.webp
Normal file
|
After Width: | Height: | Size: 218 KiB |
|
Before Width: | Height: | Size: 419 KiB |
BIN
docSite/assets/imgs/gapierTool16.webp
Normal file
|
After Width: | Height: | Size: 218 KiB |
|
Before Width: | Height: | Size: 232 KiB |
BIN
docSite/assets/imgs/gapierTool17.webp
Normal file
|
After Width: | Height: | Size: 92 KiB |
|
Before Width: | Height: | Size: 230 KiB |
BIN
docSite/assets/imgs/gapierTool9.webp
Normal file
|
After Width: | Height: | Size: 100 KiB |
|
Before Width: | Height: | Size: 302 KiB |
BIN
docSite/assets/imgs/gapierToolResult1.webp
Normal file
|
After Width: | Height: | Size: 200 KiB |
|
Before Width: | Height: | Size: 348 KiB |
BIN
docSite/assets/imgs/getfile_id.webp
Normal file
|
After Width: | Height: | Size: 198 KiB |
|
Before Width: | Height: | Size: 381 KiB |
BIN
docSite/assets/imgs/google_search_1.webp
Normal file
|
After Width: | Height: | Size: 208 KiB |
BIN
docSite/assets/imgs/google_search_3.png
Normal file
|
After Width: | Height: | Size: 200 KiB |
BIN
docSite/assets/imgs/google_search_4.png
Normal file
|
After Width: | Height: | Size: 263 KiB |
|
Before Width: | Height: | Size: 30 KiB After Width: | Height: | Size: 133 KiB |
|
Before Width: | Height: | Size: 27 KiB After Width: | Height: | Size: 180 KiB |
|
Before Width: | Height: | Size: 306 KiB |
BIN
docSite/assets/imgs/intro1.webp
Normal file
|
After Width: | Height: | Size: 199 KiB |
|
Before Width: | Height: | Size: 282 KiB |
BIN
docSite/assets/imgs/oneapi-step1.webp
Normal file
|
After Width: | Height: | Size: 128 KiB |
BIN
docSite/assets/imgs/question_guide.webp
Normal file
|
After Width: | Height: | Size: 127 KiB |
|
Before Width: | Height: | Size: 349 KiB |
BIN
docSite/assets/imgs/sealos3.webp
Normal file
|
After Width: | Height: | Size: 175 KiB |
|
Before Width: | Height: | Size: 31 KiB After Width: | Height: | Size: 31 KiB |
BIN
docSite/assets/imgs/tts_setting.png
Normal file
|
After Width: | Height: | Size: 215 KiB |
BIN
docSite/assets/imgs/tts_setting2.webp
Normal file
|
After Width: | Height: | Size: 136 KiB |
|
Before Width: | Height: | Size: 104 KiB After Width: | Height: | Size: 200 KiB |
|
Before Width: | Height: | Size: 42 KiB After Width: | Height: | Size: 216 KiB |
BIN
docSite/assets/imgs/variable3.png
Normal file
|
After Width: | Height: | Size: 219 KiB |
BIN
docSite/assets/imgs/variable4.webp
Normal file
|
After Width: | Height: | Size: 94 KiB |
BIN
docSite/assets/imgs/variable5.webp
Normal file
|
After Width: | Height: | Size: 121 KiB |
|
Before Width: | Height: | Size: 522 KiB |
BIN
docSite/assets/imgs/webSync10.webp
Normal file
|
After Width: | Height: | Size: 277 KiB |
|
Before Width: | Height: | Size: 278 KiB |
BIN
docSite/assets/imgs/webSync6.webp
Normal file
|
After Width: | Height: | Size: 161 KiB |
|
Before Width: | Height: | Size: 491 KiB |
BIN
docSite/assets/imgs/webSync7.webp
Normal file
|
After Width: | Height: | Size: 252 KiB |
|
Before Width: | Height: | Size: 474 KiB |
BIN
docSite/assets/imgs/webSync8.webp
Normal file
|
After Width: | Height: | Size: 218 KiB |
|
Before Width: | Height: | Size: 456 KiB |
BIN
docSite/assets/imgs/webSync9.webp
Normal file
|
After Width: | Height: | Size: 229 KiB |
BIN
docSite/assets/imgs/workflow_process.png
Normal file
|
After Width: | Height: | Size: 94 KiB |