-
Notifications
You must be signed in to change notification settings - Fork 75
fix: modify block group #259
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
22 commits
Select commit
Hold shift + click to select a range
4f5d632
feat: add resource API
lu-yg df6ba91
fix: modify source API
lu-yg 0fef229
fix: modify source API
lu-yg ab24c40
fix: modify source API
lu-yg 787d1d1
fix: modify source API
lu-yg 5fed78f
fix: modify source API
lu-yg d483f04
fix: modify source API
lu-yg 72e9c67
fix: modify source API
lu-yg 1fe61d5
fix: modify source API
lu-yg fd74ac8
fix: modify source API
lu-yg 398e5c0
feat: add scheduled tasks
lu-yg 0b8105c
fix: modify resource download
lu-yg 6c9c7e4
fix: modify resource group update
lu-yg 6178ed2
fix: modify resource group update
lu-yg 3d723ae
fix: modify resource group update
lu-yg 797045c
Merge branch 'opentiny:develop' into feat/resourceManagement
lu-yg 3e2e616
fix: modify resource download
lu-yg 603f65d
fix: modify block group
lu-yg f8d37c0
fix: modify AI chat
lu-yg e7c73d8
Merge branch 'opentiny:develop' into feat/resourceManagement
lu-yg 6c4f3ea
fix: modify AI chat
lu-yg 35a0b45
fix: modify AI chat
lu-yg File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
27 changes: 27 additions & 0 deletions
27
base/src/main/java/com/tinyengine/it/model/dto/NodeDto.java
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,27 @@ | ||
| /** | ||
| * Copyright (c) 2023 - present TinyEngine Authors. | ||
| * Copyright (c) 2023 - present Huawei Cloud Computing Technologies Co., Ltd. | ||
| * | ||
| * Use of this source code is governed by an MIT-style license. | ||
| * | ||
| * THE OPEN SOURCE SOFTWARE IN THIS PRODUCT IS DISTRIBUTED IN THE HOPE THAT IT WILL BE USEFUL, | ||
| * BUT WITHOUT ANY WARRANTY, WITHOUT EVEN THE IMPLIED WARRANTY OF MERCHANTABILITY OR FITNESS FOR | ||
| * A PARTICULAR PURPOSE. SEE THE APPLICABLE LICENSES FOR MORE DETAILS. | ||
| * | ||
| */ | ||
|
|
||
| package com.tinyengine.it.model.dto; | ||
|
|
||
| import lombok.Data; | ||
|
|
||
| /** | ||
| * Node dto | ||
| * | ||
| * @since 2025-09-16 | ||
| */ | ||
| @Data | ||
| public class NodeDto { | ||
| private Double score; | ||
| private String docName; | ||
| private String content; | ||
| } |
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.