Skip to content

Commit

Permalink
FIX: do not use cached vector store on inserts (#3948)
Browse files Browse the repository at this point in the history
  • Loading branch information
erichare authored Sep 27, 2024
1 parent 706f9a0 commit 077a061
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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():
Expand Down

0 comments on commit 077a061

Please sign in to comment.