🔍 Code Extractor

Search Components

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

Search Results for "hierarchy"

Found 20 matching component(s)

  • function create_word_report_improved

    Generates a formatted Microsoft Word document report containing warranty disclosures with table of contents, structured sections, and references.

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

    document-generation word-processing report-generation docx warranty-management
  • function create_folder_hierarchy_v2

    Creates a hierarchical structure of Subfolder nodes in a Neo4j graph database based on a file path, establishing parent-child relationships between folders.

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

    neo4j graph-database hierarchy folder-structure file-system
  • function create_word_report

    Generates a formatted Microsoft Word document report containing warranty disclosures with a table of contents, metadata, and structured sections for each warranty.

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

    document-generation word-document docx report-generation warranty
  • function create_enhanced_word_document_v1

    Converts markdown content into a formatted Microsoft Word document with proper styling, table of contents, warranty sections, and reference handling for Project Victoria warranty disclosures.

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

    document-generation word-processing markdown-conversion docx formatting
  • function main_v1

    Main orchestration function that reads an improved markdown file and converts it to an enhanced Word document with comprehensive formatting, including table of contents, warranty sections, disclosures, and bibliography.

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

    document-generation word-processing markdown-conversion docx file-processing
  • function create_document_v1

    Creates a new version of an existing document in a document management system, storing the file in FileCloud and tracking version metadata in Neo4j graph database.

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

    document-management version-control filecloud neo4j graph-database
  • function add_document_to_graph_v1

    Creates a Neo4j graph node for a processed document and connects it to a folder hierarchy, along with its text and table chunks.

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

    neo4j graph-database document-management knowledge-graph cypher-query
  • function create_folder_hierarchy

    Creates a hierarchical structure of Subfolder nodes in a Neo4j graph database based on a file system path, connecting each folder level with PATH relationships.

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

    neo4j graph-database file-system hierarchy folder-structure
  • function add_document_to_graph

    Creates nodes and relationships in a Neo4j graph database for a processed document, including its text and table chunks, connecting it to a folder hierarchy.

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

    neo4j graph-database document-management knowledge-graph data-ingestion
  • function create_folder_hierarchy_v1

    Creates a hierarchical structure of Subfolder nodes in a Neo4j graph database based on a file path, connecting each folder level with PATH relationships.

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

    neo4j graph-database folder-hierarchy file-system path-processing
  • function get_folder_documents

    Retrieves and filters documents from a SharePoint folder by matching the folder name in document paths.

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

    sharepoint document-retrieval folder-filtering file-management microsoft-graph
  • function api_folders

    Flask API endpoint that returns a hierarchical JSON tree structure of all folders (excluding files) within the configured document folder, used for folder selection in upload interfaces.

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

    flask api endpoint folder-tree directory-structure
  • class DocumentSection_v1

    A dataclass representing a reference to a section (TextSection or DataSection) within a document structure, supporting hierarchical organization and section type differentiation.

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

    dataclass document-structure reference serialization hierarchy
  • function ensure_document_folders

    Ensures all required folder hierarchies exist in FileCloud storage for a controlled document, creating them if they don't exist.

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

    filecloud folder-management document-storage file-system hierarchy
  • class ControllerError

    A custom exception class that serves as the base exception for all controller-related errors in the CDocs system.

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

    exception error-handling controller base-class custom-exception
  • class ResourceNotFoundError

    Custom exception class that signals when a requested resource cannot be found in the system.

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

    exception error-handling resource-management not-found 404
  • class ValidationError_v1

    Custom exception class that signals input validation failures in the controller layer of the CDocs application.

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

    exception validation error-handling controller input-validation
  • function log_error

    Logs an error message using a named logger instance for the EmailForwarder application.

    File: /tf/active/vicechatdev/email-forwarder/src/utils/logger.py

    logging error-handling debugging monitoring email-forwarder
  • function get_nested_dmaps

    Recursively traverses a DynamicMap object to find and collect all nested DynamicMap instances that serve as inputs to the callback function.

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

    holoviews DynamicMap recursion graph-traversal dependency-discovery
  • function get_nested_streams

    Recursively traverses a DynamicMap object to extract and return all unique Stream objects found within it and its nested DynamicMaps.

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

    holoviews dynamicmap streams recursion traversal

Search Examples