🔍 Code Extractor

Component not found

Browse Components

Showing 20 of 143 components

  • function update_access_tokens

    Updates access control tokens for nodes in a Neo4j graph database by traversing relationships from token carrier nodes and storing accumulated access keys.

    File: /tf/active/vicechatdev/dbinit.py | Lines: 9-26

    neo4j graph-database access-control security token-management
  • function main_v9

    Entry point function that executes a comprehensive test suite for Chroma DB collections, including collection listing and creation tests, followed by troubleshooting suggestions.

    File: /tf/active/vicechatdev/test_chroma_collections.py | Lines: 186-204

    testing debugging chroma-db database collections
  • function main_v13

    Entry point function that instantiates an ImprovedProjectVictoriaGenerator and executes its complete pipeline to generate disclosure documents.

    File: /tf/active/vicechatdev/improved_project_victoria_generator.py | Lines: 789-793

    entry-point main-function disclosure-generation RAG document-generation
  • function main_v12

    Entry point function that instantiates a FixedProjectVictoriaGenerator and executes its complete pipeline to generate fixed disclosure documents.

    File: /tf/active/vicechatdev/fixed_project_victoria_generator.py | Lines: 1624-1628

    entry-point pipeline disclosure-generation orchestration main-function
  • function main_v11

    Entry point function for a FileCloud ACL management test script that parses command-line arguments and initiates ACL testing.

    File: /tf/active/vicechatdev/test_acl_functions.py | Lines: 127-137

    cli command-line testing filecloud acl
  • function test_collection_creation

    A diagnostic test function that verifies Chroma DB functionality by creating a test collection, adding a document, querying it, and cleaning up.

    File: /tf/active/vicechatdev/test_chroma_collections.py | Lines: 134-183

    testing debugging chroma-db vector-database health-check
  • function test_chroma_collections

    A diagnostic function that tests connectivity to ChromaDB instances across multiple connection methods and lists all available collections with their metadata.

    File: /tf/active/vicechatdev/test_chroma_collections.py | Lines: 18-131

    chromadb database-testing diagnostics connection-testing vector-database
  • function generate_cypher_examples

    Generates a comprehensive Cypher query examples file for interacting with a Neo4j graph database based on the provided schema information.

    File: /tf/active/vicechatdev/neo4j_schema_report.py | Lines: 1288-1446

    neo4j cypher graph-database code-generation documentation
  • function generate_python_snippets

    Generates a Python file containing code snippets and helper functions for interacting with a Neo4j graph database based on the provided schema information.

    File: /tf/active/vicechatdev/neo4j_schema_report.py | Lines: 1061-1286

    code-generation neo4j graph-database cypher schema
  • function generate_html_report

    Generate HTML report from schema info

    File: /tf/active/vicechatdev/neo4j_schema_report.py | Lines: 277-1059

    function generate_html_report
  • function generate_diagram_data

    Transforms Neo4j schema information into a structured format suitable for graph visualization, creating separate node and edge data structures.

    File: /tf/active/vicechatdev/neo4j_schema_report.py | Lines: 245-275

    graph-visualization schema-processing neo4j data-transformation diagram-generation
  • function generate_neo4j_schema_report

    Generates a comprehensive schema report of a Neo4j graph database, including node labels, relationships, properties, constraints, indexes, and sample data, outputting multiple file formats (JSON, HTML, Python snippets, Cypher examples).

    File: /tf/active/vicechatdev/neo4j_schema_report.py | Lines: 24-243

    neo4j graph-database schema-analysis database-introspection documentation-generation
  • class Neo4jEncoder

    A custom JSON encoder that extends json.JSONEncoder to handle Neo4j-specific data types and Python objects that are not natively JSON serializable.

    File: /tf/active/vicechatdev/neo4j_schema_report.py | Lines: 10-22

    json encoder serialization neo4j datetime
  • function main_v10

    Entry point function that parses command-line arguments and orchestrates the FileCloud email processing workflow to find, download, and convert .msg files.

    File: /tf/active/vicechatdev/msg_to_eml.py | Lines: 1518-1535

    cli command-line entry-point filecloud email-processing
  • class FileCloudEmailProcessor

    A class that processes email files (.msg format) stored in FileCloud by finding, downloading, converting them to EML and PDF formats, and organizing them into mail_archive folders.

    File: /tf/active/vicechatdev/msg_to_eml.py | Lines: 1300-1516

    email-processing file-conversion cloud-storage filecloud msg-to-eml
  • function ensure_dir_exists

    Creates a directory and all necessary parent directories if they don't already exist, with logging support.

    File: /tf/active/vicechatdev/msg_to_eml.py | Lines: 1293-1298

    filesystem directory utility file-operations path-management
  • function eml_to_pdf

    Converts an .eml email file to PDF format, including the email body and all attachments merged into a single PDF document.

    File: /tf/active/vicechatdev/msg_to_eml.py | Lines: 1150-1291

    email-processing pdf-conversion eml-parser document-conversion attachment-handling
  • function generate_simple_html_from_eml

    Converts an email.message.Message object into a clean, styled HTML representation with embedded inline images and attachment listings.

    File: /tf/active/vicechatdev/msg_to_eml.py | Lines: 994-1148

    email html-generation email-parsing mime inline-images
  • function msg_to_pdf

    Converts a Microsoft Outlook .msg email file to a single PDF document, including the email body and all attachments merged together.

    File: /tf/active/vicechatdev/msg_to_eml.py | Lines: 874-992

    email-conversion pdf-generation msg-file outlook document-processing
  • function msg_to_pdf_improved

    Converts a Microsoft Outlook .msg file to PDF format using EML as an intermediate format for improved reliability, with fallback to direct conversion if needed.

    File: /tf/active/vicechatdev/msg_to_eml.py | Lines: 844-872

    email-conversion msg-to-pdf file-conversion pdf-generation outlook