Package com.openai.services.blocking
        Interface VectorStoreService
- 
                    
                    - All Implemented Interfaces:
 
 public interface VectorStoreService
- 
                
                    
                    - 
                                
                            
                                Nested Class SummaryNested Classes Modifier and Type Class Description public interfaceVectorStoreService.WithRawResponseA view of VectorStoreService that provides access to raw HTTP responses for each method. 
 - 
                                
                            
                                Method Summary- 
                    
                    
                    - 
                                
                            
                                Method Detail- 
                                        withRawResponseabstract VectorStoreService.WithRawResponse withRawResponse() Returns a view of this service that provides access to raw HTTP responses for each method. 
 - 
                                        withOptionsabstract VectorStoreService withOptions(Consumer<ClientOptions.Builder> modifier) Returns a view of this service with the given option modifications applied. The original service is not modified. 
 - 
                                        filesabstract FileService files() 
 - 
                                        fileBatchesabstract FileBatchService fileBatches() 
 - 
                                        createVectorStore create() Create a vector store. 
 - 
                                        createabstract VectorStore create(VectorStoreCreateParams params, RequestOptions requestOptions) 
 - 
                                        createVectorStore create(VectorStoreCreateParams params) 
 - 
                                        createVectorStore create(RequestOptions requestOptions) 
 - 
                                        retrieveVectorStore retrieve(String vectorStoreId) Retrieves a vector store. 
 - 
                                        retrieveVectorStore retrieve(String vectorStoreId, VectorStoreRetrieveParams params, RequestOptions requestOptions) 
 - 
                                        retrieveVectorStore retrieve(String vectorStoreId, VectorStoreRetrieveParams params) 
 - 
                                        retrieveabstract VectorStore retrieve(VectorStoreRetrieveParams params, RequestOptions requestOptions) 
 - 
                                        retrieveVectorStore retrieve(VectorStoreRetrieveParams params) 
 - 
                                        retrieveVectorStore retrieve(String vectorStoreId, RequestOptions requestOptions) 
 - 
                                        updateVectorStore update(String vectorStoreId) Modifies a vector store. 
 - 
                                        updateVectorStore update(String vectorStoreId, VectorStoreUpdateParams params, RequestOptions requestOptions) 
 - 
                                        updateVectorStore update(String vectorStoreId, VectorStoreUpdateParams params) 
 - 
                                        updateabstract VectorStore update(VectorStoreUpdateParams params, RequestOptions requestOptions) 
 - 
                                        updateVectorStore update(VectorStoreUpdateParams params) 
 - 
                                        updateVectorStore update(String vectorStoreId, RequestOptions requestOptions) 
 - 
                                        listVectorStoreListPage list() Returns a list of vector stores. 
 - 
                                        listabstract VectorStoreListPage list(VectorStoreListParams params, RequestOptions requestOptions) 
 - 
                                        listVectorStoreListPage list(VectorStoreListParams params) 
 - 
                                        listVectorStoreListPage list(RequestOptions requestOptions) 
 - 
                                        deleteVectorStoreDeleted delete(String vectorStoreId) Delete a vector store. 
 - 
                                        deleteVectorStoreDeleted delete(String vectorStoreId, VectorStoreDeleteParams params, RequestOptions requestOptions) 
 - 
                                        deleteVectorStoreDeleted delete(String vectorStoreId, VectorStoreDeleteParams params) 
 - 
                                        deleteabstract VectorStoreDeleted delete(VectorStoreDeleteParams params, RequestOptions requestOptions) 
 - 
                                        deleteVectorStoreDeleted delete(VectorStoreDeleteParams params) 
 - 
                                        deleteVectorStoreDeleted delete(String vectorStoreId, RequestOptions requestOptions) 
 - 
                                        searchVectorStoreSearchPage search(String vectorStoreId, VectorStoreSearchParams params) Search a vector store for relevant chunks based on a query and file attributes filter. 
 - 
                                        searchVectorStoreSearchPage search(String vectorStoreId, VectorStoreSearchParams params, RequestOptions requestOptions) 
 - 
                                        searchVectorStoreSearchPage search(VectorStoreSearchParams params) 
 - 
                                        searchabstract VectorStoreSearchPage search(VectorStoreSearchParams params, RequestOptions requestOptions) 
 
- 
                                        
 
- 
                                
                            
                                
 
- 
                    
                    
                    
 
-