mirror of
https://github.com/hwchase17/langchain.git
synced 2025-07-12 15:59:56 +00:00
docs: fix tools/sqlite
page (#10258)
The `/docs/integrations/tools/sqlite` page is not about the tool integrations. I've moved it into `/docs/use_cases/sql/sqlite`. `vercel.json` modified As a result two pages now under the `/docs/use_cases/sql/` folder. So the `sql` root page moved down together with `sqlite` page.
This commit is contained in:
parent
f5d08be477
commit
0672533b3e
@ -1076,6 +1076,10 @@
|
|||||||
"source": "/docs/modules/agents/tools/integrations/zapier",
|
"source": "/docs/modules/agents/tools/integrations/zapier",
|
||||||
"destination": "/docs/integrations/tools/zapier"
|
"destination": "/docs/integrations/tools/zapier"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"source": "/docs/integrations/tools/sqlite",
|
||||||
|
"destination": "/docs/use_cases/sql/sqlite"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"source": "/en/latest/modules/callbacks/filecallbackhandler.html",
|
"source": "/en/latest/modules/callbacks/filecallbackhandler.html",
|
||||||
"destination": "/docs/modules/callbacks/how_to/filecallbackhandler"
|
"destination": "/docs/modules/callbacks/how_to/filecallbackhandler"
|
||||||
|
1264
docs/extras/use_cases/sql/sql.ipynb
Normal file
1264
docs/extras/use_cases/sql/sql.ipynb
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user