🔍 Code Extractor

Search Components

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

Search Results for "404"

Found 50 matching component(s)

  • function regenerate_minutes

    Flask route handler that regenerates meeting minutes from a previous session using modified instructions, model selection, and configuration parameters.

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

    flask meeting-minutes regeneration ai-generation openai
  • function download_file

    Flask route handler that serves generated report files for download from a designated reports folder.

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

    flask file-download web-route file-serving error-handling
  • class SharePointGraphClient

    SharePoint client using Microsoft Graph API. This bypasses SharePoint REST API app-only token issues.

    File: /tf/active/vicechatdev/SPFCsync/sharepoint_graph_client.py

    class sharepointgraphclient
  • function api_task_status

    Flask API endpoint that retrieves and returns the status of asynchronous tasks (chat or indexing operations) by task ID.

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

    api flask rest-endpoint task-status async-polling
  • function api_index_progress

    Flask API endpoint that retrieves the current progress status of an asynchronous indexing task by its task ID.

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

    flask api rest-endpoint progress-tracking async-task
  • function view_document

    Flask route handler that serves documents for in-browser viewing by accepting a file path as a query parameter, validating security constraints, and returning the file with appropriate MIME types and CORS headers.

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

    flask file-serving document-viewer security path-validation
  • function not_found_v1

    Flask error handler that returns a JSON response with a 404 status code when a requested resource is not found.

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

    flask error-handler http-404 json-response web-api
  • 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_task_status

    Flask API endpoint that retrieves the current status of a background task by its task ID from an in-memory active_tasks dictionary.

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

    flask api rest-endpoint task-status background-task
  • function check_debug_endpoint

    Queries a debug endpoint to retrieve and display cache information from a web server, including debug mode status, cache buster values, and static file versions.

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

    debugging cache monitoring http web-server
  • function api_get_document

    Flask API endpoint that retrieves a specific document by ID, validates user access permissions, and returns the document data as JSON.

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

    flask api rest document-retrieval authentication
  • function api_update_document

    Flask API endpoint that updates document metadata (title and custom metadata fields) for a specific document, with authentication and authorization checks.

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

    api rest flask document-management update
  • function api_delete_document

    REST API endpoint that deletes a document from the application state after verifying the user's ownership and authentication.

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

    flask rest-api delete-endpoint document-management authentication
  • function api_create_section

    Flask API endpoint that creates a new section within a specified document, handling section positioning, type, level, title, and content with proper authentication and authorization checks.

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

    api flask rest-endpoint document-management section-creation
  • function api_update_section

    REST API endpoint that updates an existing section within a document, allowing modification of title, content, type, and level properties with authentication and authorization checks.

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

    api rest flask document-management section-update
  • function api_delete_section

    Flask API endpoint that deletes a specific section from a document after validating user authorization and document existence.

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

    api rest delete section document-management
  • function api_move_section

    Flask API endpoint that moves a document section up or down in the section order, with authentication and authorization checks.

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

    api flask rest-api document-management section-reordering
  • function api_create_chat_session_v1

    Flask API endpoint that creates a new chat session for a document section or retrieves an existing one if already present.

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

    api flask chat session-management authentication
  • function api_send_chat_message

    Flask API endpoint that handles sending a message in a chat session, processes it through a hybrid RAG engine with configurable search and memory settings, and returns an AI-generated response with references.

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

    flask api chat rag hybrid-rag
  • function api_get_chat_session

    Flask API endpoint that retrieves a specific chat session by ID, verifying user access permissions before returning the session data.

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

    flask api rest-endpoint chat-session authentication
  • function api_replace_section_content

    API endpoint that replaces the content of a specific section within a document, storing the old content for potential undo operations and updating the section's timestamp.

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

    api rest flask document-management content-replacement
  • function api_export_document

    Flask API endpoint that exports a document in either DOCX or PDF format, with authentication and authorization checks.

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

    api export document pdf docx
  • function api_load_template_v2

    Flask API endpoint that retrieves and returns an instruction template by name from the chat engine.

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

    flask api rest-endpoint template-loading instruction-template
  • function api_task_status_v1

    Flask API endpoint that retrieves and returns the status of a background task, with user authorization checks.

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

    api flask background-tasks task-status authentication
  • function api_cancel_task

    Flask API endpoint that cancels a background task if it belongs to the authenticated user and is currently processing.

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

    api flask rest-endpoint task-management cancellation
  • 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
  • function api_remove_document_v1

    Flask API endpoint that removes a user's uploaded document by document ID, with authentication required.

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

    api rest delete document-management authentication
  • function api_get_reference_document

    Flask API endpoint that retrieves a reference document from Neo4j database by UUID and stores it in the user's session for chat usage.

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

    flask api neo4j document-retrieval reference-document
  • function api_get_reference_block

    API endpoint that retrieves a reference block from the most recent chat response by block number and stores it as a reference document in the user's session.

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

    api flask rest-endpoint chat reference-block
  • function api_get_extensive_reference

    Flask API endpoint that retrieves extensive search reference content by parsing a reference ID, fetching the corresponding block from the chat engine, and storing it as a document in the user's session.

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

    flask api reference-retrieval document-management authentication
  • function debug_cache_info

    Flask debug endpoint that provides comprehensive cache busting information including static file versions, modification times, and cache buster values.

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

    flask debug cache-busting static-files endpoint
  • function not_found

    Flask error handler function that renders a custom error page when a 404 (Page Not Found) error occurs.

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

    flask error-handler 404 http-error web-framework
  • function not_found_v2

    Flask error handler that returns a JSON response with a 404 status code when a resource is not found.

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

    flask error-handler 404 not-found json-response
  • function get_text_section

    Flask API endpoint that retrieves a specific text section by ID with optional version history and usage information, enforcing ownership-based access control.

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

    flask api rest endpoint text-section
  • function update_text_section

    Flask API endpoint that updates either the title or content of a text section, with ownership verification and version tracking.

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

    flask api rest update text-section
  • function delete_text_section

    Flask API endpoint that deletes a text section after verifying user ownership and authentication.

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

    flask api delete rest-api authentication
  • function get_text_section_versions

    Flask API endpoint that retrieves all historical versions of a specific text section, with ownership verification and authentication required.

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

    flask api rest-endpoint versioning version-control
  • function revert_text_section

    Flask API endpoint that reverts a text section to a specific previous version, verifying user ownership before performing the revert operation.

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

    flask api-endpoint versioning revert text-section
  • function chat_with_text_section

    Flask API endpoint that enables AI-powered chat conversations about a specific text section, with support for multiple LLM models and document context.

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

    flask api-endpoint chat ai-assistant llm
  • function clear_text_section_chat

    Flask API endpoint that clears the chat history for a specific text section after verifying user ownership.

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

    flask api-endpoint delete-operation chat-management 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 create_document_v5

    Flask API endpoint that creates a new document or duplicates an existing document with options to copy or reference sections.

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

    flask api-endpoint document-management create duplicate
  • function get_document_v4

    Flask API endpoint that retrieves a specific document with its text and data sections, including optional sharing information, for authenticated users.

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

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

    Flask API endpoint that updates a document's title and/or description after verifying user ownership and authentication.

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

    flask api rest document-management update
  • function delete_document_v1

    Flask API endpoint that deletes a document after verifying ownership and authentication.

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

    flask api rest delete document-management
  • function create_document_v7

    Flask API endpoint that creates a new version of an existing document with an optional change summary, verifying document ownership before creation.

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

    flask api-endpoint document-management version-control authentication
  • function get_document_v3

    Flask API endpoint that retrieves all versions of a specific document, verifying user ownership before returning the version history.

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

    flask api-endpoint document-management version-control authentication
  • function revert_document_to_version

    Flask API endpoint that reverts a document to a specific previous version after verifying user ownership and authentication.

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

    flask api-endpoint document-management version-control authentication
  • 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 create_text_section_for_document

    Flask API endpoint that creates or adds text sections to a document with three action modes: creating new sections, adding existing sections, or duplicating existing sections.

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

    flask api-endpoint document-management text-sections crud-operations

Search Examples