Go to file
Кирилл Блинов c756a5766b Add RAG pipeline: LightRAG indexer, OpenCode API, VLM describer, and test tools
- Add rag_indexer.py: build LightRAG index from OCR with OpenCode API
- Add rag_query.py: query the knowledge graph
- Add vlm_describer.py: generate VLM descriptions via LM Studio
- Add test_model.py: quick check for LightRAG-compatible models
- Add run_pipeline.sh and run_pipeline.bat: full OCR → VLM → RAG pipeline
- Fix rapidocr import (rapidocr_onnxruntime)
- Fix process_any_pdf.py paths for cross-platform use
- Add .env.example, README_RAG.md, AGENTS.md
- Update .gitignore for outputs and secrets
2026-05-29 09:54:37 +03:00
output Add PDF OCR pipeline and project indexes for Кронштадтский and 123 2026-05-29 01:04:01 +03:00
output_123 Add PDF OCR pipeline and project indexes for Кронштадтский and 123 2026-05-29 01:04:01 +03:00
.env.example Add RAG pipeline: LightRAG indexer, OpenCode API, VLM describer, and test tools 2026-05-29 09:54:37 +03:00
.gitignore Add RAG pipeline: LightRAG indexer, OpenCode API, VLM describer, and test tools 2026-05-29 09:54:37 +03:00
123.pdf Add PDF source files and remove *.pdf from gitignore 2026-05-29 01:45:03 +03:00
AGENTS.md Add RAG pipeline: LightRAG indexer, OpenCode API, VLM describer, and test tools 2026-05-29 09:54:37 +03:00
build_index.py Add PDF OCR pipeline and project indexes for Кронштадтский and 123 2026-05-29 01:04:01 +03:00
process_any_pdf.py Add RAG pipeline: LightRAG indexer, OpenCode API, VLM describer, and test tools 2026-05-29 09:54:37 +03:00
process_pdf_full.py Add RAG pipeline: LightRAG indexer, OpenCode API, VLM describer, and test tools 2026-05-29 09:54:37 +03:00
process_pdf.py Add RAG pipeline: LightRAG indexer, OpenCode API, VLM describer, and test tools 2026-05-29 09:54:37 +03:00
rag_indexer.py Add RAG pipeline: LightRAG indexer, OpenCode API, VLM describer, and test tools 2026-05-29 09:54:37 +03:00
rag_query.py Add RAG pipeline: LightRAG indexer, OpenCode API, VLM describer, and test tools 2026-05-29 09:54:37 +03:00
README_RAG.md Add RAG pipeline: LightRAG indexer, OpenCode API, VLM describer, and test tools 2026-05-29 09:54:37 +03:00
requirements.txt Add RAG pipeline: LightRAG indexer, OpenCode API, VLM describer, and test tools 2026-05-29 09:54:37 +03:00
run_pipeline.bat Add RAG pipeline: LightRAG indexer, OpenCode API, VLM describer, and test tools 2026-05-29 09:54:37 +03:00
run_pipeline.sh Add RAG pipeline: LightRAG indexer, OpenCode API, VLM describer, and test tools 2026-05-29 09:54:37 +03:00
test_model.py Add RAG pipeline: LightRAG indexer, OpenCode API, VLM describer, and test tools 2026-05-29 09:54:37 +03:00
vlm_describer.py Add RAG pipeline: LightRAG indexer, OpenCode API, VLM describer, and test tools 2026-05-29 09:54:37 +03:00
Кронштадтский 16-18 НК1_ОСК (v3).pdf Add PDF source files and remove *.pdf from gitignore 2026-05-29 01:45:03 +03:00