UNPKG

@vectorize-io/vectorize-client

Version:
25 lines (24 loc) 1.06 kB
/** * Vectorize API (Beta) * API for Vectorize services * * The version of the OpenAPI document: 0.0.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * https://openapi-generator.tech * Do not edit the class manually. */ /** * * @export */ export declare const ExtractionChunkingStrategy: { readonly Markdown: "markdown"; }; export type ExtractionChunkingStrategy = typeof ExtractionChunkingStrategy[keyof typeof ExtractionChunkingStrategy]; export declare function instanceOfExtractionChunkingStrategy(value: any): boolean; export declare function ExtractionChunkingStrategyFromJSON(json: any): ExtractionChunkingStrategy; export declare function ExtractionChunkingStrategyFromJSONTyped(json: any, ignoreDiscriminator: boolean): ExtractionChunkingStrategy; export declare function ExtractionChunkingStrategyToJSON(value?: ExtractionChunkingStrategy | null): any; export declare function ExtractionChunkingStrategyToJSONTyped(value: any, ignoreDiscriminator: boolean): ExtractionChunkingStrategy;