Is there a way to use a raptor tree in conjuction with meta data filtering? Given a query, basically I would like to filter relevant nodes that have certain meta data associated (VectorStore3B?), and then use a raptor tree search only on those to get the top_k.
And was wondering if I should only replace the vector_store with a Vector3B or are there other recommended ways to filter based on meta data? Also I would need to decompose the query first to understand what filter should be applied in the meta data. I assume it should be a common case so I was wondering if there are any recommendations or best practices