🔍 Code Extractor

Search Components

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

Search Results for "bidirectional"

Found 9 matching component(s)

  • function html_to_markdown

    Converts HTML text back to Markdown format using regex-based pattern matching and replacement, handling headers, code blocks, formatting, links, lists, and HTML entities.

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

    html markdown conversion text-processing regex
  • function create_node_with_relationship

    Creates a new node in a Neo4j graph database and optionally establishes a relationship with an existing node in a single atomic operation.

    File: /tf/active/vicechatdev/CDocs/db/db_operations.py

    neo4j graph-database node-creation relationship cypher
  • function complex_query_example

    Executes a Neo4j Cypher query to find relationships between LIMS_Parameters nodes where either the source or target node name contains a specified search term.

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

    neo4j graph-database cypher-query lims database-search
  • function stream_name_mapping

    Creates a bidirectional mapping dictionary between stream parameter names and their renamed versions, with optional parameter exclusion and reverse mapping capability.

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

    parameter-mapping stream-processing name-translation parameter-renaming dictionary-mapping
  • function rename_stream_kwargs

    Maps parameter names in a kwargs dictionary to their renamed equivalents for a given stream object, with optional reverse mapping from renamed back to original names.

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

    parameter-mapping dictionary-transformation stream-processing parameter-renaming bidirectional-mapping
  • function create_node_with_relationship_v1

    Creates a new node in a Neo4j graph database and optionally establishes a directed relationship with an existing node in a single atomic operation.

    File: /tf/active/vicechatdev/CDocs single class/db/db_operations.py

    neo4j graph-database node-creation relationship database
  • function update_review_comment_relationships

    Migrates Neo4j ReviewComment nodes to use explicit parent/child relationships (PARENT_COMMENT and HAS_REPLY) based on existing parent_comment_uid properties.

    File: /tf/active/vicechatdev/CDocs single class/db/schema_manager.py

    neo4j database-migration graph-database relationship-creation cypher
  • class SortableList

    A reactive HTML component that displays a sortable and deletable list of items with drag-and-drop functionality using SortableJS library.

    File: /tf/active/vicechatdev/resources/py2html.py

    ui-component sortable-list drag-and-drop interactive panel
  • class RemarkableEInkProcessor

    Enhanced E-Ink LLM Processor that extends EInkLLMProcessor with reMarkable Cloud integration, enabling file processing from both local directories and reMarkable Cloud storage.

    File: /tf/active/vicechatdev/e-ink-llm/remarkable_processor.py

    e-ink llm file-processing remarkable cloud-integration

Search Examples