🔍 Code Extractor

Search Components

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

Search Results for "env"

Found 26 matching component(s)

  • class RegulatoryExtractor

    A class for extracting structured metadata from regulatory guideline PDF documents using LLM-based analysis and storing the results in an Excel tracking spreadsheet.

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

    pdf-extraction regulatory-documents llm-extraction ocr data-extraction
  • function load_env_file

    Reads and parses environment variables from a .env file in the current directory, returning them as a dictionary.

    File: /tf/active/vicechatdev/SPFCsync/validate_config.py

    environment-variables configuration file-parsing dotenv settings
  • function main_v36

    A validation function that checks SharePoint configuration settings from environment variables and provides diagnostic feedback on their validity.

    File: /tf/active/vicechatdev/SPFCsync/validate_config.py

    validation configuration sharepoint azure environment-variables
  • function load_config_v1

    Parses a .env file and loads key-value pairs into a dictionary, ignoring comments and handling errors gracefully.

    File: /tf/active/vicechatdev/SPFCsync/grant_sharepoint_access.py

    configuration environment-variables file-parsing dotenv settings
  • function main_v11

    Main entry point for a SharePoint to FileCloud synchronization application that handles command-line arguments, connection testing, and orchestrates single or continuous sync operations.

    File: /tf/active/vicechatdev/SPFCsync/main.py

    cli entry-point synchronization sharepoint filecloud
  • 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

    demo examples orchestration RAG document-chat
  • function save_config_to_file

    Persists current application configuration values from the config module to a .env file, maintaining existing entries and formatting multi-value fields appropriately.

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

    configuration persistence file-io environment-variables dotenv
  • function main_v12

    Main test runner function that validates GPT-5 readiness by running comprehensive tests against multiple OpenAI models (GPT-5 and GPT-4o) and provides production readiness recommendations.

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

    testing validation openai gpt-5 model-comparison
  • class Config_v3

    Configuration manager class that loads, manages, and persists configuration settings for a contract validity analyzer application, supporting YAML files and environment variable overrides.

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

    configuration config-management yaml environment-variables settings
  • class AgentExecutor

    Agent-based script executor that generates standalone Python files, manages dependencies, and provides iterative debugging capabilities

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

    class agentexecutor
  • class ControlledDocumentApp

    Main application class for the Controlled Document Management System. This class initializes all components and provides the main Panel interface for the application. It is designed to be served via `panel serve` command and integrates with the existing datacapture application.

    File: /tf/active/vicechatdev/CDocs/main.py

    class controlleddocumentapp
  • function setup_azure_sso

    Initializes and configures an Azure SSO (Single Sign-On) instance by retrieving credentials from environment variables or settings, with fallback to MS365 configuration values.

    File: /tf/active/vicechatdev/CDocs/auth/azure_auth.py

    authentication azure sso oauth2 active-directory
  • class VersionComparisonService

    A service class that compares two versions of a document using LLM-based analysis, implementing smart segmentation and chunking for handling large documents efficiently.

    File: /tf/active/vicechatdev/CDocs/utils/version_comparison.py

    document-comparison version-control llm openai text-analysis
  • class AgentExecutor_v1

    Agent-based script executor that generates standalone Python files, manages dependencies, and provides iterative debugging capabilities

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

    class agentexecutor
  • function check_virtual_env

    Detects whether the Python interpreter is running inside a virtual environment by checking system attributes.

    File: /tf/active/vicechatdev/email-forwarder/run_service.py

    virtual-environment environment-detection venv virtualenv system-check
  • function check_configuration_v1

    Validates the presence of a .env configuration file and checks that all required environment variables (TENANT_ID, CLIENT_ID, CLIENT_SECRET, FROM_EMAIL) are defined.

    File: /tf/active/vicechatdev/email-forwarder/run_service.py

    configuration validation environment-variables dotenv setup
  • function start_service

    Orchestrates the startup sequence for an email forwarder service by validating environment, dependencies, configuration, and project structure before launching the main application.

    File: /tf/active/vicechatdev/email-forwarder/run_service.py

    service-startup email-forwarder validation dependency-check configuration
  • 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

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

    Retrieves an environment variable value by key and automatically strips surrounding single or double quotes if present.

    File: /tf/active/vicechatdev/email-forwarder/src/config/settings.py

    environment-variables configuration string-processing utility env
  • class AgentExecutor_v2

    Agent-based script executor that generates standalone Python files, manages dependencies, and provides iterative debugging capabilities

    File: /tf/active/vicechatdev/smartstat/agent_executor.py

    class agentexecutor
  • class Config_v5

    A hierarchical configuration manager that loads and manages settings from multiple sources (defaults, files, environment variables) with support for nested structures and dynamic updates.

    File: /tf/active/vicechatdev/invoice_extraction/config.py

    configuration settings config-management yaml json
  • function load_config

    Loads configuration from multiple fallback locations, returning a Config instance with application settings.

    File: /tf/active/vicechatdev/invoice_extraction/config.py

    configuration config-loading file-io environment-variables yaml
  • class TestLLMClient

    Unit test class for testing the LLMClient class, which provides comprehensive test coverage for initialization, text generation, structured data extraction, and error handling across multiple LLM providers (OpenAI, Anthropic, Azure, local).

    File: /tf/active/vicechatdev/invoice_extraction/tests/test_utils.py

    testing unit-test llm openai anthropic
  • class TestLoggingUtils

    Unit test class for testing logging utilities including InvoiceExtractionLogger, PerformanceLogger, and get_logger function.

    File: /tf/active/vicechatdev/invoice_extraction/tests/test_utils.py

    testing unit-test logging unittest invoice-extraction
  • class InvoiceExtractionLogger

    A comprehensive logging configuration class for invoice extraction systems that provides console and file logging with optional JSON formatting, request tracking via correlation IDs, and configurable log levels.

    File: /tf/active/vicechatdev/invoice_extraction/utils/logging_utils.py

    logging configuration invoice-extraction json-logging request-tracking
  • class ControlledDocumentApp_v1

    Main application class for the Controlled Document Management System. This class initializes all components and provides the main Panel interface for the application. It is designed to be served via `panel serve` command and integrates with the existing datacapture application.

    File: /tf/active/vicechatdev/CDocs single class/main.py

    class controlleddocumentapp

Search Examples