Commit Graph

84 Commits

Author SHA1 Message Date
shaohuzhang1 c1ddec1a61
feat: Login and add graphic captcha (#3117)
Some checks are pending
sync2gitee / repo-sync (push) Waiting to run
Typos Check / Spell Check with Typos (push) Waiting to run
2025-05-20 20:16:36 +08:00
CaptainB 8d8de53e38 chore: update langchain-mcp-adapters and mcp package versions
Some checks failed
sync2gitee / repo-sync (push) Has been cancelled
Typos Check / Spell Check with Typos (push) Has been cancelled
2025-05-09 16:28:50 +08:00
liqiang-fit2cloud 47f9c04664 build(deps): update pyproject.toml. 2025-04-25 15:55:01 +08:00
dependabot[bot] 17cd88edda build(deps): update langchain-anthropic requirement
Some checks failed
sync2gitee / repo-sync (push) Has been cancelled
Typos Check / Spell Check with Typos (push) Has been cancelled
Updates the requirements on [langchain-anthropic](https://github.com/langchain-ai/langchain) to permit the latest version.
- [Release notes](https://github.com/langchain-ai/langchain/releases)
- [Commits](https://github.com/langchain-ai/langchain/compare/langchain-anthropic==0.3.10...langchain-anthropic==0.3.12)

---
updated-dependencies:
- dependency-name: langchain-anthropic
  dependency-version: 0.3.12
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-04-25 12:04:22 +08:00
dependabot[bot] d33b620dc8 build(deps): update langchain-ollama requirement from 0.3.1 to 0.3.2
Updates the requirements on [langchain-ollama](https://github.com/langchain-ai/langchain) to permit the latest version.
- [Release notes](https://github.com/langchain-ai/langchain/releases)
- [Commits](https://github.com/langchain-ai/langchain/compare/langchain-ollama==0.3.1...langchain-ollama==0.3.2)

---
updated-dependencies:
- dependency-name: langchain-ollama
  dependency-version: 0.3.2
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-04-25 12:02:46 +08:00
liqiang-fit2cloud fb64731cd8 deps: lock versions. 2025-04-24 13:31:27 +08:00
liqiang-fit2cloud e4a60daa17 deps: lock versions. 2025-04-24 12:45:49 +08:00
shaohuzhang1 b97f4e16ba
dependencies: Upgrade Django to 4.2.20 (#2950) 2025-04-22 14:58:31 +08:00
shaohuzhang1 867c53984b
fix: The local rearrangement model cannot be loaded (#2805) 2025-04-07 11:22:01 +08:00
CaptainB 4fa3fec103 ci: update some deps version
Some checks failed
sync2gitee / repo-sync (push) Has been cancelled
Typos Check / Spell Check with Typos (push) Has been cancelled
2025-03-29 12:53:03 +08:00
dependabot[bot] 13ce966caa
build(deps): bump the pip group across 1 directory with 2 updates (#2654)
Updates the requirements on [torch](https://github.com/pytorch/pytorch) and [gunicorn](https://github.com/benoitc/gunicorn) to permit the latest version.

Updates `torch` to 2.6.0
- [Release notes](https://github.com/pytorch/pytorch/releases)
- [Changelog](https://github.com/pytorch/pytorch/blob/main/RELEASE.md)
- [Commits](https://github.com/pytorch/pytorch/compare/v2.2.1...v2.6.0)

Updates `gunicorn` to 23.0.0
- [Release notes](https://github.com/benoitc/gunicorn/releases)
- [Commits](https://github.com/benoitc/gunicorn/compare/22.0.0...23.0.0)

---
updated-dependencies:
- dependency-name: torch
  dependency-type: direct:production
  dependency-group: pip
- dependency-name: gunicorn
  dependency-type: direct:production
  dependency-group: pip
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-03-24 16:02:31 +08:00
CaptainB 72398408c5 ci: update langchain version 2025-03-20 18:55:43 +08:00
CaptainB a3cd92c503 refactor: Add mysql function lib 2025-03-17 17:11:04 +08:00
liqiang-fit2cloud d413287ebc build: update pyproject.toml. 2025-03-04 15:12:02 +08:00
itaa ed8f8f8a3e
fix: ollama model provider can not set 'num_ctx' etc. parameter #2442 (#2444)
langchain-openai is not compatible with parameter Settings in ollama, such as num_ctx. Therefore, you need to create model instances using langchain-ollama

(cherry picked from commit 42ae7b443d)
2025-02-28 17:45:48 +08:00
shaohuzhang1 5a3acc8649
fix: The locally loaded vector model is missing the libGL.so library (#2382) 2025-02-24 18:43:01 +08:00
shaohuzhang1 f02b40b830
feat: Upgrade xinference client (#2381) 2025-02-24 18:23:26 +08:00
shaohuzhang1 70b5353d6f
feat: django version (#2059) 2025-01-21 17:09:02 +08:00
CaptainB 41c7ed90c1 feat: Support Anthropic 2025-01-13 10:11:48 +08:00
shaohuzhang1 efa73c827f
refactor: Workflow execution logic (#1913) 2024-12-26 15:29:55 +08:00
wxg0103 6308bd93c5 refactor: remove ffmpeg-python 2024-12-17 10:42:48 +08:00
wxg0103 5b969ef861 feat: add speech_to_text node and text_to_speech node
Some checks failed
sync2gitee / repo-sync (push) Has been cancelled
Typos Check / Spell Check with Typos (push) Has been cancelled
2024-12-13 15:02:06 +08:00
wxg0103 3cee9bc495 refactor: 修改依赖包的方法
Some checks failed
sync2gitee / repo-sync (push) Has been cancelled
Typos Check / Spell Check with Typos (push) Has been cancelled
2024-11-01 17:33:28 +08:00
刘瑞斌 251e4645b7 Revert "chore(deps): update langchain-community requirement"
This reverts commit e8c4758d87.
2024-11-01 17:08:54 +08:00
dependabot[bot] e8c4758d87 chore(deps): update langchain-community requirement
Updates the requirements on [langchain-community](https://github.com/langchain-ai/langchain) to permit the latest version.

Updates `langchain-community` to 0.2.17
- [Release notes](https://github.com/langchain-ai/langchain/releases)
- [Commits](https://github.com/langchain-ai/langchain/compare/langchain-community==0.2.4...langchain-community==0.2.17)

---
updated-dependencies:
- dependency-name: langchain-community
  dependency-type: direct:production
  dependency-group: pip
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-11-01 16:36:56 +08:00
shaohuzhang1 3a7e9a3cea feat: 支持函数库脚本代码校验 2024-10-08 17:00:37 +08:00
shaohuzhang1 81ffe59c9b fix: 修复aws 在使用anthropic供应商模型时报错
Some checks failed
sync2gitee / repo-sync (push) Has been cancelled
Typos Check / Spell Check with Typos (push) Has been cancelled
2024-09-29 18:59:37 +08:00
shaohuzhang1 b11ba9065a build: 删除无用依赖包
Some checks are pending
sync2gitee / repo-sync (push) Waiting to run
Typos Check / Spell Check with Typos (push) Waiting to run
2024-09-29 11:16:27 +08:00
wxg0103 f869fc5f26 refactor: 优化aws大模型的参数 2024-09-27 15:15:31 +08:00
dependabot[bot] d62eab94fb
build(deps): update langchain requirement (#1196)
Updates the requirements on [langchain](https://github.com/langchain-ai/langchain) to permit the latest version.

Updates `langchain` to 0.2.16
- [Release notes](https://github.com/langchain-ai/langchain/releases)
- [Commits](https://github.com/langchain-ai/langchain/compare/langchain==0.2.3...langchain==0.2.16)

---
updated-dependencies:
- dependency-name: langchain
  dependency-type: direct:production
  dependency-group: pip
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-09-18 09:57:13 +08:00
wangdan-fit2cloud 689e74af4b perf: 更新slogan文案
Some checks are pending
sync2gitee / repo-sync (push) Waiting to run
Typos Check / Spell Check with Typos (push) Waiting to run
2024-09-10 10:39:22 +08:00
CaptainB b500404a41 feat: 语音识别和语音合成 2024-09-04 12:23:08 +08:00
CaptainB b0931c8612 ci: 增加辅助pip 2024-08-29 17:09:20 +08:00
zhangshaohu 7c5957e0a3 feat: 分离任务 2024-08-21 14:46:38 +08:00
CaptainB 17af603397 refactor: 优化pdf加载,修复部分pdf中文乱码的问题
Some checks are pending
sync2gitee / repo-sync (push) Waiting to run
Typos Check / Spell Check with Typos (push) Waiting to run
2024-08-20 16:58:04 +08:00
CaptainB e266dd9d99 refactor: 支持解析pdf中的图片
Some checks are pending
sync2gitee / repo-sync (push) Waiting to run
Typos Check / Spell Check with Typos (push) Waiting to run
2024-08-15 20:53:44 +08:00
shaohuzhang1 f421d1975d feat: 函数库功能 2024-08-15 17:17:25 +08:00
wxg0103 35d9462689
feat: 增加xinference模型对接 (#959) 2024-08-12 12:07:15 +08:00
shaohuzhang1 f11e74aa39
fix: 升级django到 4.2.15 (#950)
Some checks are pending
sync2gitee / repo-sync (push) Waiting to run
Typos Check / Spell Check with Typos (push) Waiting to run
2024-08-08 11:02:44 +08:00
wxg0103 4733501d3c feat: 增加依赖 2024-08-06 10:02:07 +08:00
wxg0103 72423a7c3e feat: 增加对接模型 2024-08-05 09:27:16 +08:00
dependabot[bot] 749d49ac0f
chore(deps): update langchain-community requirement (#862) 2024-07-25 11:55:09 +08:00
shaohuzhang1 0131f46e37
fix: 修改启动方式 (#860) 2024-07-24 16:55:00 +08:00
shaohuzhang1 203c3e5cde
fix: 固定langchain版本 (#840)
Some checks are pending
sync2gitee / repo-sync (push) Waiting to run
Typos Check / Spell Check with Typos (push) Waiting to run
2024-07-23 13:37:54 +08:00
shaohuzhang1 00e24c079a fix: 升级 gunicorn 到22.0.0 2024-07-19 18:29:48 +08:00
shaohuzhang1 16851592c3
feat: 添加web服务器gunicorn 2024-07-19 18:23:56 +08:00
shaohuzhang1 ed7d3d8b1e
feat: 升级django 4.2.14 (#764) 2024-07-15 17:39:47 +08:00
shaohuzhang1 2f2f74fdab
feat: 支持工作流 (#671) 2024-07-01 09:45:59 +08:00
shaohuzhang1 cdc7e13415
feat: 升级langchain版本到2.2.3 (#617)
Some checks failed
sync2gitee / repo-sync (push) Has been cancelled
Typos Check / Spell Check with Typos (push) Has been cancelled
2024-06-07 11:08:32 +08:00
shaohuzhang1 28938104c0
* feat: 支持上传 Excel/CSV 类型的问答对 (#430)
Some checks are pending
sync2gitee / repo-sync (push) Waiting to run
Typos Check / Spell Check with Typos (push) Waiting to run
2024-05-23 18:57:49 +08:00