We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e4a15e commit 7512e2eCopy full SHA for 7512e2e
autointent/modules/embedding/_retrieval.py
@@ -7,9 +7,6 @@
7
from autointent.context import Context
8
from autointent.context.optimization_info import RetrieverArtifact
9
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
13
from autointent.metrics import RETRIEVAL_METRICS_MULTICLASS, RETRIEVAL_METRICS_MULTILABEL
14
from autointent.modules.abc import EmbeddingModule
15
0 commit comments