上流でのリネームの対応
2023/10/18
お、昨日の更新でファイルに章番号がついて順番がわかりやすくなったなnishio.icon
ファイル名が変わった時に、古い名前の翻訳は残ってしまう
ここはまあ稀な出来事だから自動化しなくていいか
手動で消しておいた✅
あ、そうか、キャッシュの更新が必要か?
On 2023-10-17, upstream renamed manuscripts for good sorting.
It is nice but the entries in the cache point to the old file names.
This script updates the cache to point to the new file names.
Local cache (plurality.pickle) does not need special treatment.
VectorStore class already implemented the logic to update the payload imformation (including citation) in cache.
I need to update the record in the Qdrant server.
The data is not so large, so I determined to delete old data.
2023-10-17、アップストリームが原稿のファイル名を変更した。
これは良いことですが、キャッシュのエントリは古いファイル名を指しています。
このスクリプトは、新しいファイル名を指すようにキャッシュを更新します。
ローカルキャッシュ(plurality.pickle)には特別な処理は必要ない。
VectorStoreクラスはすでにキャッシュ内のペイロード情報(引用を含む)を更新するロジックを実装している。
Qdrantサーバーのレコードを更新する必要がある。
データはそれほど大きくないので、古いデータは削除することにした。
code::
uploading plurality.pickle
num_total_keys: 2949
OK, total time: 9 sec
https://scrapbox.io/files/652f737af60e97001d78c375.png
ちゃんと新しいファイルにジャンプするようになった