LightRAG/lightrag
Roy 528fb11364 Refactor vector query methods to support optional ID filtering
- Updated BaseVectorStorage query method signature to accept optional IDs
- Modified operate.py to pass query parameter IDs to vector storage queries
- Updated PostgreSQL vector storage SQL templates to filter results by document IDs
- Removed unused parameters and simplified query logic across multiple files
2025-03-08 15:43:17 +00:00
..
api Merge pull request #994 from Brocowlee/language_support 2025-03-04 22:33:03 +01:00
kg Refactor vector query methods to support optional ID filtering 2025-03-08 15:43:17 +00:00
llm fix AttributeError: 'NoneType' object has no attribute 'dim' 2025-02-24 10:28:15 +01:00
tools Revert "Cleanup of code" 2025-02-20 15:09:43 +01:00
__init__.py Update __init__.py 2025-03-04 16:19:23 +08:00
base.py Refactor vector query methods to support optional ID filtering 2025-03-08 15:43:17 +00:00
exceptions.py improved typing 2025-02-15 22:37:12 +01:00
lightrag.py Refactor vector query methods to support optional ID filtering 2025-03-08 15:43:17 +00: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 Refactor vector query methods to support optional ID filtering 2025-03-08 15:43:17 +00:00
prompt.py consistent format 2025-02-26 23:04:21 +08:00
types.py fixed lint 2025-02-16 12:45:27 +01:00
utils.py Refactor logging setup and simplify Gunicorn configuration 2025-03-03 23:18:41 +08:00