Commit Graph

  • 8dd3b7cf85 chore(deps): update lightrag-hku requirement from <1.5 to <1.6 dependabot/pip/lightrag-hku-lt-1.6 dependabot[bot] 2026-06-15 04:43:54 +00:00
  • 32eef6ecc2 📝 docs(README): add latest news entries main Daniel.y 2026-06-15 07:30:51 +08:00
  • a8538efecc Merge pull request #294 from ye-guan-xing/fix/windows-mineru-safe-paths zrguo 2026-06-10 18:07:08 +08:00
  • 4d7b65cbc2 style: apply ruff-format (v0.6.4) to testparser_kwargs.py zrguo 2026-06-10 15:45:38 +08:00
  • 6d8357d894 Fix MinerU Windows unsafe paths acye 2026-06-07 13:30:58 +08:00
  • 1bbca285f6 Merge pull request #293 from octo-patch/feature/upgrade-minimax-m3 zrguo 2026-06-02 14:42:48 +08:00
  • ac398b1b9f feat: upgrade MiniMax default model to M3 octo-patch 2026-06-01 22:08:18 +08:00
  • 2bb6713cc2 fix(video): pass system prompt to VLM frame description; harden against refusals feat/audio-video-modal zrguo 2026-06-01 19:30:29 +08:00
  • f0b40fa8fd style: apply pinned ruff-format (v0.6.4) to new tests zrguo 2026-06-01 18:10:26 +08:00
  • dfa3879b14 feat(audio/video): window long media into ordered chunks, offload blocking work zrguo 2026-06-01 18:05:23 +08:00
  • efef8edd24 fix(ci): green up audio/video modal tests and lint zrguo 2026-06-01 17:23:28 +08:00
  • d50f61ba19 feat: add audio and video modal processors zrguo 2026-06-01 16:40:42 +08:00
  • 59f50e1807 Fix lint after PR merges zrguo 2026-06-01 14:38:33 +08:00
  • c997fb51e5 Merge pull request #286 from Arvuno/ci/add-test-workflow zrguo 2026-06-01 14:35:49 +08:00
  • 99bdc2fb37 Merge pull request #283 from Eleven-Mouse/fix-mineru-image-mapping-context zrguo 2026-06-01 14:33:19 +08:00
  • ea3ec1cb44 🔧 chore(deps): pin lightrag-hku version Daniel.y 2026-05-29 11:20:11 +08:00
  • 8395634289 Update README.md chaohuang-ai 2026-05-23 11:49:17 +08:00
  • 464d8c1c15 ci: add test workflow Hermes Agent 2026-05-22 21:26:46 +00:00
  • b167a574a3 feat(processor): 为图片内容添加章节路径和邻近文本元数据支持 kunxing 2026-05-22 23:31:09 +08:00
  • 698e4f1788 Bump version to v1.3.1 v1.3.1 zrguo 2026-05-21 15:27:52 +08:00
  • e8c0081b7c Merge pull request #278 from FU-max-boop/fix/defer-content-list-status zrguo 2026-05-21 15:22:38 +08:00
  • 2c8625c97c Update README.md chaohuang-ai 2026-05-21 14:51:17 +08:00
  • 0dddfa7c74 Defer parsed document status registration FU-max-boop 2026-05-20 12:37:31 +08:00
  • c36a340f12 Format content-list regression test FU-max-boop 2026-05-17 15:59:37 +08:00
  • 2e378b88d8 Fix content-list duplicate status registration FU-max-boop 2026-05-17 15:40:51 +08:00
  • 146828f73d Merge pull request #275 from Abdeltoto/feat/docs-public-asset-urls zrguo 2026-05-11 17:19:28 +08:00
  • c47bdf37fe Merge pull request #273 from FU-max-boop/fix/content-list-alias-handling zrguo 2026-05-11 17:18:52 +08:00
  • 30da9b6fa4 review: warn on partial env config, document MinerU-only scope, fix lint LarFii 2026-05-11 17:16:32 +08:00
  • 48a56f9a0e review: render markdown table for table_data, drop equation_text concat LarFii 2026-05-11 17:15:33 +08:00
  • 4463e01b1b feat: public media URL mapping, failure-modes doc (#207 #213 #272) Abdeltoto 2026-05-10 15:32:20 -04:00
  • e14324037d Preserve content list aliases in multimodal chunks FU-max-boop 2026-05-10 10:07:27 +08:00
  • ded2a7ccb7 chore: bump version to 1.3.0 v1.3.0 zrguo 2026-05-06 15:27:24 +08:00
  • c79242c3fe fix lint zrguo 2026-05-06 15:22:07 +08:00
  • 2cec8a058d Merge pull request #262 from Abdeltoto/feat/docx-omml-equation-extraction zrguo 2026-05-06 15:16:51 +08:00
  • 289251dc15 Merge pull request #261 from Abdeltoto/refactor/docling-python-api zrguo 2026-05-06 15:16:42 +08:00
  • dc123548f8 Merge pull request #255 from DeepaliPaspule/fix/doc-status-244 zrguo 2026-05-06 15:16:29 +08:00
  • 56f0f2a5bd fix: persist multimodal completion compat state DeepaliPaspule 2026-04-28 23:37:58 +05:30
  • 9294439ff8 fix(docling): address review feedback on Python-API parser Abdeltoto 2026-04-25 18:38:11 -04:00
  • f72ea998fe refactor(parser): replace Docling CLI subprocess with Python API (closes #222) Abdeltoto 2026-04-21 23:21:25 -04:00
  • 8363607519 fix(omml): tolerate malformed inputs and preserve unknown n-ary operators Abdeltoto 2026-04-25 18:28:16 -04:00
  • 89c81f85e2 feat(omml): add OMML equation extraction utility for DOCX documents Abdeltoto 2026-04-21 23:27:10 -04:00
  • bbb48eb787 Merge pull request #264 from octo-patch/feature/add-minimax-provider zrguo 2026-04-25 17:54:48 +08:00
  • 6e985d5d52 fix: harden MiniMax integration example zrguo 2026-04-25 17:53:50 +08:00
  • 050c59e4e3 Merge pull request #240 from jwchmodx/fix/bugs-processor-parser-config zrguo 2026-04-25 17:49:09 +08:00
  • ab9f7393b1 style: format query after main merge zrguo 2026-04-25 17:48:10 +08:00
  • e6d94eab72 Merge remote-tracking branch 'origin/main' into fix/bugs-processor-parser-config zrguo 2026-04-25 17:46:55 +08:00
  • 104e90d5da style: apply ruff format to PR 240 zrguo 2026-04-25 17:43:58 +08:00
  • c3582ee06d fix: persist LightRAG API init failures zrguo 2026-04-25 17:40:56 +08:00
  • 5959335d5f Merge pull request #254 from peterCheng123321/fix/172-mineru-subprocess-timeout zrguo 2026-04-25 17:26:36 +08:00
  • b67c764dc2 Merge main into MinerU timeout fix zrguo 2026-04-25 17:26:07 +08:00
  • c56a3cc840 Merge pull request #263 from txhno/fix/send-dimensions-partial-wrapper zrguo 2026-04-25 17:19:02 +08:00
  • 38c76bf665 Merge pull request #231 from zhangzhenfei/feat/env-configurable-model-names zrguo 2026-04-25 17:17:02 +08:00
  • b5eaccb900 Merge pull request #258 from kuishou68/fix/issue-257-system-prompt-multimodal zrguo 2026-04-25 17:16:12 +08:00
  • b8eccd9188 fix: include system_prompt in multimodal cache key zrguo 2026-04-25 17:15:47 +08:00
  • 7474e60ebb Merge pull request #252 from peterCheng123321/fix/28-vision-func-messages-kwarg zrguo 2026-04-25 17:12:25 +08:00
  • b63adb2085 Merge pull request #250 from peterCheng123321/fix/241-merge-nodes-missing-storage-params zrguo 2026-04-25 17:10:22 +08:00
  • 2ea0b5ca4e Merge pull request #268 from kuishou68/fix-duplicate-all zrguo 2026-04-25 17:09:42 +08:00
  • 766e915792 style: fix ruff-format on setup.py zrguo 2026-04-25 16:56:02 +08:00
  • 719283e807 Merge pull request #195 from bueno12223/feat/parser-url-support zrguo 2026-04-25 16:52:31 +08:00
  • d6655e3040 fix(__init__): remove duplicate __all__ assignment (Closes #267) Cocoon-Break 2026-04-24 15:07:05 +08:00
  • e5e0f4273c fix(examples): preserve embedding kwargs with partial txhno 2026-04-22 18:40:11 +05:30
  • 6029f40740 fix: move import time to module level; join threads before raising TimeoutError petercheng123 2026-04-22 06:57:46 -05:00
  • 5c07c03154 feat: add MiniMax provider support octo-patch 2026-04-22 18:31:08 +08:00
  • d88a30df6c fix: support multimodal doc_status on older lightrag DeepaliPaspule 2026-04-22 15:47:28 +05:30
  • fd2f1ac7bc style(parser): fix lint issues for URL download support zrguo 2026-04-22 14:24:43 +08:00
  • 2ea1c75b0f test(parser): cover URL detection, extension inference, and temp cleanup zrguo 2026-04-22 14:13:05 +08:00
  • 8cb650c519 chore(parser): drop unrelated read_from_block_recursive change zrguo 2026-04-22 14:11:45 +08:00
  • 2f56716470 fix(parser): add explicit timeout to url retrueval Jesus Berrio 2026-03-24 09:28:59 -05:00
  • 957cce2d8d fix(parser): address PR feedback for URL download feature Jesus Berrio 2026-02-11 16:49:00 -05:00
  • 38f6057f13 feat(parser): add remote URL support for DoclingParser Jesus Berrio 2026-02-09 19:31:25 -05:00
  • f14f250c71 fix: add system_prompt parameter to aquery_with_multimodal and forward it to inner aquery() calls Cocoon-Break 2026-04-22 10:26:48 +08:00
  • 00253cc1a5 Merge remote-tracking branch 'upstream/main' into fix/doc-status-244 DeepaliPaspule 2026-04-21 22:54:49 +05:30
  • 1a43eef574 fix: add timeout parameter to MinerU subprocess to prevent indefinite hang petercheng123 2026-04-21 11:01:38 -05:00
  • d79a687dfc fix: handle messages= kwarg in vision_model_func in insert_content_list_example petercheng123 2026-04-21 10:46:24 -05:00
  • cdb4c3f9a7 fix: pass entity_chunks_storage and relation_chunks_storage to all merge_nodes_and_edges calls petercheng123 2026-04-21 10:34:18 -05:00
  • c54cdc10d0 feat(examples): make model names configurable via environment variables zhangzhenfei 2026-03-24 15:37:42 +08:00
  • 2002627f22 Merge pull request #242 from haosenwang1018/fix/create-example-log-dir-correctly zrguo 2026-04-21 17:22:38 +08:00
  • b3ad67b507 Merge pull request #243 from davidangularme/vpm/fix-the-parser-to-handle-pdf-f zrguo 2026-04-21 16:32:02 +08:00
  • feddfd4858 fix: always create doc_status records DeepaliPaspule 2026-04-21 12:50:56 +05:30
  • 9125356804 fix lint zrguo 2026-04-14 16:22:15 +08:00
  • 60d99befa5 [VPM] fix the parser to handle PDF files better: update setup.py Fred blum 2026-04-13 17:09:15 +03:00
  • d7d947ea5f [VPM] fix the parser to handle PDF files better: update requirements.txt Fred blum 2026-04-13 17:09:14 +03:00
  • 92dfa5f4ad [VPM] fix the parser to handle PDF files better: update pyproject.toml Fred blum 2026-04-13 17:09:13 +03:00
  • a9fb942b4f add reproduce zrguo 2026-04-13 15:59:13 +08:00
  • 532b4e838e fix: create example log directory correctly haosenwang1018 2026-04-09 23:25:09 +00:00
  • 8b622b8e90 Merge pull request #238 from jwchmodx/feat/ollama-integration-example zrguo 2026-04-07 21:12:42 +08:00
  • 86abfd7bc7 Merge pull request #237 from jwchmodx/fix/libreoffice-misleading-warning zrguo 2026-04-07 20:50:33 +08:00
  • 97f53ba3f6 fix: UnboundLocalError, unsafe dict access, and error_msg type coercion 0912078 2026-04-03 13:31:07 +09:00
  • 6b1206ada0 fix: check _ensure_lightrag_initialized() return value in query and batch 0912078 2026-04-03 13:16:13 +09:00
  • a9ebc3d1a8 fix: crash in finally block when pipeline_status is None + parser robustness 0912078 2026-04-03 13:12:21 +09:00
  • fa3f6cf6f0 fix: prevent crashes from uninitialized LightRAG and other bugs 0912078 2026-04-03 12:56:57 +09:00
  • 514d8448bd feat: add Ollama integration example (closes #118) 0912078 2026-04-03 12:24:55 +09:00
  • 1daa8176d6 fix: demote misleading LibreOffice 'not found' warning to debug (closes #230) 0912078 2026-04-03 12:20:19 +09:00
  • 5fbff29ed1 fix: strip <think> tags from modal processor fallback responses (closes #159) 0912078 2026-04-03 12:16:54 +09:00
  • 0bc623641a Update __init__.py v1.2.10 zrguo 2026-03-24 15:48:42 +08:00
  • 5f29522efd Merge branch 'main' of https://github.com/HKUDS/RAG-Anything zrguo 2026-03-24 15:46:02 +08:00
  • f85015b915 fix lint zrguo 2026-03-24 15:45:44 +08:00
  • a46171f536 Merge pull request #220 from Jah-yee/feat-multilingual-prompts zrguo 2026-03-24 15:45:01 +08:00
  • 15a1ab27d3 fix(prompts): swap prompt snapshots atomically zrguo 2026-03-24 15:30:59 +08:00
  • f12199315c Merge pull request #216 from Jah-yee/feat-resilience-llm-calls zrguo 2026-03-24 15:27:35 +08:00