How to Filter by Graph Paths and Vector Search Together

Understood. How are the results being used… are they being presented in a UI? If so, can you find a way to further refine the first set so it’s manageable? Maybe you could sort and paginate the nodes and limit vector searches to that set.

If the intended use is for some sort of overall graph analysis, then exporting your data and loading it into a graph analysis library is probably the best route.