Commit Graph

  • 870fabe187 chore: add init file for every folder CaptainB 2025-04-29 10:31:28 +0800
  • 770089e432 feat: add initial implementation of document and paragraph models with serializers CaptainB 2025-04-28 16:31:46 +0800
  • 8c362b0f99 feat: update translation strings and add new error messages in django.po CaptainB 2025-04-28 13:33:43 +0800
  • 69e35b36aa feat: layout wangdan-fit2cloud 2025-04-28 18:14:16 +0800
  • ab46d7ab61 feat: layout wangdan-fit2cloud 2025-04-28 15:23:25 +0800
  • 06f834b7e3 feat: user manage wxg0103 2025-04-28 17:36:56 +0800
  • 5481b8a2aa feat: auth shaohuzhang1 2025-04-28 14:41:46 +0800
  • 4369be9867
    feat: add env (#3013) shaohuzhang1 2025-04-28 13:48:01 +0800
  • 118db9dd14
    fix: authentication errors (#3012) shaohuzhang1 2025-04-28 13:03:54 +0800
  • 0df7c7247d feat: implement web knowledge synchronization with ForkManage and related handlers CaptainB 2025-04-28 11:53:38 +0800
  • ee37d7c320 feat: implement web knowledge synchronization with ForkManage and related handlers CaptainB 2025-04-28 10:39:23 +0800
  • 99fd32897c
    feat: UI permission instruction (#3010) shaohuzhang1 2025-04-28 10:20:40 +0800
  • c79479d80b
    feat: User profile returns permission role information (#3005) shaohuzhang1 2025-04-27 18:27:35 +0800
  • 7bda26d92a
    feat: Improve workspace resource authorization (#3004) shaohuzhang1 2025-04-27 18:14:50 +0800
  • 7aa294db38 feat: support create user wxg0103 2025-04-27 17:59:47 +0800
  • 1e86919882 feat: remove KnowledgeLarkCreateAPI and KnowledgeLarkView classes CaptainB 2025-04-27 17:43:20 +0800
  • 3e7bc1dae0 feat: remove KnowledgeYuque and KnowledgeLark classes CaptainB 2025-04-27 14:57:26 +0800
  • bca128ec39 feat: support create user wxg0103 2025-04-27 16:26:40 +0800
  • a91d8016f8 feat: commit wangdan-fit2cloud 2025-04-27 11:34:36 +0800
  • f805f6dce1 feat: login wangdan-fit2cloud 2025-04-25 16:27:13 +0800
  • b1d13f501f feat: reduce module depth limit from 3 to 2 CaptainB 2025-04-27 10:46:34 +0800
  • bb4b35bfe8 feat: enhance module depth validation with current depth tracking CaptainB 2025-04-27 10:42:18 +0800
  • f7a4aca0e8 feat: implement knowledge creation APIs for base, web, lark, and yuque CaptainB 2025-04-25 20:31:59 +0800
  • 724686762e feat: add knowledge management API and permissions CaptainB 2025-04-25 17:06:40 +0800
  • 83ace97ecc refactor: model wxg0103 2025-04-25 18:12:35 +0800
  • 7f492b4d92 refactor: openai wxg0103 2025-04-25 17:53:22 +0800
  • 57c6c9916e feat: implement module depth validation and refactor check_depth method CaptainB 2025-04-25 15:37:44 +0800
  • fdb7aeb47b feat: implement module depth validation and refactor check_depth method CaptainB 2025-04-25 15:36:27 +0800
  • 3205ff2a65 feat: add knowledge management CaptainB 2025-04-25 14:05:26 +0800
  • ec643fca7f feat: add initial model structure for knowledge management CaptainB 2025-04-25 14:05:26 +0800
  • f08b551a72 chore: fix typo. CaptainB 2025-04-25 13:32:26 +0800
  • a084b12ac4 build(deps): update langgraph requirement from 0.3.31 to 0.3.34 dependabot[bot] 2025-04-25 03:46:13 +0000
  • 15ff1acc2c build(deps): update tencentcloud-sdk-python requirement dependabot[bot] 2025-04-25 03:45:55 +0000
  • ff41b1ff6e refactor: tokens wxg0103 2025-04-25 10:17:50 +0800
  • 3d1c43c020 build(deps): update anthropic requirement from 0.49.0 to 0.50.0 dependabot[bot] 2025-04-25 01:08:00 +0000
  • 4466343e97 build(deps): update langchain-community requirement dependabot[bot] 2025-04-24 18:38:43 +0000
  • 52a7f40ba8 build(deps): update xinference-client requirement from 1.4.1 to 1.5.0 dependabot[bot] 2025-04-24 18:38:04 +0000
  • 166309de09 build(deps): update diskcache2 requirement from 0.1.2 to 1.0.0 dependabot[bot] 2025-04-24 18:37:44 +0000
  • 11faca22f9 build(deps): update zhipuai requirement dependabot[bot] 2025-04-24 18:37:25 +0000
  • f05a4a67c5 feat: refactor response serializers for model parameters and lists CaptainB 2025-04-24 13:42:58 +0800
  • 4c38e8a82b feat: add dynamic SQL execution and pagination functionality with custom query compiler CaptainB 2025-04-24 11:36:12 +0800
  • fbb4e7d449 feat: add __init__.py file to initialize the package CaptainB 2025-04-24 11:10:58 +0800
  • 21097d7164 feat: add depth validation for module creation to limit hierarchy to 3 levels CaptainB 2025-04-24 10:49:07 +0800
  • 91f16aa394 feat: add ToolEditRequest serializer for editing tool properties CaptainB 2025-04-23 11:34:19 +0800
  • a9d962c1f1 feat: implement RestrictedUnpickler for secure deserialization and enhance import functionality CaptainB 2025-04-23 10:33:26 +0800
  • cc0e431605 refactor: remove image params wxg0103 2025-04-22 18:22:50 +0800
  • 11331a60e0 feat: enhance Tool API by adding module_id and tool_type parameters, and refactor query handling CaptainB 2025-04-22 17:34:19 +0800
  • bbd7079166 feat: add import and export endpoints to ToolView for workspace tools CaptainB 2025-04-22 14:24:44 +0800
  • 55705593a9 feat: remove qwen wxg0103 2025-04-22 14:35:09 +0800
  • 6d4f5dc1c3 feat: add model setting wxg0103 2025-04-22 10:45:11 +0800
  • 3f7fb88217 build: update Dockerfile. liqiang-fit2cloud 2025-04-21 16:39:20 +0800
  • 8071d2dcd5 build: update shell files. liqiang-fit2cloud 2025-04-21 15:39:29 +0800
  • 5e8dd48032 build: update Dockerfile. liqiang-fit2cloud 2025-04-21 14:44:00 +0800
  • 220168c4bf chore: add some i18n code CaptainB 2025-04-21 13:07:20 +0800
  • ab0f5e09b1 build: update Dockerfile-python-pg. liqiang-fit2cloud 2025-04-21 11:15:22 +0800
  • a8cda7d4a4 feat: consolidate module and tool views by removing redundant classes and updating API endpoints CaptainB 2025-04-21 10:45:04 +0800
  • 39841cb344 feat: add model setting wxg0103 2025-04-21 10:24:13 +0800
  • d3346deb62 feat: add model setting wxg0103 2025-04-21 09:10:06 +0800
  • 16cafec6af fix: update module and tool URLs to avoid duplicate paths for ModuleTreeView and ToolTreeView CaptainB 2025-04-18 21:16:31 +0800
  • 2c0cb5b6e6 feat: update module and tool delete APIs to use DefaultResultSerializer for responses CaptainB 2025-04-18 19:10:45 +0800
  • 7c15082e53 feat: update API documentation to specify retrieval of tool by module CaptainB 2025-04-18 19:05:53 +0800
  • 83b494f700 feat: add DefaultResultSerializer to module and tool delete operations responses CaptainB 2025-04-18 18:58:49 +0800
  • fe032822f4 feat: add ToolTreeView and ToolTreeReadAPI for retrieving tools by workspace and module CaptainB 2025-04-18 17:46:20 +0800
  • 6f6b163416 feat: add model setting wxg0103 2025-04-18 17:45:15 +0800
  • 9b0f9b04b7 refactor: remove tool_type field and update imports in tool model CaptainB 2025-04-18 17:05:47 +0800
  • 1ebcc664bb build: init directory. liqiang-fit2cloud 2025-04-18 17:02:59 +0800
  • 0b8f5d7597 feat: implement CRUD operations for tools with API views CaptainB 2025-04-18 16:04:58 +0800
  • f89e18578f build: init directory. liqiang-fit2cloud 2025-04-18 15:42:59 +0800
  • 32111f6a8f fix: improve module tree query to use Q object for filtering by workspace_id CaptainB 2025-04-18 14:31:16 +0800
  • 8f0dd16949 fix: improve module tree query to use Q object for filtering by workspace_id CaptainB 2025-04-18 14:31:16 +0800
  • ac4df1421a build: init directory. liqiang-fit2cloud 2025-04-18 14:45:36 +0800
  • 90d2d90658 build: init directory. liqiang-fit2cloud 2025-04-18 14:24:32 +0800
  • 4f4c8c43b9 build: init directory. liqiang-fit2cloud 2025-04-18 14:17:59 +0800
  • ffe8900fb2 build: init directory. liqiang-fit2cloud 2025-04-18 14:10:16 +0800
  • 9b21a36e1a chore(deps): update websockets requirement from 13.1 to 15.0.1 dependabot[bot] 2025-04-18 06:00:50 +0000
  • 3554bdf7df chore(deps): update qianfan requirement from 0.3.18 to 0.4.12.3 dependabot[bot] 2025-04-18 06:00:31 +0000
  • e69341ed3c chore(deps): update pylint requirement from 3.1.0 to 3.3.6 dependabot[bot] 2025-04-18 06:00:11 +0000
  • 4ca557fe5d chore(deps): update langchain-mcp-adapters requirement dependabot[bot] 2025-04-18 05:59:51 +0000
  • 4876a45733 chore: update target branch format in dependabot configuration CaptainB 2025-04-18 13:57:16 +0800
  • b3c12fb0b8 chore: update dependabot schedule to target v2 branch CaptainB 2025-04-18 13:40:50 +0800
  • cbebef774c chore: update dependabot schedule to run on Fridays CaptainB 2025-04-18 13:38:51 +0800
  • d49fd74305 feat: add ToolModule model and API for managing tool modules with workspace support CaptainB 2025-04-17 14:29:17 +0800
  • dcb77bbe16
    feat: Captcha (#2913) shaohuzhang1 2025-04-17 19:16:54 +0800
  • 063393d659 feat: add model setting wxg0103 2025-04-17 18:05:31 +0800
  • 946de675ff feat: add model setting wxg0103 2025-04-17 18:01:33 +0800
  • 934871f5c6 feat:Use distcache shaohuzhang1 2025-04-17 17:16:45 +0800
  • 9108971fdc
    fix: Swagger warning(#2909) shaohuzhang1 2025-04-17 14:27:58 +0800
  • 4c23b9aded feat: implement Tool model and related API for Tool management CaptainB 2025-04-16 12:50:44 +0800
  • 9778fd2bb4 feat: login wangdan-fit2cloud 2025-04-17 11:28:48 +0800
  • 342ef6df30 feat: authentication demo shaohuzhang1 2025-04-17 10:40:07 +0800
  • 3351968969 feat: authentication demo shaohuzhang1 2025-04-17 10:35:02 +0800
  • 5f902ef5de
    feat: authentication (#2906) shaohuzhang1 2025-04-16 20:09:00 +0800
  • 475a05e8b0 init: init wangdan-fit2cloud 2025-04-16 19:10:00 +0800
  • 342f984a3b feat: update UUID generation to use uuid.uuid7 and add uuid-utils dependency CaptainB 2025-04-16 12:01:09 +0800
  • 04642eb497 feat: authentication shaohuzhang1 2025-04-15 20:37:38 +0800
  • 5ffd3423ff feat: load environment variables from .env file and update config loading logic CaptainB 2025-04-15 11:32:49 +0800
  • 5fa0734c66 feat: psycopg shaohuzhang1 2025-04-15 14:20:07 +0800
  • aafcd5eb28 Merge branch 'v2' of github.com:1Panel-dev/MaxKB into v2 shaohuzhang1 2025-04-14 20:12:50 +0800
  • e58a5507a9 init project shaohuzhang1 2025-04-14 20:11:23 +0800
  • d8cbf0d879 build: add Dockerfile-python-pg liqiang-fit2cloud 2025-04-14 15:57:40 +0800