removoed unused variables

This commit is contained in:
2026-07-17 00:36:53 +02:00
parent 8184db0c46
commit 1e0a5c0af1
@@ -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) {