LightRAG/lightrag/kg
yangdx f033fd6f87 fix(postgres): improve AGE agtype parsing and simplify error logging
- Fix JSON parsing errors caused by :: characters in data content
- Implement precise agtype string parsing using rfind() to separate JSON content from type identifiers
- Add robust error handling for malformed JSON in graph data
2025-07-18 08:50:47 +08:00
..
deprecated Remove deprecated storage type 2025-07-05 13:11:32 +08:00
__init__.py Merge branch 'main' into add-Memgraph-graph-db 2025-07-04 23:53:07 +08:00
faiss_impl.py Reorder query settings in web UI 2025-07-15 18:06:00 +08:00
json_doc_status_impl.py Feat: Add WORKSPACE support to all storage types 2025-07-07 00:57:21 +08:00
json_kv_impl.py Feat: Add WORKSPACE support to all storage types 2025-07-07 00:57:21 +08:00
memgraph_impl.py fix: change default edge weight from 0.0 to 1.0 in entity extraction and graph storage 2025-07-17 11:30:49 +08:00
milvus_impl.py refactor(milvus): remove entity_type and weight fields from schema 2025-07-17 12:08:35 +08:00
mongo_impl.py Move max_graph_nodes to global config 2025-07-07 21:53:57 +08:00
nano_vector_db_impl.py Feat: Add WORKSPACE support to all storage types 2025-07-07 00:57:21 +08:00
neo4j_impl.py fix: change default edge weight from 0.0 to 1.0 in entity extraction and graph storage 2025-07-17 11:30:49 +08:00
networkx_impl.py Move max_graph_nodes to global config 2025-07-07 21:53:57 +08:00
postgres_impl.py fix(postgres): improve AGE agtype parsing and simplify error logging 2025-07-18 08:50:47 +08:00
qdrant_impl.py Feat: Add WORKSPACE support to all storage types 2025-07-07 00:57:21 +08:00
redis_impl.py Fix JSON error logging in Redis storage implementations 2025-07-16 01:35:07 +08:00
shared_storage.py Update QueryParam 2025-07-15 14:21:58 +08:00