-
Notifications
You must be signed in to change notification settings - Fork 693
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Severity
P0 - Critical breaking issue or missing functionality
Current Behavior
When running the Deeplake Vectorstore with a GCS path, any changes and commits made by a separate Deeplake instance on the same GCS path does not get picked up by the already running Deeplake Vectorstore instance.
Steps to Reproduce
- Run a Deeplake Vectorstore with a Google cloud storage path in read-only mode
- Run a separate Deeplake Vectorstore with the same GCS path and push some new data to the Vectorstore
- Perform a search with the first Deeplake Vectorstore instance and see if the new data is reflected. The new data typically does not get reflected.
Expected/Desired Behavior
A Deeplake Vectorstore with cloud persistence should periodically pick up and pull any changes made to the peristed data by another vectorstore instance.
Alternatively, provide a refresh method to trigger any Deeplake Vectorstore to refresh its data from cloud persistence.
Python Version
No response
OS
No response
IDE
No response
Packages
No response
Additional Context
No response
Possible Solution
No response
Are you willing to submit a PR?
- I'm willing to submit a PR (Thank you!)
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working