Find answers from the community

Updated 2 months ago

I am using a postgres vector DB to store

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
L
A
5 comments
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
Thanks @Logan M ! Yes I can manually do that but I just wanted to understand if it was feasible to join a simple table with one with embedding
I don't actually know πŸ˜…
No problem @Logan M ! I'll give it a try
Add a reply
Sign up and join the conversation on Discord