mirror of
https://github.com/infiniflow/ragflow.git
synced 2026-07-10 13:45:44 +08:00
Fix: Clustering method echo error (#15322)
### What problem does this PR solve? Fix: Clustering method echo error ### Type of change - [x] Bug Fix (non-breaking change which fixes an issue)
This commit is contained in:
@@ -74,6 +74,7 @@ interface Parserconfig {
|
||||
|
||||
interface Raptor {
|
||||
clustering_method?: 'gmm' | 'ahc';
|
||||
ext?: { clustering_method: 'gmm' | 'ahc'; tree_builder: 'raptor' | 'psi' };
|
||||
max_cluster: number;
|
||||
max_token: number;
|
||||
prompt: string;
|
||||
|
||||
Reference in New Issue
Block a user