Class AlloyDBFilterMapper
java.lang.Object
dev.langchain4j.community.store.embedding.alloydb.filter.AlloyDBFilterMapper
Maps
Filter objects into AlloyDB filter strings.-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
AlloyDBFilterMapper
public AlloyDBFilterMapper()MapsFilterobjects into AlloyDB filter strings.
-
-
Method Details
-
map
MapsFilterinto a string- Parameters:
filter- the filter to be mapped- Returns:
- AlloyDB compatible filter string
-