-
75b31ecba9
feat: tool
wangdan-fit2cloud
2025-05-22 18:38:06 +0800
-
6b02e5fa9d
fix: captcha
wangdan-fit2cloud
2025-05-22 15:43:46 +0800
-
9dc06909bd
refactor: login captcha
wxg0103
2025-05-22 15:42:12 +0800
-
abadff25e5
refactor: login captcha
wxg0103
2025-05-21 10:35:17 +0800
-
3c5b38dc44
refactor: list
wxg0103
2025-05-20 17:14:12 +0800
-
f2b0af25da
refactor: permission constants
wxg0103
2025-05-19 16:30:31 +0800
-
f618dd4f99
refactor: permission constants
wxg0103
2025-05-19 14:26:45 +0800
-
0a1d5c4fbf
refactor: permission constants
wxg0103
2025-05-16 18:23:27 +0800
-
fc0599fe01
chore: update langchain-mcp-adapters version to 0.1.0
CaptainB
2025-05-16 12:02:10 +0800
-
e56a0481e0
build(deps): bump the python-dependencies group with 10 updates
dependabot[bot]
2025-05-15 18:41:46 +0000
-
e50b5cc051
feat: tool
wangdan-fit2cloud
2025-05-15 18:21:38 +0800
-
aa7bc349ab
feat: add request handling to UnAssociation and Association API endpoints
CaptainB
2025-05-15 13:48:26 +0800
-
8fb8c06e0b
refactor: user
wxg0103
2025-05-15 12:07:07 +0800
-
e24f211674
feat: add optional user_id parameter to tool queries and serializers
CaptainB
2025-05-15 11:02:41 +0800
-
74fac81c7b
feat: enhance knowledge pagination to include child folders in response
CaptainB
2025-05-15 10:49:47 +0800
-
7780d89c55
feat: add pagination method for tools with folder data in tool.py
CaptainB
2025-05-15 10:39:50 +0800
-
d7b61c61e6
feat: tool
wangdan-fit2cloud
2025-05-15 10:25:05 +0800
-
b13799d584
feat: add Pylint API for code checking and integrate with tool operations
CaptainB
2025-05-14 14:35:13 +0800
-
d85d20694d
fix: include desc field in editable fields for folder validation
CaptainB
2025-05-14 12:10:00 +0800
-
25da46d13f
fix: make desc field optional in KnowledgeFolder and ToolFolder models
CaptainB
2025-05-14 11:21:00 +0800
-
6b41d8cff1
chore: remove unused CompareConstants import from document.py
CaptainB
2025-05-13 16:47:42 +0800
-
e6dc404867
feat: model
wangdan-fit2cloud
2025-05-13 19:18:27 +0800
-
d14b47373a
feat: model
wangdan-fit2cloud
2025-05-13 16:19:21 +0800
-
4eed42b6a0
refactor: user add default password
wxg0103
2025-05-13 14:39:47 +0800
-
c3581be9bd
fix: rename image_name to file_name in zip_split_handle and remove workspace_id assignment in document
CaptainB
2025-05-13 12:47:59 +0800
-
bd71ca9eb4
fix: update is_valid method to use dynamic file size limit from Knowledge model
CaptainB
2025-05-13 11:50:08 +0800
-
d24532d679
fix: update is_valid method to accept instance parameter for file validation
CaptainB
2025-05-13 11:28:15 +0800
-
554b81b59a
fix: update has_permissions decorator formatting for knowledge document endpoints
CaptainB
2025-05-13 11:22:06 +0800
-
680475cb97
feat: add new permission constants for knowledge documents, paragraphs, and problems
CaptainB
2025-05-13 10:58:56 +0800
-
5ca3151e90
fix: update permission constants for document operations and adjust serializer field options
CaptainB
2025-05-12 18:33:55 +0800
-
b11e3398da
feat: knowledge
wangdan-fit2cloud
2025-05-12 18:28:58 +0800
-
796eff7759
feat: tool
wangdan-fit2cloud
2025-05-12 18:19:28 +0800
-
f21d301140
fix: change HTTP methods from PUT to GET for association and unassociation endpoints
CaptainB
2025-05-12 17:13:57 +0800
-
6f81d80389
fix: change HTTP methods from GET to PUT for disassociation and related questions endpoints
CaptainB
2025-05-12 16:24:01 +0800
-
a5fb2e15c6
feat: add initial SQL migration for tool data and integrate file content retrieval
CaptainB
2025-05-12 11:22:12 +0800
-
f5fc51cb12
fix: update langchain-mcp-adapters version to 0.0.11
CaptainB
2025-05-12 10:34:52 +0800
-
cb2fb496b4
fix: update ForeignKey on_delete behavior for ApplicationKnowledgeMapping
CaptainB
2025-05-12 10:30:13 +0800
-
5ebfe9b5dd
feat: workflow init (#3072)
shaohuzhang1
2025-05-09 18:55:53 +0800
-
f6ccc95240
feat: implement source type retrieval and enhance folder deletion logic
CaptainB
2025-05-09 18:31:08 +0800
-
1f8907e1cb
feat: add GetModelAPI for retrieving model information in knowledge base
CaptainB
2025-05-09 17:36:00 +0800
-
1e80a6136a
chore: i18n
CaptainB
2025-05-09 17:20:31 +0800
-
53048774ee
feat: tree
wangdan-fit2cloud
2025-05-09 14:42:51 +0800
-
deb7268be1
refactor: i18n
wxg0103
2025-05-09 14:37:14 +0800
-
40d9954c3b
chore: i18n
CaptainB
2025-05-09 11:49:07 +0800
-
94c5c4197c
fix: add type ignore comments for operation_id and tags in various API schemas
CaptainB
2025-05-09 11:29:05 +0800
-
1a34c67d46
build(deps): bump the python-dependencies group with 10 updates
dependabot[bot]
2025-05-08 18:24:06 +0000
-
6f209d740d
feat: add request and response handling for SyncWeb, Embedding, and GenerateRelated APIs
CaptainB
2025-05-09 10:40:13 +0800
-
a75501737f
feat: add BatchGenerateRelated API for batch processing of related paragraphs
CaptainB
2025-05-08 19:28:58 +0800
-
ac698e0c4c
feat: add BatchRefresh and BatchGenerateRelated APIs for document processing
CaptainB
2025-05-08 19:16:45 +0800
-
54836d549c
feat: add Embedding API for re-vectorization of knowledge objects
CaptainB
2025-05-08 17:17:09 +0800
-
b6f5a8378a
feat: add HitTest API for knowledge base query testing and update SyncWeb API to use knowledge_id
CaptainB
2025-05-08 16:49:00 +0800
-
7dcd1a71e8
feat: add SyncWeb and GenerateRelated APIs for knowledge base synchronization and related generation
CaptainB
2025-05-08 16:19:22 +0800
-
0ae489a50b
feat: layout
wangdan-fit2cloud
2025-05-08 16:23:03 +0800
-
9f004defd9
feat: add SHA256 hash attribute to knowledge object on save
CaptainB
2025-05-08 12:34:51 +0800
-
ab479c422c
feat: add delete method to File API for file removal
CaptainB
2025-05-08 12:15:00 +0800
-
4d44637ae5
feat: add file size attribute to knowledge object on save
CaptainB
2025-05-08 11:31:16 +0800
-
4b30b5b1b5
fix: correct tag casing in File API documentation
CaptainB
2025-05-08 10:50:45 +0800
-
0401c01c93
refactor: user add role setting
wxg0103
2025-05-08 10:51:01 +0800
-
3010fa835f
feat: implement File API for file upload and retrieval with new endpoints
CaptainB
2025-05-08 10:42:00 +0800
-
06d5c10ac6
chore: reformat code
CaptainB
2025-05-08 09:56:35 +0800
-
906407a15b
feat: update Problem API to batch process request data in post method
CaptainB
2025-05-07 18:51:26 +0800
-
a90f6c89cb
refactor: email setting
wxg0103
2025-05-07 18:09:45 +0800
-
a09d0d5171
feat: add ProblemParagraphAPI for retrieving associated paragraphs and update routing
CaptainB
2025-05-07 17:37:34 +0800
-
6cdd5b4508
feat: implement Problem API for delete and modify operations with new Operate endpoint
CaptainB
2025-05-07 17:14:05 +0800
-
a6c74024b0
feat: implement pagination support for Problem API with new Page endpoint
CaptainB
2025-05-07 16:53:02 +0800
-
4995721399
feat: implement Problem API for CRUD operations and batch processing
CaptainB
2025-05-07 16:09:48 +0800
-
fd7fd36626
feat: model
wangdan-fit2cloud
2025-05-07 15:58:42 +0800
-
ecc25796a6
feat: update document and paragraph batch operations to use PUT method and rename classes for clarity
CaptainB
2025-05-07 14:49:32 +0800
-
a04c2efa41
feat: add pagination support for paragraph retrieval in Paragraph API
CaptainB
2025-05-07 14:06:27 +0800
-
36da813eea
feat: implement Paragraph API for CRUD operations and batch deletion
CaptainB
2025-05-07 13:53:04 +0800
-
10105ce5ab
feat: implement Paragraph API for CRUD operations and batch deletion
CaptainB
2025-05-07 12:02:51 +0800
-
bcc7c1acf1
refactor: add noqa comments to suppress linting warnings for folder type retrieval
CaptainB
2025-05-07 10:45:16 +0800
-
bcf6ccee20
refactor: File model (#3050)
shaohuzhang1
2025-05-07 11:45:00 +0800
-
442dd209a5
feat: add KnowledgeFolderFlatSerializer for flat folder representation in Knowledge API
CaptainB
2025-05-07 10:30:56 +0800
-
1448927f4e
feat: add ToolFolderFlatSerializer for flat folder serialization in Tool API
CaptainB
2025-05-07 10:25:15 +0800
-
4e77ebcc91
feat: model
wangdan-fit2cloud
2025-05-07 10:10:10 +0800
-
b219c72c4a
feat: model
wangdan-fit2cloud
2025-05-06 10:13:52 +0800
-
4cb513dd3f
feat: enhance Tool API to return folder and tool structure for a given folder ID
CaptainB
2025-05-07 10:05:53 +0800
-
115e11052c
feat: Resources authorization (#3039)
shaohuzhang1
2025-05-06 18:35:11 +0800
-
bd865ceafc
feat: add DocumentSplitPatternAPI for segment ID retrieval with workspace and knowledge ID parameters
CaptainB
2025-05-06 17:56:49 +0800
-
6f5645e16c
feat: add DocumentTreeReadAPI for document pagination and file size limit to knowledge model
CaptainB
2025-05-06 17:39:26 +0800
-
c3b979decc
feat: add CancelTaskAPI and batch cancellation endpoints for document tasks
CaptainB
2025-05-06 15:53:30 +0800
-
e702af8c2b
feat: enhance Document API with workspace ID support for get, put, and delete operations
CaptainB
2025-05-06 14:33:59 +0800
-
3e9069aac1
refactor: bailian
wxg0103
2025-05-06 15:03:31 +0800
-
0e66b8a186
feat: add summary fields to extend_schema for folder and document APIs
CaptainB
2025-05-06 13:54:42 +0800
-
24e734fb36
feat: enhance Document API with create and query functionalities
CaptainB
2025-05-06 11:05:34 +0800
-
ba5028858c
feat: add DocumentBatchCreateAPI for batch document creation
CaptainB
2025-04-30 18:18:56 +0800
-
ee2ac7835c
build(deps): bump the python-dependencies group with 7 updates
dependabot[bot]
2025-05-01 18:50:38 +0000
-
0d3eb431f6
feat: implement batch processing for document creation, synchronization, and deletion
CaptainB
2025-04-30 17:48:31 +0800
-
43bef216d5
refactor: reorganize file handling imports into a structured directory
CaptainB
2025-04-30 16:06:30 +0800
-
2a5cd4ca14
build(deps): update pymupdf to 1.25.5 and pypdf to 5.4.0
CaptainB
2025-04-30 15:57:51 +0800
-
48297d81e5
feat: add initial implementations of various file handling classes for CSV, XLS, and XLSX formats
CaptainB
2025-04-30 14:14:41 +0800
-
c8ce7e28d8
feat: layout
wangdan-fit2cloud
2025-04-30 14:53:42 +0800
-
7be1173843
build(deps): bump the python-dependencies group with 5 updates
dependabot[bot]
2025-04-30 03:22:43 +0000
-
1ca395094e
build: update build-and-push.yml.
liqiang-fit2cloud
2025-04-30 10:23:19 +0800
-
adba1829c0
Merge remote-tracking branch 'origin/v2' into v2
liqiang-fit2cloud
2025-04-30 10:15:59 +0800
-
-
ced932b07c
build: update build-and-push.yml.
liqiang-fit2cloud
2025-04-30 10:15:49 +0800
-
4dcd150c8d
refactor: improve code readability and formatting in common, knowledge, and paragraph modules
CaptainB
2025-04-29 13:07:22 +0800
-
-
132fd1b84d
refactor: i18n
wxg0103
2025-04-29 15:45:47 +0800
-
3b5a02307c
refactor: celery config
CaptainB
2025-04-29 11:47:50 +0800