publish llms text (#3313)

just includes llms-full
This commit is contained in:
Eugene Yurtsev
2025-02-04 21:56:33 +00:00
committed by GitHub
parent 0a2e2b4796
commit 3b224df566
3 changed files with 6 additions and 6 deletions
+2 -1
View File
@@ -81,7 +81,8 @@ jobs:
run: make build-docs
env:
MKDOCS_GIT_COMMITTERS_APIKEY: ${{ secrets.MKDOCS_GIT_COMMITTERS_APIKEY }}
- name: Build llms-text
run: make llms-text
- name: Check links in notebooks
env:
LANGCHAIN_API_KEY: test
+4 -1
View File
@@ -1,4 +1,4 @@
.PHONY: lint-docs format-docs build-docs serve-docs serve-clean-docs clean-docs codespell build-typedoc
.PHONY: lint-docs format-docs build-docs serve-docs serve-clean-docs clean-docs codespell build-typedoc llms-text
build-typedoc:
cd ../libs/sdk-js && yarn install --include-dev && yarn typedoc
@@ -9,6 +9,9 @@ build-typedoc:
build-docs: build-typedoc
poetry run python -m mkdocs build --clean -f mkdocs.yml --strict
llms-text:
poetry run python _scripts/generate_llms_text.py docs/llms-full.txt
install-vercel-deps:
curl -sSL https://install.python-poetry.org | python3 -
poetry self update 1.8.5
-4
View File
@@ -41,10 +41,6 @@ def _make_llms_text(output_file: str) -> str:
glob.glob(os.path.join(SOURCE_DIR, "concepts/*.ipynb"), recursive=True)
)
all_files = [
path if isinstance(pathlib.Path) else pathlib.Path(path) for path in all_files
]
all_content = []
# Process each file