This commit is contained in:
2026-01-11 11:15:48 +08:00
parent 0f4fe4355c
commit 892610fcb3
3 changed files with 24 additions and 6 deletions

View File

@@ -17,7 +17,7 @@ export class KnowledgeBase extends CNBCore {
metadata_filtering_conditions?: MetadataFilteringConditions
}): Promise<any> {
const group = this.group || '';
const url = `/${group}/${repo}/-/knowledge/query`;
const url = `/${group}/${repo}/-/knowledge/base/query`;
let postData = {
query: data.query,
};