feat: When the mindmap data is empty, it will not be displayed on the search page #2247 (#2414)

### What problem does this PR solve?

feat: When the mindmap data is empty, it will not be displayed on the
search page #2247
### Type of change

- [ ] Bug Fix (non-breaking change which fixes an issue)
- [x] New Feature (non-breaking change which adds functionality)
This commit is contained in:
balibabu
2024-09-13 14:30:51 +08:00
committed by GitHub
parent 2bd71d722b
commit ec4def9a44
3 changed files with 49 additions and 39 deletions

View File

@ -101,6 +101,7 @@ export interface ITestingChunk {
vector_similarity: number;
highlight: string;
positions: number[][];
docnm_kwd: string;
}
export interface ITestingDocument {