mirror of
https://github.com/tencentmusic/supersonic.git
synced 2025-12-14 05:43:51 +00:00
(improvement)(chat) Obtain similar query from ExemplarService instead of directly from embedding store (#1278)
Co-authored-by: lxwcodemonkey
This commit is contained in:
@@ -16,12 +16,6 @@ public class EmbeddingConfig {
|
||||
@Value("${s2.embedding.nResult:1}")
|
||||
private int nResult;
|
||||
|
||||
@Value("${s2.embedding.solved.query.collection:solved_query_collection}")
|
||||
private String solvedQueryCollection;
|
||||
|
||||
@Value("${s2.embedding.solved.query.nResult:5}")
|
||||
private int solvedQueryResultNum;
|
||||
|
||||
@Value("${s2.embedding.metric.analyzeQuery.collection:solved_query_collection}")
|
||||
private String metricAnalyzeQueryCollection;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user