mirror of
https://github.com/Mintplex-Labs/vector-admin.git
synced 2026-07-15 19:27:30 -04:00
[FEAT]: View Embeddings #228
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @mjtechguy on GitHub (May 2, 2024).
What would you like to see?
Would it be possible to see the embeddings associated with each Vector ID?
Something like shown in this project: https://github.com/flanker/chromadb-admin
Thanks!
@timothycarambat commented on GitHub (May 2, 2024):
As in the vectors, or the metadata?
@mjtechguy commented on GitHub (May 8, 2024):
I meant the vectors, but the metadata would be good as well. I think people people being able to understand how different embedding models create the vectors is important too.
BTW, thanks for building this tool and AnythingLLM is soooo good. Your work is greatly appreciated @timothycarambat
@timothycarambat commented on GitHub (May 8, 2024):
We do show the metadata currently (needs to click on document) and each chunk has metadata you can pop open and edit in a window.
Not sure on the vector though, the reason why it doesn't right now is that when we tried to show 50 items on page with 1024 dimension vectors it got really messy, but i can see the need.