Add deprecating commend to text_chunks storage
This commit is contained in:
parent
0e3e936e1a
commit
365ef75447
1 changed files with 2 additions and 0 deletions
|
|
@ -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…
Add table
Reference in a new issue