mirror of
https://github.com/HKUDS/LightRAG.git
synced 2025-12-29 15:52:30 +00:00
Add deprecating commend to text_chunks storage
This commit is contained in:
parent
0e3e936e1a
commit
365ef75447
@ -390,6 +390,8 @@ class LightRAG:
|
||||
),
|
||||
embedding_func=self.embedding_func,
|
||||
)
|
||||
|
||||
# TODO: deprecating, text_chunks is redundant with chunks_vdb
|
||||
self.text_chunks: BaseKVStorage = self.key_string_value_json_storage_cls( # type: ignore
|
||||
namespace=make_namespace(
|
||||
self.namespace_prefix, NameSpace.KV_STORE_TEXT_CHUNKS
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user