Class FileSearch.Builder
java.lang.Object
com.google.genai.gaos.models.interactions.FileSearch.Builder
- Enclosing class:
- FileSearch
-
Method Summary
Modifier and TypeMethodDescriptionbuild()fileSearchStoreNames(List<String> fileSearchStoreNames) The file search store names to search.metadataFilter(String metadataFilter) Metadata filter to apply to the semantic retrieval documents and chunks.The number of semantic retrieval chunks to retrieve.
-
Method Details
-
fileSearchStoreNames
The file search store names to search. -
metadataFilter
Metadata filter to apply to the semantic retrieval documents and chunks. -
topK
The number of semantic retrieval chunks to retrieve. -
build
-