mirror of
https://github.com/tencentmusic/supersonic.git
synced 2025-12-13 21:17:08 +00:00
(improvement)(chat) Split chat into three modules: server, api, and core. (#594)
This commit is contained in:
@@ -17,6 +17,9 @@ public class EmbeddingConfig {
|
||||
@Value("${embedding.preset.collection:preset_query_collection}")
|
||||
private String presetCollection;
|
||||
|
||||
@Value("${embedding.meta.collection:meta_collection}")
|
||||
private String metaCollectionName;
|
||||
|
||||
@Value("${embedding.nResult:1}")
|
||||
private int nResult;
|
||||
|
||||
@@ -34,4 +37,5 @@ public class EmbeddingConfig {
|
||||
|
||||
@Value("${inMemoryEmbeddingStore.persistent.path:/tmp}")
|
||||
private String embeddingStorePersistentPath;
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user