1. 26 Apr, 2024 1 commit
  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 2 commits
    • 优化建议模式;修复多索引训练失败问题 (#1043) · a63467d7
      * doc
      
      * Optimize possible null Pointers and parts of Ux
      
      * fix: mulity index training error
      Archer committed
    • 4.7-alpha2 (#1027) · 9d27de15
      * feat: stop toolCall and rename some field. (#46)
      
      * perf: node delete tip;pay tip
      
      * fix: toolCall cannot save child answer
      
      * feat: stop tool
      
      * fix: team modal
      
      * fix feckbackMoal  auth bug (#47)
      
      * 简单的支持提示词运行tool。优化workflow模板 (#49)
      
      * remove templates
      
      * fix: request body undefined
      
      * feat: prompt tool run
      
      * feat: workflow tamplates modal
      
      * perf: plugin start
      
      * 4.7 (#50)
      
      * fix docker-compose download url (#994)
      
      original code is a bad url with '404 NOT FOUND' return.
      fix docker-compose download url, add 'v' before docker-compose version
      
      * Update ai_settings.md (#1000)
      
      * Update configuration.md
      
      * Update configuration.md
      
      * Fix history in classifyQuestion and extract modules (#1012)
      
      * Fix history in classifyQuestion and extract modules
      
      * Add chatValue2RuntimePrompt import and update text formatting
      
      * flow controller to packages
      
      * fix: rerank select
      
      * modal ui
      
      * perf: modal code path
      
      * point not sufficient
      
      * feat: http url support variable
      
      * fix http key
      
      * perf: prompt
      
      * perf: ai setting modal
      
      * simple edit ui
      
      ---------
      
      Co-authored-by: entorick <entorick11@qq.com>
      Co-authored-by: liujianglc <liujianglc@163.com>
      Co-authored-by: Fengrui Liu <liufengrui.work@bytedance.com>
      
      * fix team share redirect to login (#51)
      
      * feat: support openapi import plugins (#48)
      
      * feat: support openapi import plugins
      
      * feat: import from url
      
      * fix: add body params parse
      
      * fix build
      
      * fix
      
      * fix
      
      * fix
      
      * tool box ui (#52)
      
      * fix: training queue
      
      * feat: simple edit tool select
      
      * perf: simple edit dataset prompt
      
      * fix: chatbox tool ux
      
      * feat: quote prompt module
      
      * perf: plugin tools sign
      
      * perf: model avatar
      
      * tool selector ui
      
      * feat: max histories
      
      * perf: http plugin import (#53)
      
      * perf: plugin http import
      
      * chatBox ui
      
      * perf: name
      
      * fix: Node template card (#54)
      
      * fix: ts
      
      * setting modal
      
      * package
      
      * package
      
      * feat: add plugins search (#57)
      
      * feat: add plugins search
      
      * perf: change http plugin header input
      
      * Yjl (#56)
      
      * perf: prompt tool call
      
      * perf: chat box ux
      
      * doc
      
      * doc
      
      * price tip
      
      * perf: tool selector
      
      * ui'
      
      * fix: vector queue
      
      * fix: empty tool and empty response
      
      * fix: empty msg
      
      * perf: pg index
      
      * perf: ui tip
      
      * doc
      
      * tool tip
      
      ---------
      
      Co-authored-by: yst <77910600+yu-and-liu@users.noreply.github.com>
      Co-authored-by: entorick <entorick11@qq.com>
      Co-authored-by: liujianglc <liujianglc@163.com>
      Co-authored-by: Fengrui Liu <liufengrui.work@bytedance.com>
      Co-authored-by: heheer <71265218+newfish-cmyk@users.noreply.github.com>
      Archer committed
  21. 18 Mar, 2024 1 commit
  22. 17 Mar, 2024 1 commit