UNPKG

@7-docs/cli

Version:

Command-line tool for 7-docs to ingest content

13 lines (12 loc) 285 B
type Options = { source?: string; sourceIdentifiers: string[]; ignore: string[]; repo: string; db?: string; namespace: string; isDryRun: boolean; isSkipEmbeddings: boolean; }; export declare const ingest: (options: Options) => Promise<void>; export {};