activeloopai / activeloopai/deeplake

[BUG] Read-Only Vectorstore with GCS persistence goes stale

オープン
#2,612 コメント 7 件 リアクション 0 件 担当者 1 名 @adolkhan が担当を希望しています GitHub で見る
bug
主要言語
C++
スター
9.2k
フォーク
722
PR マージ指標
30日以内にマージされた PR はありません

説明

### 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

1. Run a Deeplake Vectorstore with a Google cloud storage path in read-only mode
2. Run a separate Deeplake Vectorstore with the same GCS path and push some new data to the Vectorstore
3. 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!)

コントリビューションガイド

コントリビューションガイドを開く

評価

この issue はまだ評価されていません。

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。