Commit Graph
6 Commits
Author SHA1 Message Date
tomatocreamandClaude Sonnet 4.6 2ffdfd2976 fix: increase embedding and LLM timeouts for large local models
qwen3-embedding:8b needs >60s on first load. Set EMBEDDING_TIMEOUT=300
(worker executes at 2x = 600s) and TIMEOUT=600 for LLM calls.

Co-Authored-By: Claude Sonnet 4.6 <[email protected]>
2026-04-19 13:52:25 +08:00
tomatocreamandClaude Sonnet 4.6 3a7249375c config: switch embedding to qwen3-embedding:8b (4096 dim)
Co-Authored-By: Claude Sonnet 4.6 <[email protected]>
2026-04-19 13:48:30 +08:00
tomatocreamandClaude Sonnet 4.6 232f2a4bf0 feat: build lightrag webui frontend via bun in shellHook
Adds pkgs.bun to lightrag devShell and builds the React frontend
on first shell entry if lightrag/api/webui doesn't exist yet.

Co-Authored-By: Claude Sonnet 4.6 <[email protected]>
2026-04-19 13:42:36 +08:00
tomatocreamandClaude Sonnet 4.6 f0bd44cc14 fix: add offline-llm extra and always sync venv on shell entry
ollama python package is in the offline-llm extra, not api.
Always run uv sync (not just on first entry) so extra changes take effect.

Co-Authored-By: Claude Sonnet 4.6 <[email protected]>
2026-04-19 13:38:54 +08:00
tomatocreamandClaude Sonnet 4.6 6b4d54bfac docs: README.org and setup notes in docs/setup.org
Co-Authored-By: Claude Sonnet 4.6 <[email protected]>
2026-04-19 12:22:46 +08:00
tomatocreamandClaude Sonnet 4.6 17fbeffac1 init: LightRAG + Graphiti as submodules with Nix flake
Impure devShells using uv + Python 3.12 for each project.
LD_LIBRARY_PATH set for NixOS native wheel compatibility.
Neo4j managed via nix run .#neo4j-start / neo4j-stop.

Co-Authored-By: Claude Sonnet 4.6 <[email protected]>
2026-04-19 12:18:32 +08:00