mirror of
https://github.com/tencentmusic/supersonic.git
synced 2025-12-14 05:43:51 +00:00
(improvement)(project) Remove Python module and related Python code. (#1263)
This commit is contained in:
@@ -7,13 +7,6 @@ import org.springframework.context.annotation.Configuration;
|
||||
@Configuration
|
||||
@Data
|
||||
public class EmbeddingConfig {
|
||||
|
||||
@Value("${s2.embedding.url:}")
|
||||
private String url;
|
||||
|
||||
@Value("${s2.embedding.recognize.path:/preset_query_retrival}")
|
||||
private String recognizePath;
|
||||
|
||||
@Value("${s2.embedding.preset.collection:preset_query_collection}")
|
||||
private String presetCollection;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user