Commit graph

2 commits

Author SHA1 Message Date
Raphaël MANSUY
3905d40b37 chore: clean PR for upstream integration
- Remove debug artifacts from git tracking:
  - .playwright-mcp/ (screenshot artifacts)
  - logs/ (development task logs)
  - test_rag_env/ (test data fixtures)
  - docs/archives/ (internal planning docs)
  - docs/diff_hku/ (merge planning docs)

- Remove unnecessary root-level scripts:
  - check_import.py, debug_env.py, simple_debug_env.py
  - debug_postgres_graph.py, write_script.py
  - test_multitenant.sh, build-and-push.sh

- Update .gitignore with proper exclusions

- Fix documentation accuracy:
  - 0001-quick-start.md: correct LightRAG initialization examples
  - 0002-architecture-overview.md: fix version and links
  - 0003-api-reference.md: fix /documents/upload route name
  - Update version to 1.4.9.2 across all docs

- Fix lint issues:
  - Add noqa for E402 in test file with sys.path manipulation
  - Remove unused imports

All 245 tests pass, ruff check clean
2025-12-05 15:28:34 +08:00
Raphael MANSUY
2b292d4924
docs: Enterprise Edition & Multi-tenancy attribution (#5)
* Remove outdated documentation files: Quick Start Guide, Apache AGE Analysis, and Scratchpad.

* Add multi-tenant testing strategy and ADR index documentation

- Introduced ADR 008 detailing the multi-tenant testing strategy for the ./starter environment, covering compatibility and multi-tenant modes, testing scenarios, and implementation details.
- Created a comprehensive ADR index (README.md) summarizing all architecture decision records related to the multi-tenant implementation, including purpose, key sections, and reading paths for different roles.

* feat(docs): Add comprehensive multi-tenancy guide and README for LightRAG Enterprise

- Introduced `0008-multi-tenancy.md` detailing multi-tenancy architecture, key concepts, roles, permissions, configuration, and API endpoints.
- Created `README.md` as the main documentation index, outlining features, quick start, system overview, and deployment options.
- Documented the LightRAG architecture, storage backends, LLM integrations, and query modes.
- Established a task log (`2025-01-21-lightrag-documentation-log.md`) summarizing documentation creation actions, decisions, and insights.
2025-12-04 18:09:15 +08:00