You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Parallel calls of '/run/{flow_id}' API with different index_name (by tweaks) in OpenSearch: A Test for Index_name Confusion.
when sequencially call API, No prob.
Any one help what the problem?
(I'm in 1.0.16)
Could We Parallel calls a same flow_id '/run/{flow_id}' API with many different tweaks ?
The text was updated successfully, but these errors were encountered:
Hello, I'm a coworker with songjinu.
We have confirmed that this phenomenon only occurs in certain components.
A component that has been inherited.
outputs are defined in the parent component
such as , RecursiveCharacterTextSplitterComponent / LCTextSplitterComponent , OpenSearchComponent / LCVectorStoreComponent
I suspect that the cause is exec_globals used when build_custom_class is called.
I'm testing deepcopy() outputs in a child class, but I'm not sure if this is the right approach, since the code is so complex.
The Parallel calls of '/run/{flow_id}' API with different index_name (by tweaks) in OpenSearch: A Test for Index_name Confusion.
when sequencially call API, No prob.
Any one help what the problem?
(I'm in 1.0.16)
Could We Parallel calls a same flow_id '/run/{flow_id}' API with many different tweaks ?
The text was updated successfully, but these errors were encountered: