LightRAG/tests
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
..
test_entity_resolution test(lightrag,examples,api): comprehensive ruff formatting and type hints 2025-12-05 15:17:06 +01:00
conftest.py test(lightrag,examples,api): comprehensive ruff formatting and type hints 2025-12-05 15:17:06 +01:00
README_WORKSPACE_ISOLATION_TESTS.md refactor: remove legacy storage implementations and k8s deployment 2025-12-09 14:02:00 +01:00
run_quality_tests.py test(lightrag,examples,api): comprehensive ruff formatting and type hints 2025-12-05 15:17:06 +01:00
test_aquery_data_endpoint.py test(lightrag,examples,api): comprehensive ruff formatting and type hints 2025-12-05 15:17:06 +01:00
test_chunking.py test(lightrag,api): add comprehensive test coverage and S3 support 2025-12-05 23:13:39 +01:00
test_citation_utils.py test(lightrag,api): add comprehensive test coverage and S3 support 2025-12-05 23:13:39 +01:00
test_curl_aquery_data.sh Fix linting 2025-10-06 04:57:11 +08:00
test_extraction_prompt_ab.py test(lightrag,api): add comprehensive test coverage and S3 support 2025-12-05 23:13:39 +01:00
test_fts_cache.py refactor: remove legacy storage implementations and k8s deployment 2025-12-09 14:02:00 +01:00
test_graph_storage.py refactor: remove legacy storage implementations and k8s deployment 2025-12-09 14:02:00 +01:00
test_lightrag_ollama_chat.py test(lightrag,examples,api): comprehensive ruff formatting and type hints 2025-12-05 15:17:06 +01:00
test_metrics.py refactor: remove legacy storage implementations and k8s deployment 2025-12-09 14:02:00 +01:00
test_orphan_connection_quality.py test(lightrag,examples,api): comprehensive ruff formatting and type hints 2025-12-05 15:17:06 +01:00
test_overlap_validation.py test(lightrag,examples,api): comprehensive ruff formatting and type hints 2025-12-05 15:17:06 +01:00
test_postgres_retry_integration.py test(lightrag,examples,api): comprehensive ruff formatting and type hints 2025-12-05 15:17:06 +01:00
test_prompt_accuracy.py test(lightrag,api): add comprehensive test coverage and S3 support 2025-12-05 23:13:39 +01:00
test_prompt_quality_deep.py test(lightrag,api): add comprehensive test coverage and S3 support 2025-12-05 23:13:39 +01:00
test_rerank_chunking.py test(lightrag,examples,api): comprehensive ruff formatting and type hints 2025-12-05 15:17:06 +01:00
test_s3_client.py test(lightrag,api): add comprehensive test coverage and S3 support 2025-12-05 23:13:39 +01:00
test_search_routes.py test(lightrag,api): add comprehensive test coverage and S3 support 2025-12-05 23:13:39 +01:00
test_upload_routes.py test(lightrag,api): add comprehensive test coverage and S3 support 2025-12-05 23:13:39 +01:00
test_workspace_isolation.py refactor: remove legacy storage implementations and k8s deployment 2025-12-09 14:02:00 +01:00
test_write_json_optimization.py test(lightrag,examples,api): comprehensive ruff formatting and type hints 2025-12-05 15:17:06 +01:00