LightRAG/lightrag
Roy 8aa9d0e6ca Add optional ids filter to vector database query methods
- Updated query method signatures across multiple vector database implementations
- Added optional `ids` parameter to filter search results
- Consistent implementation across ChromaDB, Faiss, Milvus, MongoDB, NanoVectorDB, Oracle, Qdrant, and TiDB vector storage classes
2025-03-11 15:22:17 +00:00
..
api Updated README with LLM cache configuration details 2025-03-07 15:22:20 +08:00
kg Add optional ids filter to vector database query methods 2025-03-11 15:22: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 requirements and code formatting 2025-03-10 15:39:18 +00:00
exceptions.py improved typing 2025-02-15 22:37:12 +01:00
lightrag.py fix edit_entity 2025-03-10 19:07:19 +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 Refactor requirements and code formatting 2025-03-10 15:39:18 +00:00
prompt.py fix linting 2025-03-09 01:29: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