🔍 Code Extractor

Search Components

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

Search Results for "frontend"

Found 25 matching component(s)

  • function test_reference_system_completeness

    A diagnostic test function that prints a comprehensive overview of a reference system's architecture, including backend storage, API endpoints, reference types, and content flow verification.

    File: /tf/active/vicechatdev/reference_system_verification.py

    testing documentation diagnostic reference-system api-endpoints
  • function index_v6

    Flask route handler that renders the main landing page containing a form for the meeting minutes application.

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

    flask web route-handler view-function template-rendering
  • function api_get_models

    Flask API endpoint that returns a list of available LLM models and the default model configuration.

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

    api flask rest-api llm configuration
  • function get_session_history

    Flask API endpoint that retrieves the chat message history for the current user's session.

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

    flask api rest-endpoint session-management chat-history
  • function load_custom_instructions

    Flask API endpoint that loads and returns the content of custom instruction files from a designated instructions directory with security validation.

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

    flask api-endpoint file-loading security path-traversal-prevention
  • function get_available_models

    Flask API endpoint that returns a JSON response containing the list of available LLM models and the default model configured in the application.

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

    api endpoint flask llm models
  • function test_frontend_files

    A test function that validates the presence of model selection functionality in frontend files (HTML, JavaScript, and CSS) for a document chat application.

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

    testing frontend validation integration-test file-checking
  • function main_v39

    Test orchestration function that executes a comprehensive test suite for DocChat's multi-LLM model selection feature and reports results.

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

    testing integration-tests test-orchestration multi-llm test-runner
  • function process_chat_request_background

    Process chat request in background thread

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

    function process_chat_request_background
  • function api_chat_v1

    Handle chat API requests with support for long-running tasks

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

    function api_chat
  • function api_load_template

    Flask API endpoint that loads and returns instruction template content by template name, with authentication required.

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

    flask api rest-endpoint template-loading authentication
  • class SmartStatSession

    A session management class that encapsulates a SmartStat statistical analysis session, tracking data, analysis history, plots, and reports for a specific data section.

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

    session-management data-analysis statistics dataframe multi-dataset
  • function workspace

    Flask route handler that renders the main workspace interface template for authenticated users.

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

    flask route view-function web-interface authentication
  • function init_text_section_chat

    Flask API endpoint that initializes a chat session for a standalone text section, creating a mock chat session object for frontend compatibility after verifying user ownership.

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

    flask api-endpoint chat initialization authentication
  • function get_documents_v1

    Flask API endpoint that retrieves all documents belonging to the currently authenticated user and returns them as JSON.

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

    flask api rest endpoint documents
  • function get_document_text_sections

    Flask API endpoint that retrieves all text and data sections for a specific document, verifying user ownership and returning sections sorted by position.

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

    flask api rest-endpoint document-management authentication
  • function api_send_chat_message_v1

    Flask API endpoint that handles sending messages in a chat session, processes them through a RAG (Retrieval-Augmented Generation) engine with configurable LLM models, and returns AI-generated responses with references.

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

    chat api rag llm conversational-ai
  • function api_collections

    Flask API endpoint that retrieves and returns a list of available data collections from the RAG (Retrieval-Augmented Generation) engine.

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

    api flask rest-api rag collections
  • function api_list_documents_v2

    Flask API endpoint that retrieves and returns a list of all documents uploaded by the currently authenticated user from their session storage.

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

    api flask rest-api document-management session-storage
  • function smartstat_save_selective

    Flask route handler that saves selected statistical analysis rounds and their associated plots from a SmartStat session to a data section, with options to replace or append to existing content.

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

    flask-route api-endpoint smartstat data-persistence statistical-analysis
  • function smartstat_save_to_document

    Flask route handler that saves SmartStat statistical analysis results back to a data section document, generating a final report with queries, results, and plots.

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

    flask api-endpoint smartstat statistical-analysis document-management
  • class OneCo_hybrid_RAG_v3

    A class named OneCo_hybrid_RAG

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

    class oneco_hybrid_rag
  • function index_v5

    Flask route handler that renders and serves the main application interface page.

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

    flask web-route view-function http-handler template-rendering
  • function enhanced_workflow_progress

    Flask route handler that retrieves and returns the current progress status of an enhanced SQL workflow, including step completion, progress percentage, and final results if completed.

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

    flask api-endpoint progress-tracking workflow status-monitoring
  • function get_analysis_files

    Flask API endpoint that retrieves files associated with a specific analysis within a session, returning them as a JSON response.

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

    flask api endpoint rest-api file-retrieval

Search Examples