1. 26 Apr, 2024 4 commits
  2. 25 Apr, 2024 3 commits
    • Update README.md · 0a8b104b
      Archer committed
    • 4.8 preview (#1288) · 439c819f
      * Revert "lafAccount add pat & re request when token invalid (#76)" (#77)
      
      This reverts commit 83d85dfe37adcaef4833385ea52ee79fd84720be.
      
      * perf: workflow ux
      
      * system config
      
      * Newflow (#89)
      
      * docs: Add doc for Xinference (#1266)
      
      Signed-off-by: Carson Yang <yangchuansheng33@gmail.com>
      
      * Revert "lafAccount add pat & re request when token invalid (#76)" (#77)
      
      This reverts commit 83d85dfe37adcaef4833385ea52ee79fd84720be.
      
      * perf: workflow ux
      
      * system config
      
      * Revert "lafAccount add pat & re request when token invalid (#76)" (#77)
      
      This reverts commit 83d85dfe37adcaef4833385ea52ee79fd84720be.
      
      * Revert "lafAccount add pat & re request when token invalid (#76)" (#77)
      
      This reverts commit 83d85dfe37adcaef4833385ea52ee79fd84720be.
      
      * Revert "lafAccount add pat & re request when token invalid (#76)" (#77)
      
      This reverts commit 83d85dfe37adcaef4833385ea52ee79fd84720be.
      
      * rename code
      
      * move code
      
      * update flow
      
      * input type selector
      
      * perf: workflow runtime
      
      * feat: node adapt newflow
      
      * feat: adapt plugin
      
      * feat: 360 connection
      
      * check workflow
      
      * perf: flow 性能
      
      * change plugin input type (#81)
      
      * change plugin input type
      
      * plugin label mode
      
      * perf: nodecard
      
      * debug
      
      * perf: debug ui
      
      * connection ui
      
      * change workflow ui (#82)
      
      * feat: workflow debug
      
      * adapt openAPI for new workflow (#83)
      
      * adapt openAPI for new workflow
      
      * i18n
      
      * perf: plugin debug
      
      * plugin input ui
      
      * delete
      
      * perf: global variable select
      
      * fix rebase
      
      * perf: workflow performance
      
      * feat: input render type icon
      
      * input icon
      
      * adapt flow (#84)
      
      * adapt newflow
      
      * temp
      
      * temp
      
      * fix
      
      * feat: app schedule trigger
      
      * feat: app schedule trigger
      
      * perf: schedule ui
      
      * feat: ioslatevm run js code
      
      * perf: workflow varialbe table ui
      
      * feat: adapt simple mode
      
      * feat: adapt input params
      
      * output
      
      * feat: adapt tamplate
      
      * fix: ts
      
      * add if-else module (#86)
      
      * perf: worker
      
      * if else node
      
      * perf: tiktoken worker
      
      * fix: ts
      
      * perf: tiktoken
      
      * fix if-else node (#87)
      
      * fix if-else node
      
      * type
      
      * fix
      
      * perf: audio render
      
      * perf: Parallel worker
      
      * log
      
      * perf: if else node
      
      * adapt plugin
      
      * prompt
      
      * perf: reference ui
      
      * reference ui
      
      * handle ux
      
      * template ui and plugin tool
      
      * adapt v1 workflow
      
      * adapt v1 workflow completions
      
      * perf: time variables
      
      * feat: workflow keyboard shortcuts
      
      * adapt v1 workflow
      
      * update workflow example doc (#88)
      
      * fix: simple mode select tool
      
      ---------
      
      Signed-off-by: Carson Yang <yangchuansheng33@gmail.com>
      Co-authored-by: Carson Yang <yangchuansheng33@gmail.com>
      Co-authored-by: heheer <71265218+newfish-cmyk@users.noreply.github.com>
      
      * doc
      
      * perf: extract node
      
      * extra node field
      
      * update plugin version
      
      * doc
      
      * variable
      
      * change doc & fix prompt editor (#90)
      
      * fold workflow code
      
      * value type label
      
      ---------
      
      Signed-off-by: Carson Yang <yangchuansheng33@gmail.com>
      Co-authored-by: Carson Yang <yangchuansheng33@gmail.com>
      Co-authored-by: heheer <71265218+newfish-cmyk@users.noreply.github.com>
      Archer committed
  3. 22 Apr, 2024 1 commit
  4. 18 Apr, 2024 1 commit
  5. 17 Apr, 2024 1 commit
  6. 16 Apr, 2024 1 commit
  7. 15 Apr, 2024 2 commits
  8. 11 Apr, 2024 2 commits
  9. 09 Apr, 2024 1 commit
  10. 08 Apr, 2024 4 commits
  11. 06 Apr, 2024 2 commits
    • Update README.md · 5cfa4328
      Archer committed
    • Update docker-compose.yml (#1134) · a01b945b
      Fix `docker-compose up -d`  Error : 
       ```
      ERROR: Invalid interpolation format for "entrypoint" option in service "mongo": "openssl rand -base64 128 > /data/mongodb.key
      ```
      修复docker-compose.yml中环境变量替换问题
      
      由于docker-compose在解析entrypoint中的$字符时会将其误认为环境变量,导致无法正确处理脚本里的特殊变量(如 "$@")。通过将$字符替换为$$来避免这一问题,确保了docker-compose可以正确解析并执行MongoDB初始化脚本。
      UUUUnotfound committed
  12. 03 Apr, 2024 3 commits
  13. 01 Apr, 2024 2 commits
  14. 30 Mar, 2024 1 commit
  15. 29 Mar, 2024 1 commit
  16. 28 Mar, 2024 1 commit
  17. 27 Mar, 2024 6 commits
  18. 26 Mar, 2024 2 commits
    • feat: support to install fastgpt via helm chart (#1023) · c7e64482
      * feat: support to install fastgpt via helm chart
      
      Signed-off-by: rick <LinuxSuRen@users.noreply.github.com>
      
      ---------
      
      Signed-off-by: rick <LinuxSuRen@users.noreply.github.com>
      Co-authored-by: rick <LinuxSuRen@users.noreply.github.com>
      Rick committed
    • 4.7-production (#1053) · 911512b3
      * 4.7-alpha3 (#62)
      
      * doc
      
      * Optimize possible null Pointers and parts of Ux
      
      * fix: mulity index training error
      
      * feat: doc and rename question guide
      
      * fix ios speech input (#59)
      
      * fix: prompt editor variables nowrap (#61)
      
      * change openapi import in http module with curl import (#60)
      
      * chore(ui): dataset import modal ui (#58)
      
      * chore(ui): dataset import modal ui
      
      * use component
      
      * fix height
      
      * 4.7 (#63)
      
      * fix: claude3 image type verification failed (#1038) (#1040)
      
      * perf: curl import modal
      
      * doc img
      
      * perf: adapt cohere rerank
      
      * perf: code
      
      * perf: input style
      
      * doc
      
      ---------
      
      Co-authored-by: xiaotian <dimsky@163.com>
      
      * fix: ts
      
      * docker deploy
      
      * perf: prompt call
      
      * doc
      
      * ts
      
      * finish ui
      
      * perf: outlink detail ux
      
      * perf: user schema
      
      * fix: plugin update
      
      * feat: get current time plugin
      
      * fix: ts
      
      * perf: fetch anamation
      
      * perf: mark ux
      
      * doc
      
      * perf: select app ux
      
      * fix: split text custom string conflict
      
      * peref: inform readed
      
      * doc
      
      * memo flow component
      
      * perf: version
      
      * faq
      
      * feat: flow max runtimes
      
      * feat: similarity tip
      
      * feat: auto detect file encoding
      
      * Supports asymmetric vector model
      
      * fix: ts
      
      * perf: max w
      
      * move code
      
      * perf: hide whisper
      
      * fix: ts
      
      * feat: system msg modal
      
      * perf: catch error
      
      * perf: inform tip
      
      * fix: inform
      
      ---------
      
      Co-authored-by: heheer <71265218+newfish-cmyk@users.noreply.github.com>
      Co-authored-by: xiaotian <dimsky@163.com>
      Archer committed
  19. 22 Mar, 2024 1 commit
  20. 21 Mar, 2024 1 commit