LightRAG/lightrag/kg
pengjunfeng11 4e58c7d7da
Update postgres_impl.py
There is aBUG. When lighttrag uses the postgres@15 version, there will be an error.The BUG detail as follow:
PostgreSQL database, error:subquery in FROM must have an alias
HINT:  For example, FROM (SELECT ...) [AS] foo.
It roughly means that there is an error in SQL template, and you need to use the alias alias to declare the content of the subquery.
2025-03-17 10:47:17 +08:00
..
__init__.py cleanup 2025-02-20 13:44:17 +01:00
age_impl.py fix linting 2025-03-04 15:53:20 +08:00
chroma_impl.py Merge branch 'HKUDS:main' into main 2025-03-11 20:53:00 +05:30
faiss_impl.py Merge branch 'HKUDS:main' into main 2025-03-11 20:53:00 +05:30
gremlin_impl.py fix linting 2025-03-04 15:53:20 +08:00
json_doc_status_impl.py Fix data persistence issue in single-process mode 2025-03-10 15:41:00 +08:00
json_kv_impl.py Fix data persistence issue in single-process mode 2025-03-10 15:41:00 +08:00
milvus_impl.py Merge branch 'HKUDS:main' into main 2025-03-11 20:53:00 +05:30
mongo_impl.py Merge branch 'HKUDS:main' into main 2025-03-11 20:53:00 +05:30
nano_vector_db_impl.py Merge branch 'HKUDS:main' into main 2025-03-11 20:53:00 +05:30
neo4j_impl.py Fix get single node subgrap problem 2025-03-13 02:14:02 +08:00
networkx_impl.py Reduce max_depth and update edge type in NetworkXStorage. 2025-03-06 20:54:02 +08:00
oracle_impl.py Merge branch 'HKUDS:main' into main 2025-03-11 20:53:00 +05:30
postgres_impl.py Update postgres_impl.py 2025-03-17 10:47:17 +08:00
qdrant_impl.py Add optional ids filter to vector database query methods 2025-03-11 15:22:17 +00:00
redis_impl.py fix linting 2025-03-04 15:53:20 +08:00
shared_storage.py Improved auto-scan task initialization and status tracking. 2025-03-10 17:14:14 +08:00
tidb_impl.py Merge branch 'HKUDS:main' into main 2025-03-11 20:53:00 +05:30