基于 LLM 大语言模型的知识库问答系统。开箱即用,支持快速嵌入到第三方业务系统,1Panel 官方出品。
Go to file
dependabot[bot] 0eeb79a977 build(deps): bump the python-dependencies group with 11 updates
Updates the requirements on [python-dotenv](https://github.com/theskumar/python-dotenv), [langchain-openai](https://github.com/langchain-ai/langchain), [langchain-anthropic](https://github.com/langchain-ai/langchain), [langchain-community](https://github.com/langchain-ai/langchain), [langgraph](https://github.com/langchain-ai/langgraph), zhipuai, [boto3](https://github.com/boto/boto3), [tencentcloud-sdk-python](https://github.com/TencentCloud/tencentcloud-sdk-python), [anthropic](https://github.com/anthropics/anthropic-sdk-python), [dashscope](https://dashscope.aliyun.com/) and [pypdf](https://github.com/py-pdf/pypdf) to permit the latest version.

Updates `python-dotenv` to 1.1.1
- [Release notes](https://github.com/theskumar/python-dotenv/releases)
- [Changelog](https://github.com/theskumar/python-dotenv/blob/main/CHANGELOG.md)
- [Commits](https://github.com/theskumar/python-dotenv/compare/v1.1.0...v1.1.1)

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

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

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

Updates `langgraph` to 0.4.10
- [Release notes](https://github.com/langchain-ai/langgraph/releases)
- [Commits](https://github.com/langchain-ai/langgraph/compare/0.4.8...0.4.10)

Updates `zhipuai` to 2.1.5.20250626

Updates `boto3` to 1.38.44
- [Release notes](https://github.com/boto/boto3/releases)
- [Commits](https://github.com/boto/boto3/compare/1.38.39...1.38.44)

Updates `tencentcloud-sdk-python` to 3.0.1410
- [Changelog](https://github.com/TencentCloud/tencentcloud-sdk-python/blob/master/SERVICE_CHANGELOG.md)
- [Commits](https://github.com/TencentCloud/tencentcloud-sdk-python/compare/3.0.1405...3.0.1410)

Updates `anthropic` to 0.55.0
- [Release notes](https://github.com/anthropics/anthropic-sdk-python/releases)
- [Changelog](https://github.com/anthropics/anthropic-sdk-python/blob/main/CHANGELOG.md)
- [Commits](https://github.com/anthropics/anthropic-sdk-python/compare/v0.54.0...v0.55.0)

Updates `dashscope` to 1.23.6

Updates `pypdf` to 5.6.1
- [Release notes](https://github.com/py-pdf/pypdf/releases)
- [Changelog](https://github.com/py-pdf/pypdf/blob/main/CHANGELOG.md)
- [Commits](https://github.com/py-pdf/pypdf/compare/5.6.0...5.6.1)

---
updated-dependencies:
- dependency-name: python-dotenv
  dependency-version: 1.1.1
  dependency-type: direct:production
  dependency-group: python-dependencies
- dependency-name: langchain-openai
  dependency-version: 0.3.25
  dependency-type: direct:production
  dependency-group: python-dependencies
- dependency-name: langchain-anthropic
  dependency-version: 0.3.16
  dependency-type: direct:production
  dependency-group: python-dependencies
- dependency-name: langchain-community
  dependency-version: 0.3.26
  dependency-type: direct:production
  dependency-group: python-dependencies
- dependency-name: langgraph
  dependency-version: 0.4.10
  dependency-type: direct:production
  dependency-group: python-dependencies
- dependency-name: zhipuai
  dependency-version: 2.1.5.20250626
  dependency-type: direct:production
  dependency-group: python-dependencies
- dependency-name: boto3
  dependency-version: 1.38.44
  dependency-type: direct:production
  dependency-group: python-dependencies
- dependency-name: tencentcloud-sdk-python
  dependency-version: 3.0.1410
  dependency-type: direct:production
  dependency-group: python-dependencies
- dependency-name: anthropic
  dependency-version: 0.55.0
  dependency-type: direct:production
  dependency-group: python-dependencies
- dependency-name: dashscope
  dependency-version: 1.23.6
  dependency-type: direct:production
  dependency-group: python-dependencies
- dependency-name: pypdf
  dependency-version: 5.6.1
  dependency-type: direct:production
  dependency-group: python-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-06-27 11:33:40 +08:00
.github build: reuse v1.0.1 image. 2025-06-24 19:56:13 +08:00
.idea chore: Add icon for JetBrains Toolbox 2024-03-26 22:08:01 +08:00
apps refactor: model 2025-06-27 11:18:02 +08:00
installer feat: add MAXKB_LOG_LEVEL env. 2025-06-25 16:05:02 +08:00
ui feat: update folder_id retrieval to use workspace ID in knowledge list loading 2025-06-27 11:26:14 +08:00
.dockerignore build: update dockerfiles. 2025-06-24 18:23:30 +08:00
.gitignore init: init 2025-04-16 19:20:15 +08:00
README.md feat: add compilation and installation scripts for MaxKB project 2025-06-13 18:04:55 +08:00
main.py init project 2025-04-14 20:11:23 +08:00
pyproject.toml build(deps): bump the python-dependencies group with 11 updates 2025-06-27 11:33:40 +08:00