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