removoed unused variables
This commit is contained in:
@@ -19,8 +19,6 @@ import com.vaessl.app.shared.ServiceType;
|
||||
@Service
|
||||
public class EmbeddingService {
|
||||
|
||||
private static final float THRESHOLD = 0.7f;
|
||||
private static final int LIMIT = 2;
|
||||
private final VectorStore vectorStore;
|
||||
|
||||
public EmbeddingService(VectorStore vectorStore) {
|
||||
|
||||
Reference in New Issue
Block a user