retrieve_vector_store_file_content

Function retrieve_vector_store_file_content 

Source
pub fn retrieve_vector_store_file_content<C, Fut, B, E>(
    client: C,
    params: &Params,
) -> RetrieveVectorStoreFileContent<Fut, B, E> 
where C: FnOnce(Request<String>) -> Fut, Fut: Future<Output = Result<Response<B>, E>>, B: Body,
Expand description

Retrieve vector store file content