question for this esteemed community: when we split the data from csv into chunks , we embed chunks and do a vector search, but can 't see the full original text prior to splitting (unless you link it to a database that stores the full original texts). what if we embed the metadata too? presumably, the metadata for the chunks coming from the same text that was split should be nearly identical, and the relevance score for those metadata vectors will be almost 1. if you need to find all chunks from the same original text and thus show you the full text, and not the excerpts, you just run another vector search against this one chunk. what do you think?
hmm. my bad then, i did not know. that's not how i upload and use metadata on supabase now. what's your take on how to pull the full text where the top chunk is from? via relational database?