🔍 Code Extractor

Search Components

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

Search Results for "templates"

Found 50 matching component(s)

  • function check_fixes

    A diagnostic function that prints a comprehensive summary report of email notification fixes implemented in a CDocs system, verifying template files and documenting debugging enhancements.

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

    diagnostic verification email-templates debugging documentation
  • function main_v31

    A test function that validates email template rendering by testing multiple HTML email templates with sample data structures for document review and approval workflows.

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

    testing email-templates validation document-management template-rendering
  • function test_fixes

    A comprehensive test function that validates email template rendering and CDocs application link presence in a document management system's email notification templates.

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

    testing email-templates template-rendering validation document-management
  • class OneCo_hybrid_RAG

    A class named OneCo_hybrid_RAG

    File: /tf/active/vicechatdev/OneCo_hybrid_RAG copy.py

    class oneco_hybrid_rag
  • class OneCo_hybrid_RAG_v1

    A class named OneCo_hybrid_RAG

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

    class oneco_hybrid_rag
  • class OneCo_hybrid_RAG_v2

    A class named OneCo_hybrid_RAG

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

    class oneco_hybrid_rag
  • class pathobrowser_base_v1

    Base class that contains all static elements of the app Parameters ---------- image : str An Image UID which may be passed on app startup. Immediately redirects to said image Attributes ---------- current_user : Userclass A class containing various information on the user workspace : panel.layout.Column The main container of the app sidebar : panel.layout.Column Container showing items on the side of the app head : panel.layout.Row The header of the app modal : panel.layout.Column The container for the modal window of the app

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

    class pathobrowser_base
  • 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 save_custom_instructions

    Flask API endpoint that saves custom instructions to a markdown file in a designated instructions directory with filename sanitization.

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

    flask api-endpoint file-operations rest-api file-saving
  • function load_custom_instructions

    Flask API endpoint that loads and returns the content of custom instruction files from a designated instructions directory with security validation.

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

    flask api-endpoint file-loading security path-traversal-prevention
  • class DocChatRAG

    Main RAG engine with three operating modes: 1. Basic RAG (similarity search) 2. Extensive (full document retrieval with preprocessing) 3. Full Reading (process all documents)

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

    class docchatrag
  • function test_frontend_files

    A test function that validates the presence of model selection functionality in frontend files (HTML, JavaScript, and CSS) for a document chat application.

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

    testing frontend validation integration-test file-checking
  • function register_docchat

    Registers a DocChat Flask blueprint with a Flask application instance, handling path configuration and error logging.

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

    flask blueprint registration web-framework initialization
  • function inject_cache_buster

    Flask context processor that injects cache busting variables into all Jinja2 templates to prevent browser caching of static assets.

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

    flask context-processor cache-busting template-injection static-assets
  • function api_send_chat_message

    Flask API endpoint that handles sending a message in a chat session, processes it through a hybrid RAG engine with configurable search and memory settings, and returns an AI-generated response with references.

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

    flask api chat rag hybrid-rag
  • function api_templates

    Flask API endpoint that retrieves and returns a list of available instruction templates from the chat engine.

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

    api flask rest-api templates chat-engine
  • function api_save_template_v1

    Flask API endpoint that saves a new instruction template by accepting a POST request with template name and instructions, then persisting it via the chat_engine.

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

    flask api rest-endpoint template-management post-request
  • function api_load_template_v2

    Flask API endpoint that retrieves and returns an instruction template by name from the chat engine.

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

    flask api rest-endpoint template-loading instruction-template
  • function chat_v1

    Flask route handler that renders the main chat interface with available collections and instruction templates, requiring authentication.

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

    flask web-route chat-interface authentication template-rendering
  • function api_templates_v2

    Flask API endpoint that retrieves and returns a list of available instruction templates from the chat engine.

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

    api flask rest-endpoint templates chat-engine
  • function api_save_template

    Flask API endpoint that saves a new instruction template by validating input data and delegating to the chat engine's template storage mechanism.

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

    flask api rest-endpoint template-management post-request
  • function api_load_template

    Flask API endpoint that loads and returns instruction template content by template name, with authentication required.

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

    flask api rest-endpoint template-loading authentication
  • class SmartStatService

    Service for running SmartStat analysis sessions in Vice AI

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

    class smartstatservice
  • function inject_template_vars

    A Flask context processor that injects the get_file_version function into all Jinja2 templates, making it globally available for cache-busting static files.

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

    flask context-processor template jinja2 cache-busting
  • function duplicate_text_section

    Flask API endpoint that creates a duplicate of an existing text section with ownership verification and optional custom title.

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

    flask api-endpoint text-section duplicate copy
  • function api_templates_v1

    Flask API endpoint that retrieves and returns a list of available instruction templates from the RAG engine.

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

    api flask rest-api templates rag
  • function api_save_template_v2

    Flask API endpoint that saves a new instruction template by accepting JSON data with a template name and instructions, then persisting it via the RAG engine.

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

    api flask rest-endpoint template-management rag
  • function api_load_template_v1

    Flask API endpoint that loads and returns instruction templates from a RAG (Retrieval-Augmented Generation) engine based on the provided template name.

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

    flask api rest-endpoint template-loading rag
  • function get_statistical_interpretation_templates

    Flask API endpoint that retrieves available statistical interpretation templates from a JSON file or returns default templates if the file doesn't exist.

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

    flask api endpoint statistical-analysis templates
  • function get_statistical_interpretation_template

    Flask API endpoint that retrieves a specific statistical interpretation template by ID from a JSON file and returns its details including template content, name, and description.

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

    flask api-endpoint template-retrieval statistical-analysis smartstat
  • function smartstat_run_analysis

    Flask API endpoint that initiates a SmartStat statistical analysis in a background thread, tracking progress and persisting results to a data section.

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

    flask api-endpoint background-processing statistical-analysis async
  • class Config

    Configuration class that manages application-wide settings, directory structures, API keys, and operational parameters for a statistical analysis application.

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

    configuration settings flask api-keys directory-management
  • class OneCo_hybrid_RAG_v3

    A class named OneCo_hybrid_RAG

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

    class oneco_hybrid_rag
  • class ControlledDocumentFlaskApp

    Main Flask application class for Controlled Document Management System.

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

    class controlleddocumentflaskapp
  • function get_document_types

    Retrieves document type configurations from application settings, optionally filtering by a specific type code, and returns them as a list of dictionaries with detailed metadata.

    File: /tf/active/vicechatdev/CDocs/controllers/admin_controller.py

    document-management configuration metadata settings document-types
  • class NotificationManager

    Central manager class for handling in-app and email notifications within the application, providing methods for creating, managing, and sending notifications to users.

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

    notifications messaging email in-app-notifications user-communication
  • function get_email_templates

    Loads HTML email templates from a predefined directory structure and returns them as a dictionary mapping template names to their content.

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

    email templates file-loading html template-management
  • function gen_send_email

    Sends templated emails using either MS365 or SMTP provider, with support for multiple recipients, attachments, and HTML/text rendering.

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

    email notification templating MS365 SMTP
  • function send_notification

    Sends in-app notifications to one or more users and optionally sends corresponding email notifications using templates.

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

    notification email messaging user-communication multi-channel
  • function notify_approval

    Sends approval notifications to designated approvers for a document version, supporting multiple notification types (requested, reminder, overdue, completed, rejected, signed) with email and in-app notifications.

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

    notification approval email document-management workflow
  • function notify_document_update

    Sends notifications to interested users (owners, department members, subscribers, and users with permissions) when a controlled document is created, updated, or has a status/version change.

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

    notification document-management neo4j graph-database email
  • function validate_document_structure

    Validates the structural integrity of a DOCX document by checking if it contains all required sections specified in the document type template configuration.

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

    document-validation docx structure-validation template-compliance file-processing
  • function generate_document_from_template

    Generates a document from a template by populating it with provided data, returning the document content as bytes or None if generation fails.

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

    document-generation template-processing docx pdf placeholder
  • 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 DynamicSchemaDiscovery

    Discovers database schema from live database connection

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

    class dynamicschemadiscovery
  • class Config_v1

    Configuration class that centralizes all application settings including Flask configuration, directory paths, API keys, LLM model settings, and statistical analysis parameters.

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

    configuration settings flask llm openai
  • class _state

    A global state management class that tracks and manages the state of running Panel applications, including server information, session data, busy status, and various application-level resources.

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

    state-management global-state session-management server-management caching
  • function _eval_panel

    Evaluates and initializes a panel component (function, template, or panel object) within a Bokeh document context, handling different panel types and modifying the document accordingly.

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

    panel bokeh document server template
  • class Application

    A custom Bokeh Application subclass that extends BkApplication to integrate with Panel's state management system, handling session creation callbacks and document initialization with templates.

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

    bokeh server application session-management document-initialization
  • class PromptManager

    A class that manages loading and accessing prompt templates from a specified directory, with automatic directory creation and error handling.

    File: /tf/active/vicechatdev/QA_updater/core/prompt_manager.py

    prompt-management template-loading file-io configuration llm-prompts

Search Examples