mirror of
https://github.com/hwchase17/langchain.git
synced 2025-07-16 09:48:04 +00:00
docs: install partner pkgs vercel (#20761)
This commit is contained in:
parent
0ae5027d98
commit
fa4d6f9f8b
@ -13,7 +13,9 @@ export PATH=$PATH:$(pwd)/quarto-1.3.450/bin/
|
||||
python3 -m venv .venv
|
||||
source .venv/bin/activate
|
||||
python3 -m pip install --upgrade pip
|
||||
python3 -m pip install -r vercel_requirements.txt
|
||||
python3 -m pip install --upgrade uv
|
||||
python3 -m uv pip install -r vercel_requirements.txt
|
||||
python3 -m uv pip install -e $(ls ../libs/partners | grep -vE "airbyte|ibm|.md" | xargs -I {} echo "../libs/partners/{}")
|
||||
|
||||
# autogenerate integrations tables
|
||||
python3 scripts/model_feat_table.py
|
||||
|
@ -6,7 +6,6 @@
|
||||
langchain-cohere
|
||||
langchain-astradb
|
||||
langchain-nvidia-ai-endpoints
|
||||
langchain-nvidia-trt
|
||||
langchain-elasticsearch
|
||||
langchain-postgres
|
||||
urllib3==1.26.18
|
||||
|
Loading…
Reference in New Issue
Block a user