Skip to content
Snippets Groups Projects
Node.ts 233 B
Newer Older
  • Learn to ignore specific revisions
  • console.warn(
      'Package "llamaindex/Node" is deprecated, and will be removed in the next major release.',
    );
    console.warn("Please import from the @llamaindex/core/schema package instead.");
    
    Yi Ding's avatar
    Yi Ding committed
    
    
    export * from "@llamaindex/core/schema";