+38
−21
Loading
- graph.py: Add missing 'from typing import Any' import (F821) - graph.py: Add noqa: PLC0415 for intentional lazy import of _get_llm_client - models.py: Remove duplicate _normalize_document_id(), use shared normalize_tdoc_id from tdocs/utils - models.py: Use normalize_workspace_name from operations/workspace_names - storage.py: Fix _chunk_schema() docstring to document embedding_dimension parameter (D417) - pipeline.py: Add missing 'config' parameter documentation (D417) - embeddings.py: Add noqa: PLC0415 for intentional lazy import of sentence_transformers