Feat: Search for knowledge-base-level graph nodes. (#17444)

This commit is contained in:
balibabu
2026-07-27 21:03:30 +08:00
committed by GitHub
parent 1ae1dd1edb
commit 1cce9b64f1
98 changed files with 3614 additions and 402 deletions

View File

@@ -58,6 +58,8 @@ export interface IFetchArtifactTopicListRequestParams {
export interface IFetchArtifactGraphRequestParams {
node?: string;
keywords?: string;
top_n?: number;
}
export interface IUpdateArtifactPageRequestBody {