Drop source loading on document view #30

Closed
opened 2026-02-15 16:29:28 -05:00 by yindo · 0 comments
Owner

Originally created by @timothycarambat on GitHub (Sep 12, 2023).

Originally assigned to: @timothycarambat on GitHub.

on Document view we do attempt to download the vector-cache file and retain on the client side so can view the text, metadata, and other assets.

However, when the vector-cache is sufficiently large (like 100MB+) the client will fail to parse such a large JSON body, not to mention that it also takes forever to load - if it does.

We can dramatically improve the UX here by dropping the support of trying to read arbitrary-size JSON files since we can just read the metadata exactly from the vector database given that we are using pagination now.

Originally created by @timothycarambat on GitHub (Sep 12, 2023). Originally assigned to: @timothycarambat on GitHub. on Document view we do attempt to download the vector-cache file and retain on the client side so can view the text, metadata, and other assets. However, when the vector-cache is sufficiently large (like 100MB+) the client will fail to parse such a large JSON body, not to mention that it also takes forever to load - if it does. We can dramatically improve the UX here by dropping the support of trying to read arbitrary-size JSON files since we can just read the metadata exactly from the vector database given that we are using pagination now.
yindo added the enhancement label 2026-02-15 16:29:28 -05:00
yindo closed this issue 2026-02-15 16:29:28 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Mintplex-Labs/vector-admin#30