We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c102817 commit 5ecbb5fCopy full SHA for 5ecbb5f
.github/scripts/prep_api_docs_build.py
@@ -73,6 +73,7 @@ def main():
73
for p in package_yaml["packages"]
74
if (p["repo"].startswith("langchain-ai/") or p.get("include_in_api_ref"))
75
and p["repo"] != "langchain-ai/langchain"
76
+ and p["name"] != "langchain-ai21" # Skip AI21 due to dependency conflicts
77
])
78
79
# Move libraries to their new locations
@@ -82,6 +83,7 @@ def main():
82
83
if not p.get("disabled", False)
84
and (p["repo"].startswith("langchain-ai/") or p.get("include_in_api_ref"))
85
86
87
88
89
# Delete ones without a pyproject.toml
0 commit comments