mirror of
https://github.com/hwchase17/langchain.git
synced 2026-04-23 20:23:59 +00:00
fmt
This commit is contained in:
@@ -12,9 +12,9 @@ export PATH=$PATH:$(pwd)/quarto-1.3.450/bin/
|
||||
# setup python env
|
||||
python3 -m pip install --upgrade pip
|
||||
python3 -m pip install --upgrade uv
|
||||
python3 -m uv venv
|
||||
uv venv
|
||||
source .venv/bin/activate
|
||||
python3 -m uv pip install -r vercel_requirements.txt
|
||||
uv pip install -r vercel_requirements.txt
|
||||
|
||||
# autogenerate integrations tables
|
||||
python3 scripts/model_feat_table.py
|
||||
|
||||
Reference in New Issue
Block a user