Skip to content

Commit

Permalink
Remove export in deprecated index file
Browse files Browse the repository at this point in the history
  • Loading branch information
nfcampos committed May 4, 2023
1 parent 66a9bb7 commit c68c3ac
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions langchain/src/document_loaders/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,3 @@ export { CSVLoader } from "./fs/csv.js";
export { NotionLoader } from "./fs/notion.js";
export { GithubRepoLoader, GithubRepoLoaderParams } from "./web/github.js";
export { UnstructuredLoader } from "./fs/unstructured.js";
export {
ConfluencePagesLoader,
ConfluencePagesLoaderParams,
} from "./web/confluence.js";

0 comments on commit c68c3ac

Please sign in to comment.