🔍 Code Extractor

Search Components

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

Search Results for "translation"

Found 8 matching component(s)

  • function test_language_detection_and_translation

    A test function that validates multi-language query processing capabilities including language detection, translation, and query expansion across multiple supported languages.

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

    testing multi-language language-detection translation RAG
  • 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 get_all_dbo_texttranslations

    Retrieves all nodes labeled as dbo_TextTranslations from a Neo4j graph database with a configurable limit on the number of results returned.

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

    neo4j graph-database query translations text-processing
  • function get_dbo_texttranslations_by_id

    Retrieves a single dbo_TextTranslations node from a Neo4j graph database by matching its unique ID.

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

    neo4j graph-database query database-retrieval text-translations
  • function get_dbo_texttranslations_by_uid

    Retrieves a single dbo_TextTranslations node from a Neo4j graph database by matching its unique identifier (UID).

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

    neo4j graph-database query translation database
  • function create_dbo_texttranslations

    Creates a new node labeled 'dbo_TextTranslations' in a Neo4j graph database with the specified properties and returns the created node.

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

    neo4j graph-database database create insert
  • 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