Revert "feat(cherry-store): add cherry store (#8683)"

This reverts commit 4d79c96a4b.
This commit is contained in:
kangfenmao
2025-08-06 14:29:55 +08:00
parent 4d79c96a4b
commit 4805e07106
74 changed files with 2328 additions and 5188 deletions
@@ -273,7 +273,7 @@ export default class MineruPreprocessProvider extends BasePreprocessProvider {
const response = await fetch(uploadUrl, {
method: 'PUT',
body: new Uint8Array(fileBuffer),
body: fileBuffer,
headers: {
'Content-Type': 'application/pdf'
}