You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+10-6Lines changed: 10 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -32,7 +32,8 @@
32
32
33
33
-**Two-Step Chain-of-Thought Ingest** — LLM analyzes first, then generates wiki pages with source traceability and incremental cache
34
34
-**Multimodal Image Ingestion** — extract embedded images from PDFs, generate factual captions with a vision LLM, surface them in image-aware search results with lightbox preview and jump-to-source
35
-
-**Optional MinerU PDF Parsing** — use MinerU cloud parsing for complex PDFs with tables, formulas, and dense layouts; the built-in local parser remains the default
35
+
-**Multi-format Document Parsing** — ingest PDF, Office documents, EPUB/MOBI, images, media, and web clips, with built-in, cloud, or local MinerU PDF processing
36
+
-**Project Management & Migration** — export and import complete project archives across devices, and rebuild the Wiki index from existing pages
36
37
-**4-Signal Knowledge Graph** — relevance model with direct links, source overlap, Adamic-Adar, and type affinity
37
38
-**Louvain Community Detection** — automatic knowledge cluster discovery with cohesion scoring
38
39
-**Graph Insights** — surprising connections and knowledge gaps with one-click Deep Research
@@ -320,15 +321,16 @@ The original focuses on text/markdown. We support structured extraction preservi
320
321
321
322
| Format | Method |
322
323
|--------|--------|
323
-
| PDF | Built-in pdf-extract (Rust) with file caching; optional MinerU cloud parsing for tables, formulas, and complex layouts |
324
+
| PDF | Built-in pdf-extract (Rust) with file caching; optional MinerU Cloud, Local API, or Pipeline parsing for complex layouts |
> MinerU is optional. When enabled, PDF files are uploaded to MinerU cloud for parsing; keep the built-in parser for sensitive documents. If MinerU fails, LLM Wiki falls back to the built-in parser. MinerU usage is subject to its file size, page count, and quota limits.
333
+
> MinerU is optional. Use MinerU Cloud, an official Local API endpoint, or Local Pipeline mode for complex PDFs. Local modes keep processing on your machine, and extracted images are stored in the project-managed `wiki/media` directory. If MinerU fails, LLM Wiki falls back to the built-in parser.
332
334
333
335
### 16. File Deletion with Cascade Cleanup
334
336
@@ -366,7 +368,10 @@ The original is platform-agnostic (abstract pattern). We handle concrete cross-p
366
368
-**Obsidian config** — auto-generated `.obsidian/` directory with recommended settings
367
369
-**Markdown rendering** — GFM tables with borders, proper code blocks, wikilink processing in chat and preview
368
370
-**Multi-provider LLM support** — OpenAI, Anthropic, Google, Ollama, Custom — each with provider-specific streaming and headers
369
-
-**15-minute timeout** — long ingest operations won't fail prematurely
371
+
-**Configurable LLM timeout** — adjust request timeouts for slow local models and long-running operations
372
+
-**Configurable Firecrawl** — optional API key and custom Base URL for hosted or self-hosted services
373
+
-**Collapsible file sidebar** — collapse Knowledge/Files navigation while preserving its state
374
+
-**Project maintenance** — ZIP export/import for migration and deterministic `wiki/index.md` rebuilding
370
375
-**dataVersion signaling** — graph and UI automatically refresh when wiki content changes
371
376
372
377
## Tech Stack
@@ -380,8 +385,7 @@ The original is platform-agnostic (abstract pattern). We handle concrete cross-p
> MinerU는 선택 기능입니다. 활성화하면 PDF 파일이 파싱을 위해 MinerU 클라우드로 업로드됩니다. 민감한 문서는 내장 로컬 파서를 사용하는 것을 권장합니다. MinerU 파싱이 실패하면 LLM Wiki는 내장 파서로 자동 fallback합니다. MinerU 사용에는 파일 크기, 페이지 수, quota 제한이 적용됩니다.
341
+
> MinerU는 선택 기능입니다. 복잡한 PDF에는 MinerU Cloud, 공식 Local API 또는 로컬 Pipeline 모드를 사용할 수 있습니다. 로컬 모드는 파일을 외부로 전송하지 않으며 추출된 이미지는 프로젝트가 관리하는 `wiki/media`에 저장됩니다. 실패하면 내장 파서로 fallback합니다.
340
342
341
343
### 16. Cascade Cleanup을 포함한 파일 삭제
342
344
@@ -374,7 +376,10 @@ LLM Wiki는 문서를 자동으로 정리되고 서로 연결된 지식 베이
374
376
-**Obsidian 설정** — 권장 설정이 포함된 `.obsidian/` 디렉터리 자동 생성
375
377
-**Markdown 렌더링** — 테두리가 있는 GFM tables, 적절한 code blocks, chat과 preview의 wikilink processing
0 commit comments