LightRAG/lightrag/kg
yangdx 16c9a81f4c feat: support config.ini for PostgreSQL vector index settings
- Add support for reading vector_index_type, hnsw_m, hnsw_ef, and ivfflat_lists from config.ini
- Maintain backward compatibility with environment variables
- Update config.ini.example with new PostgreSQL vector index options
- Follow existing configuration priority: env vars > config.ini > defaults
2025-08-08 02:55:49 +08:00
..
deprecated Remove deprecated storage 2025-08-06 00:02:50 +08:00
__init__.py Remove deprecated storage 2025-08-06 00:02:50 +08:00
faiss_impl.py Reorder query settings in web UI 2025-07-15 18:06:00 +08:00
json_doc_status_impl.py Fix: workspace isolation problem for json KV storage 2025-08-02 11:30:19 +08:00
json_kv_impl.py Remove deprecated cache_by_modes functionality from all storage 2025-08-05 23:20:26 +08:00
memgraph_impl.py feat: implement get_all_nodes and get_all_edges methods for graph storage backends 2025-08-03 11:02:37 +08:00
milvus_impl.py refactor: extract file path length limit to shared constant 2025-07-26 10:45:03 +08:00
mongo_impl.py Remove deprecated cache_by_modes functionality from all storage 2025-08-05 23:20:26 +08:00
nano_vector_db_impl.py feat: add default storage dependencies and optimize imports 2025-07-24 16:14:26 +08:00
neo4j_impl.py fix(neo4j): enhance connection lifecycle management to prevent timeout errors 2025-08-08 01:07:45 +08:00
networkx_impl.py feat(performance): Optimize document deletion with entity/relation index 2025-08-03 09:19:02 +08:00
postgres_impl.py feat: support config.ini for PostgreSQL vector index settings 2025-08-08 02:55:49 +08:00
qdrant_impl.py Feat: Add WORKSPACE support to all storage types 2025-07-07 00:57:21 +08:00
redis_impl.py Remove deprecated cache_by_modes functionality from all storage 2025-08-05 23:20:26 +08:00
shared_storage.py Update QueryParam 2025-07-15 14:21:58 +08:00