Gauravmahapatrocdm
Results
1
comments of
Gauravmahapatrocdm
> Just in case someone faces the same problem here is the solution I found: > > Extending the VectorStoreRetriever class like this: > > ```python > class FilteredRetriever(VectorStoreRetriever): >...