I am using a postgres vector DB to store my vector store. Can I interact with my vector_store using another structured table in my postgres DB? This is what I want to do: I want to test if joining my structured table with the vector_store table to filter records works faster than metadata filtering
You would have to manually do this with postgres or update the source code of the postgres vector store -- nothing in llamaindex will run that sort of operation for you