🔧 chore(vectorstores.py): set persist_directory field value to False
The persist_directory field in the VectorStoreFrontendNode class is now set to False. This change was made to disable the persistence of the directory.
This commit is contained in:
parent
295f08f2b3
commit
1a9f69ef60
1 changed files with 3 additions and 0 deletions
|
|
@ -285,3 +285,6 @@ class VectorStoreFrontendNode(FrontendNode):
|
|||
|
||||
elif field.name == "text_key":
|
||||
field.show = False
|
||||
|
||||
if field.name == "persist_directory":
|
||||
field.value = False
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue