FIX: do not use cached vector store on inserts (#3948)
This commit is contained in:
parent
706f9a0277
commit
077a061a2a
1 changed files with 0 additions and 1 deletions
|
|
@ -204,7 +204,6 @@ class AstraVectorStoreComponent(LCVectorStoreComponent):
|
|||
),
|
||||
]
|
||||
|
||||
@check_cached_vector_store
|
||||
def insert_in_dict(self, build_config, field_name, new_parameters):
|
||||
# Insert the new key-value pair after the found key
|
||||
for new_field_name, new_parameter in new_parameters.items():
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue