fix: fixed the issue of 404 error in the user settings page of the demo site (#948)

### What problem does this PR solve?

fix: fixed the issue of 404 error in the user settings page of the demo
site #947

### Type of change

- [x] Bug Fix (non-breaking change which fixes an issue)
This commit is contained in:
balibabu
2024-05-28 11:22:56 +08:00
committed by GitHub
parent 5041677f11
commit 196f2b445f
2 changed files with 6 additions and 3 deletions

View File

@ -78,7 +78,7 @@ export interface IChunk {
chunk_id: string;
content_with_weight: string;
doc_id: string;
docnm_kwd: string;
doc_name: string;
img_id: string;
important_kwd: any[];
positions: number[][];
@ -89,7 +89,7 @@ export interface ITestingChunk {
content_ltks: string;
content_with_weight: string;
doc_id: string;
docnm_kwd: string;
doc_name: string;
img_id: string;
important_kwd: any[];
kb_id: string;