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 d5bbc38 commit 920a245
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
5 changes: 0 additions & 5 deletions install.sh

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ public void testQueryKnowledgeBaseV2() throws IOException, AppBuilderServerExcep
Files.readAllBytes(Paths.get("src/test/java/com/baidubce/appbuilder/files/query_knowledgebase.json")));
QueryKnowledgeBaseRequest request = gson.fromJson(requestJson, QueryKnowledgeBaseRequest.class);
QueryKnowledgeBaseResponse response = knowledgebase.queryKnowledgeBase(request.getQuery(),
request.getType(), request.getTop(), request.getSkip(),
request.getType(), request.getRank_score_threshold(), request.getTop(), request.getSkip(),
request.getKnowledgebase_ids(), request.getMetadata_filters(), request.getPipeline_config());
assertNotNull(response.getChunks().get(0).getChunk_id());
}
Expand Down

0 comments on commit 920a245

Please sign in to comment.