Why this change is needed: Tests were accessing rag.chunk_entity_relation_graph.chunk_vdb which doesn't exist. The chunk_entity_relation_graph is a BaseGraphStorage and doesn't have a chunk_vdb attribute. How it solves it: Changed all occurrences to use direct LightRAG attributes: - rag.chunks_vdb.table_name (PostgreSQL) - rag.chunks_vdb.final_namespace (Qdrant) Impact: Fixes AttributeError that would occur when E2E tests run Testing: Will verify on GitHub Actions E2E test run |
||
|---|---|---|
| .. | ||
| conftest.py | ||
| README_WORKSPACE_ISOLATION_TESTS.md | ||
| test_aquery_data_endpoint.py | ||
| test_base_storage_integrity.py | ||
| test_curl_aquery_data.sh | ||
| test_e2e_multi_instance.py | ||
| test_embedding_func.py | ||
| test_graph_storage.py | ||
| test_lightrag_ollama_chat.py | ||
| test_postgres_migration.py | ||
| test_postgres_retry_integration.py | ||
| test_qdrant_migration.py | ||
| test_workspace_isolation.py | ||
| test_write_json_optimization.py | ||