Open details document make blank page Docker #170

Closed
opened 2026-02-23 17:20:37 -05:00 by yindo · 9 comments
Owner

Originally created by @ilanb on GitHub (Aug 3, 2023).

Hi, tried to open cached documents after sync with Pinecone:
Document
857
Vectors
18.8 MiB
Vector Cache (MB)

When I click to open it, I see some ashes and after that quickly a blanc page (Chrome)
No error appear in logs of Docker and no error in google chrome console

Originally created by @ilanb on GitHub (Aug 3, 2023). Hi, tried to open cached documents after sync with Pinecone: Document 857 Vectors 18.8 MiB Vector Cache (MB) When I click to open it, I see some ashes and after that quickly a blanc page (Chrome) No error appear in logs of Docker and no error in google chrome console
yindo added the bug label 2026-02-23 17:20:37 -05:00
yindo closed this issue 2026-02-23 17:20:37 -05:00
Author
Owner

@timothycarambat commented on GitHub (Aug 3, 2023):

Can you go to http://localhost:3000/system-settings and then using the database debug login to the VDBMS manager page.

After which navigate to the documentvectors table and ensure there are records present in there. No errors in console or otherwise?

@timothycarambat commented on GitHub (Aug 3, 2023): Can you go to `http://localhost:3000/system-settings` and then using the database debug login to the VDBMS manager page. After which navigate to the documentvectors table and ensure there are records present in there. No errors in console or otherwise?
Author
Owner

@ilanb commented on GitHub (Aug 3, 2023):

Documentation appear in the database correctly, just checked, no error in logs, please find log from docker
Log.txt

@ilanb commented on GitHub (Aug 3, 2023): Documentation appear in the database correctly, just checked, no error in logs, please find log from docker [Log.txt](https://github.com/Mintplex-Labs/vector-admin/files/12254347/Log.txt)
Author
Owner

@timothycarambat commented on GitHub (Aug 3, 2023):

How were these documents embedded? It appears that they are coming across with just the name blob which doesnt seem right as it should be a string and be the document's title

@timothycarambat commented on GitHub (Aug 3, 2023): How were these documents embedded? It appears that they are coming across with just the name `blob` which doesnt seem right as it should be a string and be the document's title
Author
Owner

@ilanb commented on GitHub (Aug 4, 2023):

I use OPENAI embeddings with Flowise, all documents are PDF files

@ilanb commented on GitHub (Aug 4, 2023): I use OPENAI embeddings with Flowise, all documents are PDF files
Author
Owner

@iokinpardo commented on GitHub (Aug 4, 2023):

I confirm that using Flowise to upsert into Pinecone if you don't add specific metadata it does with "blob". I hope you find this helpful

@iokinpardo commented on GitHub (Aug 4, 2023): I confirm that using Flowise to upsert into Pinecone if you don't add specific metadata it does with "blob". I hope you find this helpful
Author
Owner

@ilanb commented on GitHub (Aug 4, 2023):

Thank you, If I understand I need to add metadata for each document in parameter ? title of document ?

@ilanb commented on GitHub (Aug 4, 2023): Thank you, If I understand I need to add metadata for each document in parameter ? title of document ?
Author
Owner

@iokinpardo commented on GitHub (Aug 4, 2023):

image
As you can see in the image the vectors created trough Flowise inot Pinecone without setting an specific title as metadata automatically are set with "blob". Just the one I upserted with "Océanos" seems to be showing fine within "Vector Admin".
Try upserting a simple TXT file and set a title and after check with "Vector Admin".

@iokinpardo commented on GitHub (Aug 4, 2023): ![image](https://github.com/Mintplex-Labs/vector-admin/assets/6673107/4cae2841-6b97-4501-b93a-fe92411338d8) As you can see in the image the vectors created trough Flowise inot Pinecone without setting an specific title as metadata automatically are set with "blob". Just the one I upserted with "Océanos" seems to be showing fine within "Vector Admin". Try upserting a simple TXT file and set a title and after check with "Vector Admin".
Author
Owner

@ilanb commented on GitHub (Aug 4, 2023):

Nice working fine !

@ilanb commented on GitHub (Aug 4, 2023): Nice working fine !
Author
Owner

@timothycarambat commented on GitHub (Aug 4, 2023):

Wow @iokinpardo thats a nice detail to know 👀

Closing this as it is exactly the same issue as #24. Missing title metadata. Going to move away from specific metadata field enforcement 👍

@timothycarambat commented on GitHub (Aug 4, 2023): Wow @iokinpardo thats a nice detail to know 👀 Closing this as it is exactly the same issue as #24. Missing `title` metadata. Going to move away from specific metadata field enforcement 👍
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Mintplex-Labs/vector-admin#170