Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
yinjiaqi authored and yinjiaqi committed Jan 20, 2025
1 parent d7880d9 commit 1232960
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion go/appbuilder/knowledge_base_data.go
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,7 @@ type VectorDBRetrieveConfig struct {
Top int `json:"top"`
}

type SmallToBigConfig status {
type SmallToBigConfig struct {
Name string `json:"name"`
Type string `json:"type"`
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@

import java.util.List;

import com.baidubce.appbuilder.model.knowledgebase.QueryKnowledgeBaseRequest.PostRankingConfig.QueryPipelineConfig;

public class QueryKnowledgeBaseRequest {
private String query;
private String type;
Expand Down

0 comments on commit 1232960

Please sign in to comment.