feat: Use Tree to display the knowledge base list on the search page #2247 (#2385)

### What problem does this PR solve?

feat: Use Tree to display the knowledge base list on the search page
#2247
### Type of change

- [x] New Feature (non-breaking change which adds functionality)
This commit is contained in:
balibabu
2024-09-12 17:23:32 +08:00
committed by GitHub
parent f8e9a0590f
commit 68d0210e92
4 changed files with 134 additions and 60 deletions

View File

@ -21,6 +21,7 @@ export interface IKnowledge {
update_date: string;
update_time: number;
vector_similarity_weight: number;
embd_id: string;
}
export interface Parserconfig {