2023-06-16 20:39:58 +00:00
|
|
|
{
|
2024-05-08 19:29:59 +00:00
|
|
|
"buildCommand": "yarn build",
|
|
|
|
"outputDirectory": "build",
|
2024-07-10 22:18:00 +00:00
|
|
|
"ignoreCommand": "bash ignore-step.sh",
|
2024-04-04 19:49:15 +00:00
|
|
|
"trailingSlash": true,
|
2024-05-08 19:29:59 +00:00
|
|
|
"rewrites": [
|
2024-09-03 01:05:08 +00:00
|
|
|
{
|
2024-09-13 21:38:45 +00:00
|
|
|
"source": "/docs/integrations(/?)",
|
|
|
|
"destination": "/docs/integrations/platforms/"
|
2024-09-03 01:05:08 +00:00
|
|
|
},
|
2024-05-20 20:44:41 +00:00
|
|
|
{
|
|
|
|
"source": "/v0.1",
|
|
|
|
"destination": "https://langchain-v01.vercel.app/v0.1"
|
|
|
|
},
|
2024-04-05 19:54:00 +00:00
|
|
|
{
|
2024-05-08 19:29:59 +00:00
|
|
|
"source": "/v0.1/:path(.*/?)*",
|
|
|
|
"destination": "https://langchain-v01.vercel.app/v0.1/:path*"
|
2024-06-04 18:26:40 +00:00
|
|
|
},
|
|
|
|
{
|
2024-09-13 21:38:45 +00:00
|
|
|
"source": "/v0.2",
|
|
|
|
"destination": "https://langchain-v02.vercel.app/v0.2"
|
2024-06-04 18:26:40 +00:00
|
|
|
},
|
|
|
|
{
|
2024-09-13 21:38:45 +00:00
|
|
|
"source": "/v0.2/:path(.*/?)*",
|
|
|
|
"destination": "https://langchain-v02.vercel.app/v0.2/:path*"
|
2024-05-08 19:29:59 +00:00
|
|
|
}
|
|
|
|
],
|
|
|
|
"redirects": [
|
2024-09-18 21:28:56 +00:00
|
|
|
{
|
|
|
|
"source": "/v0.3/docs/:path(.*/?)*",
|
|
|
|
"destination": "/docs/:path*"
|
|
|
|
},
|
2024-09-16 18:06:15 +00:00
|
|
|
{
|
|
|
|
"source": "/docs/modules/agents/tools/custom_tools(/?)",
|
|
|
|
"destination": "/docs/how_to/custom_tools/"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"source": "/docs/expression_language(/?)",
|
|
|
|
"destination": "/docs/concepts/#langchain-expression-language-lcel"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"source": "/docs/expression_language/interface(/?)",
|
|
|
|
"destination": "/docs/concepts/#runnable-interface"
|
|
|
|
},
|
2024-09-13 22:20:24 +00:00
|
|
|
{
|
|
|
|
"source": "/docs/versions/overview(/?)",
|
|
|
|
"destination": "/docs/versions/v0_2/overview/"
|
|
|
|
},
|
2024-05-23 18:33:25 +00:00
|
|
|
{
|
|
|
|
"source": "/docs/how_to/tool_calls_multi_modal(/?)",
|
|
|
|
"destination": "/docs/how_to/multimodal_inputs/"
|
|
|
|
},
|
2024-05-20 20:05:22 +00:00
|
|
|
{
|
2024-09-13 21:38:45 +00:00
|
|
|
"source": "/docs/langsmith(/?)",
|
2024-05-20 20:05:22 +00:00
|
|
|
"destination": "https://docs.smith.langchain.com/"
|
|
|
|
},
|
|
|
|
{
|
2024-09-13 21:38:45 +00:00
|
|
|
"source": "/docs/langgraph(/?)",
|
2024-05-20 20:05:22 +00:00
|
|
|
"destination": "https://langchain-ai.github.io/langgraph"
|
|
|
|
},
|
2024-04-05 19:54:00 +00:00
|
|
|
{
|
2024-05-09 19:20:16 +00:00
|
|
|
"source": "/",
|
2024-09-13 21:38:45 +00:00
|
|
|
"destination": "/docs/introduction/"
|
2024-04-17 23:25:36 +00:00
|
|
|
},
|
|
|
|
{
|
2024-05-08 19:29:59 +00:00
|
|
|
"source": "/docs(/?)",
|
2024-09-13 21:38:45 +00:00
|
|
|
"destination": "/docs/introduction/"
|
2024-04-17 23:25:36 +00:00
|
|
|
},
|
2024-05-20 20:44:41 +00:00
|
|
|
{
|
|
|
|
"source": "/docs/get_started/introduction(/?)",
|
2024-09-13 21:38:45 +00:00
|
|
|
"destination": "/docs/introduction/"
|
2024-08-08 21:54:11 +00:00
|
|
|
},
|
2024-08-13 19:19:17 +00:00
|
|
|
{
|
2024-09-13 21:38:45 +00:00
|
|
|
"source": "/docs/how_to/migrate_chains(/?)",
|
|
|
|
"destination": "/docs/versions/migrating_chains"
|
2024-08-23 22:51:12 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"source": "/v0.2/docs/templates/:path(.*/?)*",
|
|
|
|
"destination": "https://github.com/langchain-ai/langchain/tree/master/templates/:path*"
|
community: Rename deployments server to AI gateway (#26368)
We recently renamed `MLflow Deployments Server` to `MLflow AI Gateway`
in mlflow. This PR updates the relevant notebooks to use `MLflow AI
gateway`
---
Thank you for contributing to LangChain!
- [x] **PR title**: "package: description"
- Where "package" is whichever of langchain, community, core,
experimental, etc. is being modified. Use "docs: ..." for purely docs
changes, "templates: ..." for template changes, "infra: ..." for CI
changes.
- Example: "community: add foobar LLM"
- [x] **PR message**: ***Delete this entire checklist*** and replace
with
- **Description:** a description of the change
- **Issue:** the issue # it fixes, if applicable
- **Dependencies:** any dependencies required for this change
- **Twitter handle:** if your PR gets announced, and you'd like a
mention, we'll gladly shout you out!
- [x] **Add tests and docs**: If you're adding a new integration, please
include
1. a test for the integration, preferably unit tests that do not rely on
network access,
2. an example notebook showing its use. It lives in
`docs/docs/integrations` directory.
- [x] **Lint and test**: Run `make format`, `make lint` and `make test`
from the root of the package(s) you've modified. See contribution
guidelines for more: https://python.langchain.com/docs/contributing/
Additional guidelines:
- Make sure optional dependencies are imported within a function.
- Please do not add dependencies to pyproject.toml files (even optional
ones) unless they are required for unit tests.
- Most PRs should not touch more than one package.
- Changes should be backwards compatible.
- If you are adding something to community, do not re-import it in
langchain.
If no one reviews your PR within a few days, please @-mention one of
baskaryan, efriis, eyurtsev, ccurme, vbarda, hwchase17.
---------
Signed-off-by: harupy <17039389+harupy@users.noreply.github.com>
Co-authored-by: Erick Friis <erick@langchain.dev>
2024-09-17 21:36:04 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"source": "/docs/integrations/providers/mlflow_ai_gateway(/?)",
|
|
|
|
"destination": "/docs/integrations/providers/mlflow/"
|
2024-10-16 18:27:07 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"source": "/docs/integrations/platforms/:path((?:anthropic|aws|google|huggingface|microsoft|openai)?/?)*",
|
|
|
|
"destination": "/docs/integrations/providers/:path*"
|
2024-10-18 17:39:32 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"source": "/docs/troubleshooting/errors/:path((?:GRAPH_RECURSION_LIMIT|INVALID_CONCURRENT_GRAPH_UPDATE|INVALID_GRAPH_NODE_RETURN_VALUE|MULTIPLE_SUBGRAPHS)/?)*",
|
|
|
|
"destination": "https://langchain-ai.github.io/langgraph/troubleshooting/errors/:path*"
|
2024-10-25 22:41:54 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"source": "/docs/contributing/:path((?:code|documentation|integrations|testing)(?:/|/.*/?)?)",
|
|
|
|
"destination": "/docs/contributing/how_to/:path"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"source": "/docs/contributing/:path((?:faq|repo_structure|review_process)/?)",
|
|
|
|
"destination": "/docs/contributing/reference/:path"
|
2023-06-29 00:07:53 +00:00
|
|
|
}
|
2023-06-16 20:39:58 +00:00
|
|
|
]
|
2023-10-05 17:47:47 +00:00
|
|
|
}
|