mirror of
https://github.com/hwchase17/langchain.git
synced 2025-06-27 17:08:47 +00:00
add cookbook table (#12043)
This commit is contained in:
parent
a4c3a44712
commit
8cabb4ee8e
@ -13,6 +13,7 @@ cp -r . ../_dist
|
||||
cd ../_dist
|
||||
poetry run python scripts/model_feat_table.py
|
||||
poetry run nbdoc_build --srcdir docs
|
||||
cp ../cookbook/README.md src/pages/cookbook.mdx
|
||||
poetry run python scripts/generate_api_reference_links.py
|
||||
yarn install
|
||||
yarn start
|
||||
|
@ -1,8 +0,0 @@
|
||||
---
|
||||
title: Cookbook
|
||||
hide_table_of_contents: true
|
||||
---
|
||||
|
||||
# Cookbook
|
||||
|
||||
The page you're looking for has been moved to the [cookbook section of the repo](https://github.com/langchain-ai/langchain/tree/master/cookbook) as a notebook.
|
@ -48,4 +48,5 @@ python3.11 -m pip install --upgrade pip
|
||||
python3.11 -m pip install -r vercel_requirements.txt
|
||||
python3.11 scripts/model_feat_table.py
|
||||
nbdoc_build --srcdir docs
|
||||
cp ../cookbook/README.md src/pages/cookbook.mdx
|
||||
python3.11 scripts/generate_api_reference_links.py
|
||||
|
Loading…
Reference in New Issue
Block a user