cloudflare
Version:
The official TypeScript library for the Cloudflare API
10 lines • 2.08 kB
TypeScript
import { APIResource } from "../../resource.js";
import * as IndexesAPI from "./indexes/indexes.js";
import { CreateIndex, CreateIndicesSinglePage, IndexCreateParams, IndexDeleteByIDsParams, IndexDeleteByIDsResponse, IndexDeleteParams, IndexDeleteResponse, IndexDeleteVectorsByID, IndexDimensionConfiguration, IndexGetByIDsParams, IndexGetByIDsResponse, IndexGetParams, IndexInfoParams, IndexInfoResponse, IndexInsert, IndexInsertParams, IndexInsertResponse, IndexListParams, IndexListVectorsParams, IndexListVectorsResponse, IndexQuery, IndexQueryParams, IndexQueryResponse, IndexUpsert, IndexUpsertParams, IndexUpsertResponse, Indexes } from "./indexes/indexes.js";
export declare class Vectorize extends APIResource {
indexes: IndexesAPI.Indexes;
}
export declare namespace Vectorize {
export { Indexes as Indexes, type CreateIndex as CreateIndex, type IndexDeleteVectorsByID as IndexDeleteVectorsByID, type IndexDimensionConfiguration as IndexDimensionConfiguration, type IndexInsert as IndexInsert, type IndexQuery as IndexQuery, type IndexUpsert as IndexUpsert, type IndexDeleteResponse as IndexDeleteResponse, type IndexDeleteByIDsResponse as IndexDeleteByIDsResponse, type IndexGetByIDsResponse as IndexGetByIDsResponse, type IndexInfoResponse as IndexInfoResponse, type IndexInsertResponse as IndexInsertResponse, type IndexListVectorsResponse as IndexListVectorsResponse, type IndexQueryResponse as IndexQueryResponse, type IndexUpsertResponse as IndexUpsertResponse, CreateIndicesSinglePage as CreateIndicesSinglePage, type IndexCreateParams as IndexCreateParams, type IndexListParams as IndexListParams, type IndexDeleteParams as IndexDeleteParams, type IndexDeleteByIDsParams as IndexDeleteByIDsParams, type IndexGetParams as IndexGetParams, type IndexGetByIDsParams as IndexGetByIDsParams, type IndexInfoParams as IndexInfoParams, type IndexInsertParams as IndexInsertParams, type IndexListVectorsParams as IndexListVectorsParams, type IndexQueryParams as IndexQueryParams, type IndexUpsertParams as IndexUpsertParams, };
}
//# sourceMappingURL=vectorize.d.ts.map