docs: v0.3rc docs (#26277)

wip / don't merge
This commit is contained in:
Erick Friis
2024-09-11 11:12:39 -07:00
committed by GitHub
parent 8b7f5e1ec0
commit 9f0968f9d2
3 changed files with 2 additions and 11 deletions

View File

@@ -33,8 +33,8 @@ install-py-deps:
python3 -m venv .venv
$(PYTHON) -m pip install --upgrade pip
$(PYTHON) -m pip install --upgrade uv
$(PYTHON) -m uv pip install -r vercel_requirements.txt
$(PYTHON) -m uv pip install --editable $(PARTNER_DEPS_LIST)
$(PYTHON) -m uv pip install --pre -r vercel_requirements.txt
$(PYTHON) -m uv pip install --pre --editable $(PARTNER_DEPS_LIST)
generate-files:
mkdir -p $(INTERMEDIATE_DIR)

View File

@@ -9,12 +9,6 @@ if [ "$VERCEL_ENV" == "production" ] || [ "$VERCEL_GIT_COMMIT_REF" == "master" ]
exit 1;
fi
# TODO: remove this for v0.3 launch
# exit 0 if git commit ref is v0.3rc
echo "🛑 v0.3rc build is ignored currently"
exit 0;
# end TODO
echo "Checking for changes in docs/"
echo "---"

View File

@@ -4,9 +4,6 @@
-e ../libs/experimental
-e ../libs/text-splitters
langchain-cohere
langchain-astradb
langchain-nvidia-ai-endpoints
langchain-elasticsearch
urllib3==1.26.19
nbconvert==7.16.4