🔍 Code Extractor

Search Components

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

Search Results for "bidirectional"

Found 5 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

Search Examples