Skip to content

Commit

Permalink
Update .changeset/tasty-ravens-tickle.md
Browse files Browse the repository at this point in the history
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
  • Loading branch information
Royal-lobster and coderabbitai[bot] authored Nov 5, 2024
1 parent de5a74c commit 6ec2e69
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .changeset/tasty-ravens-tickle.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,12 @@
"syncia": patch
---

Fix error when storing embeddings in localStorage
Fix storage quota exceeded error for embeddings

Previously, the application would fail when trying to store large embeddings in localStorage due to quota limitations. This patch:

- Transitions from localStorage to IndexedDB for storing embeddings
- Implements new functions `saveToIndexedDB` and `getFromIndexedDB`
- Resolves the "QuotaExceededError" when storing large datasets

This change improves the application's ability to handle larger embeddings without storage constraints.

0 comments on commit 6ec2e69

Please sign in to comment.