LightRAG/lightrag
clssck da9070ecf7 refactor: remove legacy storage implementations and k8s deployment
Remove deprecated storage backends and Kubernetes deployment configuration:
- Delete unused storage implementations: FAISS, JSON, Memgraph, Milvus, MongoDB, Nano Vector DB, Neo4j, NetworkX, Qdrant, Redis
- Remove Kubernetes deployment manifests and installation scripts
- Delete legacy examples for deprecated backends
- Consolidate to PostgreSQL-only storage backend
Streamline dependencies and add new capabilities:
- Remove deprecated code documentation and migration guides
- Add full-text search caching layer with FTS cache module
- Implement metrics collection and monitoring pipeline
- Add explain and metrics API routes
- Simplify configuration with PostgreSQL-focused setup
Update documentation and configuration:
- Rewrite README to focus on supported features
- Update environment and configuration examples
- Remove Kubernetes-specific documentation
- Add new utility scripts for PDF uploads and pipeline monitoring
2025-12-09 14:02:00 +01:00
..
api refactor: remove legacy storage implementations and k8s deployment 2025-12-09 14:02:00 +01:00
cache refactor: remove legacy storage implementations and k8s deployment 2025-12-09 14:02:00 +01:00
entity_resolution test(lightrag,examples,api): comprehensive ruff formatting and type hints 2025-12-05 15:17:06 +01:00
evaluation refactor: remove legacy storage implementations and k8s deployment 2025-12-09 14:02:00 +01:00
kg refactor: remove legacy storage implementations and k8s deployment 2025-12-09 14:02:00 +01:00
llm feat(lightrag,lightrag_webui): add S3 storage integration and UI 2025-12-07 11:04:38 +01:00
storage feat(lightrag,lightrag_webui): add S3 storage integration and UI 2025-12-07 11:04:38 +01:00
tools refactor: remove legacy storage implementations and k8s deployment 2025-12-09 14:02:00 +01:00
__init__.py test(lightrag,examples,api): comprehensive ruff formatting and type hints 2025-12-05 15:17:06 +01:00
base.py refactor: remove legacy storage implementations and k8s deployment 2025-12-09 14:02:00 +01:00
citation.py test(lightrag,examples): add prompt accuracy and quality tests 2025-12-05 16:39:52 +01:00
constants.py refactor: remove legacy storage implementations and k8s deployment 2025-12-09 14:02:00 +01:00
exceptions.py refactor: remove legacy storage implementations and k8s deployment 2025-12-09 14:02:00 +01:00
lightrag.py refactor: remove legacy storage implementations and k8s deployment 2025-12-09 14:02:00 +01:00
metrics.py refactor: remove legacy storage implementations and k8s deployment 2025-12-09 14:02:00 +01:00
namespace.py test(lightrag,examples,api): comprehensive ruff formatting and type hints 2025-12-05 15:17:06 +01:00
operate.py refactor: remove legacy storage implementations and k8s deployment 2025-12-09 14:02:00 +01:00
prompt.py refactor: remove legacy storage implementations and k8s deployment 2025-12-09 14:02:00 +01:00
rerank.py refactor: remove legacy storage implementations and k8s deployment 2025-12-09 14:02:00 +01:00
types.py test(lightrag,examples,api): comprehensive ruff formatting and type hints 2025-12-05 15:17:06 +01:00
utils.py refactor: remove legacy storage implementations and k8s deployment 2025-12-09 14:02:00 +01:00
utils_graph.py test(lightrag,examples): add prompt accuracy and quality tests 2025-12-05 16:39:52 +01:00