LightRAG/lightrag
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
..
api Adjust concurrency limits more LLM friendly settings for new comers 2025-03-16 23:56:34 +08:00
kg Update postgres_impl.py 2025-03-17 10:47:17 +08:00
llm fix linting 2025-03-14 14:10:59 +08:00
tools Revert "Cleanup of code" 2025-02-20 15:09:43 +01:00
__init__.py Update __init__.py 2025-03-13 16:58:03 +08:00
base.py fix merge bugs 2025-03-11 16:05:04 +08:00
exceptions.py improved typing 2025-02-15 22:37:12 +01:00
lightrag.py Update log message for in-memory DB persistence 2025-03-17 04:25:23 +08:00
llm.py improved typing 2025-02-15 22:37:12 +01:00
namespace.py improved typing 2025-02-15 22:37:12 +01:00
operate.py fix linting 2025-03-11 15:44:01 +08:00
prompt.py force keywords_extraction output as JSON 2025-03-11 11:54:30 +08:00
types.py fixed lint 2025-02-16 12:45:27 +01:00
utils.py Minimized API request between Tab view change 2025-03-13 19:50:37 +08:00