Tags · HKUDS/LightRAG · GitHub
Skip to content

Tags: HKUDS/LightRAG

Tags

v1.4.15

Toggle v1.4.15's commit message
Bump API version to 0287

v1.4.14

Toggle v1.4.14's commit message
Update bun.lock

v1.4.13

Toggle v1.4.13's commit message
Bump API version to 0281

v1.4.13rc1

Toggle v1.4.13rc1's commit message
Merge remote-tracking branch 'origin/main'

v1.4.12

Toggle v1.4.12's commit message
Bump API version to 0279

v1.4.12rc1

Toggle v1.4.12rc1's commit message
Fixes file path preservation during retries and cancellations

Prevents document file paths from being overwritten with placeholder values like "unknown_source" during pipeline retries, cancellations, or consistency repairs.

Introduces a centralized path resolution function that prioritizes non-placeholder paths from status documents and falls back to full document storage when needed. This ensures historical file paths are preserved when documents are reset to pending status or when processing is cancelled before extraction begins.

Resolves issues where queued documents would lose their original file paths and get marked with generic placeholders, making it difficult to trace document origins in error logs and status records.

v1.4.11

Toggle v1.4.11's commit message
👷 ci(workflows): skip CI runs on draft pull requests

- add `ready_for_review` to PR trigger types for linting and tests workflows
- add conditional check to skip jobs when PR is in draft state

v1.4.11rc2

Toggle v1.4.11rc2's commit message
Add full Docker Compose deployment sample with GPU support

v1.4.11rc1

Toggle v1.4.11rc1's commit message

v1.4.10

Toggle v1.4.10's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #2724 from danielaskdd/fix-webui-build

fix(webui): wrap ReactMarkdown with div to fix className prop crash in dev mode