File tree Expand file tree Collapse file tree 1 file changed +8
-10
lines changed Expand file tree Collapse file tree 1 file changed +8
-10
lines changed Original file line number Diff line number Diff line change 3535# BUSINESS ADVANTAGE OR UNAVAILABILITY, OR LOSS OR CORRUPTION OF
3636# DATA.
3737# ##############################################################################
38-
3938import os
4039import pathlib
4140import uuid
5251
5352from app .ai .vector_stores .qdrant import QdrantVectorStore
5453from app .main import app
55- from app .services .metadata_apis import data_sources_metadata_api
5654from app .services import models
55+ from app .services .metadata_apis import data_sources_metadata_api
5756from app .services .metadata_apis .data_sources_metadata_api import RagDataSource
58- from app .services .models .providers import BedrockModelProvider
5957
6058
6159@dataclass
@@ -219,10 +217,10 @@ def client() -> Iterator[TestClient]:
219217 yield test_client
220218
221219
222- @pytest .fixture (autouse = True )
223- def _get_model_arn_by_suffix (monkeypatch : pytest .MonkeyPatch ) -> None :
224- monkeypatch .setattr (
225- BedrockModelProvider ,
226- "_get_model_arns" ,
227- lambda : [],
228- )
220+ # @pytest.fixture(autouse=True)
221+ # def _get_model_arn_by_suffix(monkeypatch: pytest.MonkeyPatch) -> None:
222+ # monkeypatch.setattr(
223+ # BedrockModelProvider,
224+ # "_get_model_arns",
225+ # lambda: [],
226+ # )
You can’t perform that action at this time.
0 commit comments