Remove namespace_prefix from PostgreSQL, maintain consistency with other storage implementation

This commit is contained in:
yangdx
2025-03-31 02:59:44 +08:00
parent 5b7cd50005
commit 6a51f38cae
4 changed files with 8 additions and 12 deletions

View File

@@ -229,6 +229,7 @@ class LightRAG:
vector_db_storage_cls_kwargs: dict[str, Any] = field(default_factory=dict)
"""Additional parameters for vector database storage."""
# TODOdeprecated, remove in the future, use WORKSPACE instead
namespace_prefix: str = field(default="")
"""Prefix for namespacing stored data across different environments."""