🔍 Code Extractor

Search Components

Full-Text: Fast keyword matching | Semantic: AI-powered understanding of intent (finds similar concepts)

Search Results for "deprecation"

Found 4 matching component(s)

  • function summarize_text

    A deprecated standalone function that was originally designed to summarize groups of similar documents but now only returns the input documents unchanged with a deprecation warning.

    File: /tf/active/vicechatdev/chromadb-cleanup/src/summarization/summarizer.py

    deprecated text-summarization document-processing nlp text-clustering
  • class Config_v4

    A configuration class that manages global HoloViews behavior settings, including deprecation warnings, default colormaps, and rendering parameters.

    File: /tf/active/vicechatdev/patches/util.py

    configuration settings global-state holoviews parameterized
  • function deprecated_opts_signature

    A utility function that analyzes arguments and keyword arguments to determine if the new or deprecated .opts method signature is being used, returning flags and processed options accordingly.

    File: /tf/active/vicechatdev/patches/util.py

    deprecation signature-migration options-processing backward-compatibility argument-parsing
  • function cast_array_to_int64

    Converts a numpy array to int64 dtype while suppressing FutureWarning about datetime64 to int64 casting that is deprecated in newer numpy/pandas versions.

    File: /tf/active/vicechatdev/patches/util.py

    numpy type-conversion datetime int64 warning-suppression

Search Examples