🔍 Code Extractor

Search Components

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

Search Results for "dynamicschemadiscovery"

Found 3 matching component(s)

  • class DynamicSchemaDiscovery

    Discovers database schema from live database connection

    File: /tf/active/vicechatdev/full_smartstat/dynamic_schema_discovery.py

    class dynamicschemadiscovery
  • function add_manual_relationship

    Flask route handler that adds a manually specified database relationship to the schema and clears the schema cache to force reload with the new relationship.

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

    flask api-endpoint database-schema relationship-management manual-configuration
  • function refresh_database_schema

    Flask route endpoint that forces a refresh of the database schema by invoking the schema discovery service with LLM-generated descriptions.

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

    flask api-endpoint database schema-discovery llm

Search Examples