Fix: Issue of ineffective weight adjustment for retrieval_test API-related functions #9854 (#9989)

### What problem does this PR solve?

Fix: Issue of ineffective weight adjustment for retrieval_test
API-related functions #9854

### Type of change

- [x] Bug Fix (non-breaking change which fixes an issue)
This commit is contained in:
balibabu
2025-09-09 12:32:22 +08:00
committed by GitHub
parent c4f43a395d
commit e8dcdfb9f0
2 changed files with 7 additions and 6 deletions

View File

@ -1,7 +1,7 @@
export interface ITestRetrievalRequestBody {
question: string;
similarity_threshold: number;
keywords_similarity_weight: number;
vector_similarity_weight: number;
rerank_id?: string;
top_k?: number;
use_kg?: boolean;