vector-admin icon indicating copy to clipboard operation
vector-admin copied to clipboard

[FEAT]: View Embeddings

Open mjtechguy opened this issue 9 months ago • 3 comments

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!

mjtechguy avatar May 02 '24 04:05 mjtechguy

As in the vectors, or the metadata?

timothycarambat avatar May 02 '24 17:05 timothycarambat

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

mjtechguy avatar May 08 '24 17:05 mjtechguy

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.

timothycarambat avatar May 08 '24 18:05 timothycarambat