temp
This commit is contained in:
@@ -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,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user