mirror of
https://github.com/infiniflow/ragflow.git
synced 2026-08-02 05:47:31 +08:00
Feat: Search for knowledge-base-level graph nodes. (#17444)
This commit is contained in:
@@ -58,6 +58,8 @@ export interface IFetchArtifactTopicListRequestParams {
|
||||
|
||||
export interface IFetchArtifactGraphRequestParams {
|
||||
node?: string;
|
||||
keywords?: string;
|
||||
top_n?: number;
|
||||
}
|
||||
|
||||
export interface IUpdateArtifactPageRequestBody {
|
||||
|
||||
Reference in New Issue
Block a user