🔍 Code Extractor

Search Components

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

Search Results for "inspection"

Found 14 matching component(s)

  • function test_chroma_collections

    A diagnostic function that tests connectivity to ChromaDB instances across multiple connection methods and lists all available collections with their metadata.

    File: /tf/active/vicechatdev/test_chroma_collections.py

    chromadb database-testing diagnostics connection-testing vector-database
  • function get_instruction_templates

    Flask API endpoint that returns a dictionary of predefined instruction templates for different document types including SOPs, work instructions, quality forms, and document comparison guidelines.

    File: /tf/active/vicechatdev/docchat/app.py

    flask api endpoint templates instructions
  • function test_local_document

    Integration test function that validates end date extraction from a local PDF document using document processing and LLM-based analysis.

    File: /tf/active/vicechatdev/contract_validity_analyzer/test_local_document.py

    testing integration-test document-processing pdf-extraction llm
  • function debug_download

    A diagnostic function that downloads a PDF document from FileCloud, analyzes its content to verify it's a valid PDF, and tests text extraction capabilities.

    File: /tf/active/vicechatdev/contract_validity_analyzer/debug_download.py

    debugging diagnostics filecloud pdf download
  • function test_ocr_retry_logic

    Tests the OCR retry logic for extracting contract end dates by first attempting normal text extraction, then falling back to OCR-based extraction if the end date is not found.

    File: /tf/active/vicechatdev/contract_validity_analyzer/test_ocr_retry.py

    testing ocr document-processing pdf-extraction contract-analysis
  • function check_rag_config

    Diagnostic function that inspects and reports configuration details of a hybrid RAG (Retrieval-Augmented Generation) engine module, including model settings and class attributes.

    File: /tf/active/vicechatdev/vice_ai/check_rag_config.py

    diagnostic introspection configuration RAG debugging
  • function inspect_database

    Inspects a SQLite database at a hardcoded path, examining table structure, row counts, and identifying potentially corrupted chat_session_id values in the text_sections table.

    File: /tf/active/vicechatdev/vice_ai/database_inspector.py

    database sqlite diagnostic debugging data-quality
  • function get_all_model_classes

    Retrieves a copy of the internal model registry containing all registered model classes mapped by their names.

    File: /tf/active/vicechatdev/CDocs/models/__init__.py

    registry model-discovery introspection metadata BaseModel
  • function main_v69

    A debugging utility function that analyzes and displays execution tracking information for a specific session in a statistical analysis service.

    File: /tf/active/vicechatdev/full_smartstat/debug_execution_tracking.py

    debugging diagnostics session-tracking execution-analysis database-inspection
  • class VendorEnricher

    A class that enriches vendor information by finding official email addresses and VAT numbers using RAG (Retrieval-Augmented Generation) with ChromaDB document search and web search capabilities.

    File: /tf/active/vicechatdev/find_email/vendor_enrichment.py

    vendor-enrichment data-enrichment RAG web-search ChromaDB
  • function get_lims_samples_with_references_houses_dbo_houses

    Retrieves dbo_Houses nodes from a Neo4j graph database that are connected to a specific LIMS_Samples node via REFERENCES_HOUSES relationships.

    File: /tf/active/vicechatdev/neo4j_schema/neo4j_python_snippets.py

    neo4j graph-database cypher-query lims database-query
  • function argspec

    Extracts and normalizes function argument specifications from various callable types, removing implicit 'self' or 'cls' parameters from methods.

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

    introspection reflection function-analysis argument-specification callable
  • function validate_dynamic_argspec

    Validates that a callback function has an appropriate signature to work with DynamicMap by checking its arguments against key dimensions (kdims) and stream parameters.

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

    validation signature-checking callback-validation argument-inspection dynamic-mapping
  • function get_spec

    Extracts a specification tuple from a labeled data object, consisting of the class name, group, and label attributes.

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

    metadata specification data-object identification holoviews

Search Examples