🔍 Code Extractor

Search Components

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

Search Results for "density"

Found 6 matching component(s)

  • function bound_range

    Computes a bounding range and density from evenly spaced samples, extending the range by half the density on each side and detecting if values are inverted.

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

    data-processing bounds-calculation density-computation numerical-precision datetime-handling
  • function compute_density

    Computes the density (samples per unit) of a grid given start and end boundaries and the number of samples, with special handling for datetime/timedelta types.

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

    density grid datetime timedelta sampling
  • function date_range

    Generates an evenly-spaced date range array with a specified number of samples between start and end dates, with dates centered in each interval.

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

    datetime date-range time-series numpy pandas
  • class TextRewriter

    AI-powered text rewriting engine that processes documents based on detected annotations (strikethrough, highlight, markup) and generates improved versions using structured LLM prompts.

    File: /tf/active/vicechatdev/e-ink-llm/text_rewriter.py

    text-rewriting document-processing annotation-analysis llm ai-editing
  • class MultiPageLLMHandler

    Handles LLM processing for multi-page documents with context awareness, automatically selecting optimal analysis strategies based on document size.

    File: /tf/active/vicechatdev/e-ink-llm/multi_page_llm_handler.py

    llm multi-page document-analysis context-aware async
  • function demo_improvement_comparison

    A demonstration function that displays a before-and-after comparison of response formatting improvements, showing the evolution from verbose to compact, symbol-rich formatting optimized for e-ink displays.

    File: /tf/active/vicechatdev/e-ink-llm/test_improvements.py

    demonstration comparison formatting e-ink console-output

Search Examples