Feat: Display tag word cloud on recall test page #4368 (#4438)

### What problem does this PR solve?

Feat: Display tag word cloud on recall test page #4368

### Type of change


- [x] New Feature (non-breaking change which adds functionality)
This commit is contained in:
balibabu
2025-01-10 11:35:07 +08:00
committed by GitHub
parent 6acbd374d8
commit 06c54367fa
5 changed files with 65 additions and 4 deletions

View File

@ -218,9 +218,8 @@ export const useTestChunkRetrieval = (): ResponsePostType<ITestingResult> & {
if (data.code === 0) {
const res = data.data;
return {
chunks: res.chunks,
...res,
documents: res.doc_aggs,
total: res.total,
};
}
return (