Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
E
elleai
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
ai-tech
E
ellehuis-group
backend
elleai
Commits
0b9e293f
Commit
0b9e293f
authored
Oct 22, 2024
by
yangyw
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feature: 增加DIFY扩展点
parent
527191c3
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
0 deletions
+10
-0
KbDto.java
...java/cn/breeze/elleai/application/dto/response/KbDto.java
+5
-0
KbEntity.java
src/main/java/cn/breeze/elleai/infra/entity/KbEntity.java
+5
-0
No files found.
src/main/java/cn/breeze/elleai/application/dto/response/KbDto.java
View file @
0b9e293f
...
@@ -30,6 +30,11 @@ public class KbDto implements Serializable {
...
@@ -30,6 +30,11 @@ public class KbDto implements Serializable {
*/
*/
private
Integer
status
;
private
Integer
status
;
/**
* 命中数
*/
private
Long
hint
;
/**
/**
* 创建时间
* 创建时间
*/
*/
...
...
src/main/java/cn/breeze/elleai/infra/entity/KbEntity.java
View file @
0b9e293f
...
@@ -47,6 +47,11 @@ public class KbEntity implements Serializable {
...
@@ -47,6 +47,11 @@ public class KbEntity implements Serializable {
*/
*/
private
String
answer
;
private
String
answer
;
/**
* 命中数
*/
private
Long
hint
;
/**
/**
* 状态0停用,1启用
* 状态0停用,1启用
*/
*/
...
...
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