🔍 Code Extractor

Browse Components

Showing 20 of 1796 components

  • function main_v65

    A test harness function that validates the ability to open and process PowerPoint and Word document files, with fallback to LibreOffice conversion for problematic files.

    File: /tf/active/vicechatdev/docchat/test_problematic_files.py | Lines: 161-211

    testing document-processing file-validation powerpoint word
  • function main_v64

    Entry point function that instantiates an ImprovedProjectVictoriaGenerator and executes its complete pipeline to generate disclosure documents.

    File: /tf/active/vicechatdev/improved_project_victoria_generator.py | Lines: 789-793

    entry-point main-function disclosure-generation RAG document-generation
  • function main_v63

    Demonstrates the SmartStat SQL Workflow by loading a database schema, initializing a SQL query generator, and generating SQL queries from natural language requests for various laboratory data analysis scenarios.

    File: /tf/active/vicechatdev/smartstat/demo_sql_workflow.py | Lines: 13-74

    demonstration sql-generation natural-language-processing database-schema workflow
  • function main_v62

    Demonstrates a SmartStat SQL workflow by loading a database schema, initializing a SQL query generator, and generating SQL queries from natural language requests with detailed output and metadata.

    File: /tf/active/vicechatdev/full_smartstat/demo_sql_workflow.py | Lines: 13-74

    demonstration workflow sql-generation natural-language-processing database-schema
  • function main_v61

    Command-line interface function that orchestrates the cleaning of ChromaDB collections by removing duplicates and similar documents, with options to skip collections and customize the cleaning process.

    File: /tf/active/vicechatdev/chromadb-cleanup/main.py | Lines: 20-68

    cli command-line chromadb database-cleaning deduplication
  • function main_v60

    Entry point function that instantiates a FixedProjectVictoriaGenerator and executes its complete pipeline to generate fixed disclosure documents.

    File: /tf/active/vicechatdev/fixed_project_victoria_generator.py | Lines: 1624-1628

    entry-point pipeline disclosure-generation orchestration main-function
  • function main_v59

    Interactive setup script that configures a Python virtual environment for an email forwarder application, installs dependencies, and verifies the installation.

    File: /tf/active/vicechatdev/email-forwarder/setup_venv.py | Lines: 36-173

    setup installation virtual-environment venv dependency-management
  • function main_v58

    Performs a comprehensive status check of an email forwarder service, verifying process status, port availability, SMTP communication, and configuration settings.

    File: /tf/active/vicechatdev/email-forwarder/service_status.py | Lines: 44-101

    service-monitoring health-check smtp email-forwarder diagnostic
  • function main_v57

    Performs comprehensive exploratory data analysis on a broiler chicken performance dataset, analyzing the correlation between Eimeria infection and performance measures (weight gain, feed conversion ratio, mortality rate) across different treatments and challenge regimens.

    File: /tf/active/vicechatdev/vice_ai/smartstat_scripts/343f5578-64e0-4101-84bd-5824b3c15deb/project_1/analysis.py | Lines: 22-103

    data-analysis exploratory-data-analysis veterinary-research poultry-health correlation-analysis
  • function main_v56

    Performs statistical analysis to determine the correlation between antibiotic use frequency and vaccination modes (in-ovo vs non-in-ovo), generating visualizations and saving results to files.

    File: /tf/active/vicechatdev/smartstat/output/b7a013ae-a461-4aca-abae-9ed243119494/analysis_6cdbc6c8/analysis.py | Lines: 17-86

    statistical-analysis correlation data-visualization pearson-correlation antibiotic-analysis
  • function main_v55

    Performs statistical analysis on antibiotic usage data, comparing distribution patterns between vaccinated and non-vaccinated groups, and generates visualization plots, summary tables, and written conclusions.

    File: /tf/active/vicechatdev/smartstat/output/b7a013ae-a461-4aca-abae-9ed243119494/analysis_70ac0517/analysis.py | Lines: 17-67

    data-analysis statistical-analysis healthcare antibiotics vaccination
  • function main_v54

    Entry point function that validates the working directory and starts an email forwarding service.

    File: /tf/active/vicechatdev/email-forwarder/run_service.py | Lines: 116-129

    entry-point main-function email-forwarder service-startup directory-validation
  • function main_v53

    A command-line interface (CLI) entry point that parses command-line arguments and dispatches to various development tool functions for managing browser cache, static files, and debug endpoints.

    File: /tf/active/vicechatdev/vice_ai/dev_tools.py | Lines: 84-102

    cli command-line development-tools menu dispatcher
  • function main_v52

    Command-line interface function that orchestrates a ChromaDB collection cleaning pipeline by removing duplicate and similar documents through hashing and similarity screening.

    File: /tf/active/vicechatdev/chromadb-cleanup/main copy.py | Lines: 18-67

    cli command-line data-cleaning deduplication chromadb
  • function main_v51

    Entry point function that demonstrates document processing workflow by creating an audited, watermarked, and protected PDF/A document from a DOCX file with audit trail data.

    File: /tf/active/vicechatdev/document_auditor/main.py | Lines: 23-114

    document-processing pdf-generation audit-trail watermarking pdf-a-compliance
  • function main_v50

    Entry point function that runs a SharePoint permission diagnostic tool, testing different authentication scopes and providing troubleshooting guidance.

    File: /tf/active/vicechatdev/SPFCsync/diagnose_permissions.py | Lines: 151-165

    sharepoint diagnostic authentication troubleshooting app-only-tokens
  • function main_v49

    Entry point function that orchestrates vendor enrichment testing by parsing command-line arguments, running setup validation, and executing a single vendor test against a ChromaDB collection.

    File: /tf/active/vicechatdev/find_email/test_enrichment.py | Lines: 137-163

    testing vendor-enrichment command-line argparse chromadb
  • function main_v48

    Orchestrates and executes a series of example demonstrations for the DocChat system, including document indexing, RAG queries, and conversation modes.

    File: /tf/active/vicechatdev/docchat/example_usage.py | Lines: 167-198

    demo examples orchestration RAG document-chat
  • function main_v47

    Diagnostic function that tests SharePoint tenant configuration by checking Microsoft Graph API access and provides recommendations based on the results.

    File: /tf/active/vicechatdev/SPFCsync/check_tenant_config.py | Lines: 219-245

    diagnostic sharepoint microsoft-graph authentication tenant-configuration
  • function main_v46

    Orchestrates a comprehensive SharePoint connection diagnostic tool that validates Azure AD authentication and SharePoint access by running multiple tests and reporting results.

    File: /tf/active/vicechatdev/SPFCsync/diagnose_sharepoint.py | Lines: 189-227

    diagnostics sharepoint azure-ad authentication testing