Class DocumentSearchParams
-
- All Implemented Interfaces:
public abstract class DocumentSearchParams
-
-
Field Summary
Fields Modifier and Type Field Description private final VectorStoreProviderprovider
-
Constructor Summary
Constructors Constructor Description DocumentSearchParams(VectorStoreProvider provider)
-
Method Summary
Modifier and Type Method Description final VectorStoreProvidergetProvider()-
-
Constructor Detail
-
DocumentSearchParams
DocumentSearchParams(VectorStoreProvider provider)
-
-
Method Detail
-
getProvider
final VectorStoreProvider getProvider()
-
-
-
-