Skip to content

Commit 7512e2e

Browse files
committed
remove main metric
1 parent 4e4a15e commit 7512e2e

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

autointent/modules/embedding/_retrieval.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,6 @@
77
from autointent.context import Context
88
from autointent.context.optimization_info import RetrieverArtifact
99
from autointent.custom_types import LabelType
10-
from autointent.metrics import RetrievalMetricFn
11-
from autointent.context.vector_index_client import VectorIndex, VectorIndexClient, get_db_dir
12-
from autointent.custom_types import BaseMetadataDict, LabelType
1310
from autointent.metrics import RETRIEVAL_METRICS_MULTICLASS, RETRIEVAL_METRICS_MULTILABEL
1411
from autointent.modules.abc import EmbeddingModule
1512

0 commit comments

Comments
 (0)