Class VectorStoreSearchParams.Body
- 
                    
                    - All Implemented Interfaces:
 
 public final class VectorStoreSearchParams.Body
- 
                
                    
                    - 
                                
                            
                                Nested Class SummaryNested Classes Modifier and Type Class Description public final classVectorStoreSearchParams.Body.BuilderA builder for Body. 
 - 
                                
                            
                                Method Summary- 
                    
                    
                    - 
                                
                            
                                Method Detail- 
                                        queryfinal VectorStoreSearchParams.Query query() A query string for a search 
 - 
                                        filtersfinal Optional<VectorStoreSearchParams.Filters> filters() A filter to apply based on file attributes. 
 - 
                                        maxNumResultsfinal Optional<Long> maxNumResults() The maximum number of results to return. This number should be between 1 and 50 inclusive. 
 - 
                                        rankingOptionsfinal Optional<VectorStoreSearchParams.RankingOptions> rankingOptions() Ranking options for search. 
 - 
                                        rewriteQueryfinal Optional<Boolean> rewriteQuery() Whether to rewrite the natural language query for vector search. 
 - 
                                        _queryfinal JsonField<VectorStoreSearchParams.Query> _query() Returns the raw JSON value of query. Unlike query, this method doesn't throw if the JSON field has an unexpected type. 
 - 
                                        _filtersfinal JsonField<VectorStoreSearchParams.Filters> _filters() Returns the raw JSON value of filters. Unlike filters, this method doesn't throw if the JSON field has an unexpected type. 
 - 
                                        _maxNumResultsfinal JsonField<Long> _maxNumResults() Returns the raw JSON value of maxNumResults. Unlike maxNumResults, this method doesn't throw if the JSON field has an unexpected type. 
 - 
                                        _rankingOptionsfinal JsonField<VectorStoreSearchParams.RankingOptions> _rankingOptions() Returns the raw JSON value of rankingOptions. Unlike rankingOptions, this method doesn't throw if the JSON field has an unexpected type. 
 - 
                                        _rewriteQueryfinal JsonField<Boolean> _rewriteQuery() Returns the raw JSON value of rewriteQuery. Unlike rewriteQuery, this method doesn't throw if the JSON field has an unexpected type. 
 - 
                                        _additionalPropertiesfinal Map<String, JsonValue> _additionalProperties() 
 - 
                                        toBuilderfinal VectorStoreSearchParams.Body.Builder toBuilder() 
 - 
                                        validatefinal VectorStoreSearchParams.Body validate() 
 - 
                                        builderfinal static VectorStoreSearchParams.Body.Builder builder() Returns a mutable builder for constructing an instance of Body. The following fields are required: .query()
 
- 
                                        
 
- 
                                
                            
                                
 
- 
                    
                    
                    
 
-