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
For most cached objects we actually want to share a more complex object with other nodes. An example would be a Database Connection that stays open. Make sure that these values are correctly wrapped in Arc<Mutex<..>> or Arc<RwLock<..>>.
A positive example are the vector store nodes.
The text was updated successfully, but these errors were encountered:
For most cached objects we actually want to share a more complex object with other nodes. An example would be a Database Connection that stays open. Make sure that these values are correctly wrapped in Arc<Mutex<..>> or Arc<RwLock<..>>.
A positive example are the vector store nodes.
The text was updated successfully, but these errors were encountered: