-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #626 from hwchase17/nc/cjs-build
Add CJS build, add package testing CJS exports
- Loading branch information
Showing
52 changed files
with
734 additions
and
209 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,6 @@ | ||
node_modules/ | ||
dist/ | ||
dist-cjs/ | ||
lib/ | ||
.turbo | ||
.eslintcache | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
{ | ||
"ignore_dirs": [ | ||
"langchain/dist", | ||
"langchain/dist-cjs", | ||
"docs/build", | ||
"node_modules", | ||
"langchain/.turbo", | ||
"docs/.turbo", | ||
"test-exports/.turbo", | ||
"test-exports-cjs/.turbo" | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -29,4 +29,4 @@ | |
"include": [ | ||
"./src" | ||
] | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,40 +1,60 @@ | ||
agents.cjs | ||
agents.js | ||
agents.d.ts | ||
base_language.cjs | ||
base_language.js | ||
base_language.d.ts | ||
tools.cjs | ||
tools.js | ||
tools.d.ts | ||
chains.cjs | ||
chains.js | ||
chains.d.ts | ||
embeddings.cjs | ||
embeddings.js | ||
embeddings.d.ts | ||
llms.cjs | ||
llms.js | ||
llms.d.ts | ||
prompts.cjs | ||
prompts.js | ||
prompts.d.ts | ||
vectorstores.cjs | ||
vectorstores.js | ||
vectorstores.d.ts | ||
text_splitter.cjs | ||
text_splitter.js | ||
text_splitter.d.ts | ||
memory.cjs | ||
memory.js | ||
memory.d.ts | ||
document.cjs | ||
document.js | ||
document.d.ts | ||
docstore.cjs | ||
docstore.js | ||
docstore.d.ts | ||
document_loaders.cjs | ||
document_loaders.js | ||
document_loaders.d.ts | ||
chat_models.cjs | ||
chat_models.js | ||
chat_models.d.ts | ||
schema.cjs | ||
schema.js | ||
schema.d.ts | ||
sql_db.cjs | ||
sql_db.js | ||
sql_db.d.ts | ||
callbacks.cjs | ||
callbacks.js | ||
callbacks.d.ts | ||
output_parsers.cjs | ||
output_parsers.js | ||
output_parsers.d.ts | ||
retrievers.cjs | ||
retrievers.js | ||
retrievers.d.ts | ||
index.cjs | ||
index.js | ||
index.d.ts | ||
index.d.ts |
Oops, something went wrong.
d221617
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Successfully deployed to the following URLs:
langchainjs-docs – ./
langchainjs-docs-langchain.vercel.app
langchainjs-docs-git-main-langchain.vercel.app
js.langchain.com
langchainjs-docs-ruddy.vercel.app