GML-2011 updated code for local temp files supports and delete logic#25
GML-2011 updated code for local temp files supports and delete logic#25prinskumar-tigergraph wants to merge 6 commits intomainfrom
Conversation
PR Reviewer Guide 🔍Here are some key observations to aid the review process:
|
…, and update UI messages
- Removed temp_session_id UUID generation from supportai.py - Temp folders now use consistent path: base_dir/ingestion_temp/graphname - Fixed delete endpoints to remove corresponding JSONL files when raw files are deleted
PR Type
Enhancement, Bug fix, Documentation, Other
Description
Stream JSONL ingestion with temp sessions
PDF->Markdown via pymupdf4llm, image cleanup
Session-aware delete APIs and JSONL pruning
Dependency updates and license addition
Diagram Walkthrough
File Walkthrough
5 files
Async JSONL writing, PDF extraction via pymupdf4llm, and temp cleanupUse temp-session JSONL for server ingest and single-shot loadingAdd session-aware deletion and ingestion temp cleanup endpointSimplify image description to file-path input; remove legacy saveUI setup updates for ingestion temp session handling1 files
Add pymupdf4llm and bump PyMuPDF version1 files
Add AGPL-3.0 license for pymupdf4llm dependency