Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
D
db_gpt
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
linyangyang
db_gpt
Commits
553232c0
Commit
553232c0
authored
Aug 14, 2024
by
林洋洋
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改查询知识库菜单不分页
parent
a4792627
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
3 deletions
+2
-3
knowledge.py
dbgpt/app/apps/vadmin/auth/params/knowledge.py
+2
-3
No files found.
dbgpt/app/apps/vadmin/auth/params/knowledge.py
View file @
553232c0
...
...
@@ -8,8 +8,7 @@ class KnowledgeParams(QueryParams):
def
__init__
(
self
,
name
:
str
|
None
=
Query
(
None
,
title
=
"部门名称"
),
params
:
Paging
=
Depends
()
name
:
str
|
None
=
Query
(
None
,
title
=
"知识库名称"
)
):
super
()
.
__init__
(
params
)
super
()
.
__init__
()
self
.
name
=
(
"like"
,
name
)
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment