Loading packages/3gpp-ai/threegpp_ai/lightrag/metadata.py +1 −2 Original line number Diff line number Diff line Loading @@ -7,8 +7,7 @@ structured 3GPP metadata to document text before LightRAG insertion. from __future__ import annotations from pydantic import BaseModel, Field from tdoc_crawler.tdocs.utils import normalize_tdoc_id from tdoc_crawler.utils.normalization import normalize_release from tdoc_crawler.utils.normalization import normalize_release, normalize_tdoc_id def normalize_release_label(release: str | None) -> str | None: Loading packages/3gpp-ai/threegpp_ai/models.py +1 −1 Original line number Diff line number Diff line Loading @@ -7,8 +7,8 @@ from enum import StrEnum, auto from typing import Any from pydantic import BaseModel, Field, field_validator, model_validator from tdoc_crawler.tdocs.utils import normalize_tdoc_id from tdoc_crawler.utils.misc import utc_now from tdoc_crawler.utils.normalization import normalize_tdoc_id from threegpp_ai.config import AiConfig from threegpp_ai.operations.workspace_names import normalize_workspace_name Loading packages/3gpp-ai/threegpp_ai/operations/convert.py +1 −1 Original line number Diff line number Diff line Loading @@ -17,7 +17,7 @@ from tdoc_crawler.database.meetings import MeetingDatabase from tdoc_crawler.logging import get_logger from tdoc_crawler.tdocs.models import TDocMetadata from tdoc_crawler.tdocs.sources.whatthespec import resolve_via_whatthespec from tdoc_crawler.tdocs.utils import normalize_tdoc_id from tdoc_crawler.utils.normalization import normalize_tdoc_id from threegpp_ai.models import ExtractionError from threegpp_ai.operations.conversion import ( Loading Loading
packages/3gpp-ai/threegpp_ai/lightrag/metadata.py +1 −2 Original line number Diff line number Diff line Loading @@ -7,8 +7,7 @@ structured 3GPP metadata to document text before LightRAG insertion. from __future__ import annotations from pydantic import BaseModel, Field from tdoc_crawler.tdocs.utils import normalize_tdoc_id from tdoc_crawler.utils.normalization import normalize_release from tdoc_crawler.utils.normalization import normalize_release, normalize_tdoc_id def normalize_release_label(release: str | None) -> str | None: Loading
packages/3gpp-ai/threegpp_ai/models.py +1 −1 Original line number Diff line number Diff line Loading @@ -7,8 +7,8 @@ from enum import StrEnum, auto from typing import Any from pydantic import BaseModel, Field, field_validator, model_validator from tdoc_crawler.tdocs.utils import normalize_tdoc_id from tdoc_crawler.utils.misc import utc_now from tdoc_crawler.utils.normalization import normalize_tdoc_id from threegpp_ai.config import AiConfig from threegpp_ai.operations.workspace_names import normalize_workspace_name Loading
packages/3gpp-ai/threegpp_ai/operations/convert.py +1 −1 Original line number Diff line number Diff line Loading @@ -17,7 +17,7 @@ from tdoc_crawler.database.meetings import MeetingDatabase from tdoc_crawler.logging import get_logger from tdoc_crawler.tdocs.models import TDocMetadata from tdoc_crawler.tdocs.sources.whatthespec import resolve_via_whatthespec from tdoc_crawler.tdocs.utils import normalize_tdoc_id from tdoc_crawler.utils.normalization import normalize_tdoc_id from threegpp_ai.models import ExtractionError from threegpp_ai.operations.conversion import ( Loading