feat: 补充被覆盖的文件

This commit is contained in:
wenjinbo 2025-09-09 16:13:13 +08:00
parent 3b64c9fd79
commit 40eaa8e7c0
4 changed files with 1490 additions and 1820 deletions

File diff suppressed because it is too large Load Diff

View File

@ -10,8 +10,8 @@ import org.springframework.beans.factory.annotation.Value;
import org.springframework.boot.CommandLineRunner;
import org.springframework.stereotype.Component;
@Component
@Order(3)
//@Component
//@Order(3)
public class EsStartupImporter implements CommandLineRunner {
@Value("${elasticsearch.dirPath}")

View File

@ -17,7 +17,7 @@ import java.util.HashSet;
*
* 2019年3月29日
*/
@Component
//@Component
public class FeignConfiguration extends FeignSudoUtil implements RequestInterceptor {

View File

@ -100,13 +100,13 @@ public class DocumentUploadReq implements Serializable {
@JsonAlias({"maxTokens"})
private Integer maxTokens;
// @JsonProperty("chunk_overlap")
// @JsonAlias({"chunkOverlap"})
// private Integer chunkOverlap;
//
// @JsonProperty("chunk_size")
// @JsonAlias({"chunkSize"})
// private Integer chunkSize;
@JsonProperty("chunk_overlap")
@JsonAlias({"chunkOverlap"})
private Integer chunkOverlap;
@JsonProperty("chunk_size")
@JsonAlias({"chunkSize"})
private Integer chunkSize;
}
@Data