fix: add full_entities and full_relations to clear_documents storage list
This commit is contained in:
parent
952d1feb07
commit
7505195303
1 changed files with 2 additions and 0 deletions
|
|
@ -1473,6 +1473,8 @@ def create_document_routes(
|
||||||
storages = [
|
storages = [
|
||||||
rag.text_chunks,
|
rag.text_chunks,
|
||||||
rag.full_docs,
|
rag.full_docs,
|
||||||
|
rag.full_entities,
|
||||||
|
rag.full_relations,
|
||||||
rag.entities_vdb,
|
rag.entities_vdb,
|
||||||
rag.relationships_vdb,
|
rag.relationships_vdb,
|
||||||
rag.chunks_vdb,
|
rag.chunks_vdb,
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue