Add LCEL to chat model intro (#11834)

This commit is contained in:
Bagatur
2023-10-15 14:59:36 -07:00
committed by GitHub
parent 4321d192ea
commit ffa1b3a758
4 changed files with 763 additions and 138 deletions

View File

@@ -11,6 +11,7 @@ cd "${SCRIPT_DIR}"
mkdir -p ../_dist
cp -r . ../_dist
cd ../_dist
poetry run python scripts/model_feat_table.py
poetry run nbdoc_build --srcdir docs
poetry run python scripts/generate_api_reference_links.py
yarn install