FIX: do not use cached vector store on inserts (#3948)

This commit is contained in:
Eric Hare 2024-09-27 09:55:13 -07:00 committed by GitHub
commit 077a061a2a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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():