LightRAG/lightrag/kg
yangdx 3296bcb553 Add high-performance label search methods to PostgreSQL graph storage
- Add get_popular_labels() method
- Add search_labels() with fuzzy matching
- Use native SQL for better performance
- Include proper scoring and ranking
2025-09-20 12:39:53 +08:00
..
deprecated style: ruff-format 2025-08-29 21:09:14 -07:00
__init__.py
faiss_impl.py
json_doc_status_impl.py
json_kv_impl.py
memgraph_impl.py Add label search and popularity methods to MemgraphStorage 2025-09-20 12:38:04 +08:00
milvus_impl.py
mongo_impl.py Add workspace-aware MongoDB indexing and Atlas Search support 2025-09-20 12:38:41 +08:00
nano_vector_db_impl.py
neo4j_impl.py Fix Neo4j typo and add fulltext search with performance optimizations 2025-09-20 12:37:13 +08:00
networkx_impl.py feat: Add popular labels and search APIs with history management 2025-09-20 02:03:47 +08:00
postgres_impl.py Add high-performance label search methods to PostgreSQL graph storage 2025-09-20 12:39:53 +08:00
qdrant_impl.py Fix linting 2025-09-12 17:00:53 +08:00
redis_impl.py
shared_storage.py