mirror of
https://github.com/hwchase17/langchain.git
synced 2025-05-16 12:32:06 +00:00
docs: revamp redirects (#15366)
This commit is contained in:
parent
27dca2d92f
commit
26f84b74d0
262
docs/vercel.json
262
docs/vercel.json
@ -1,5 +1,73 @@
|
||||
{
|
||||
"redirects": [
|
||||
{
|
||||
"source": "/docs/modules/agents/how_to/custom_llm_agent",
|
||||
"destination": "/docs/modules/agents/how_to/custom_agent"
|
||||
},
|
||||
{
|
||||
"source": "/docs/modules/agents/how_to/custom-functions-with-openai-functions-agent",
|
||||
"destination": "/docs/modules/agents/how_to/custom_agent"
|
||||
},
|
||||
{
|
||||
"source": "/docs/modules/agents/how_to/custom_llm_chat_agent",
|
||||
"destination": "/docs/modules/agents/how_to/custom_agent"
|
||||
},
|
||||
{
|
||||
"source": "/docs/modules/agents/how_to/custom_mrkl_agent",
|
||||
"destination": "/docs/modules/agents/how_to/custom_agent"
|
||||
},
|
||||
{
|
||||
"source": "/docs/modules/agents/how_to/streaming_stdout_final_only",
|
||||
"destination": "/docs/modules/agents/how_to/streaming"
|
||||
},
|
||||
{
|
||||
"source": "/docs/modules/data_connection/document_transformers/text_splitters(/?)",
|
||||
"destination": "/docs/modules/data_connection/document_transformers/"
|
||||
},
|
||||
{
|
||||
"source": "/docs/modules/data_connection/document_transformers/text_splitters/:path*",
|
||||
"destination": "/docs/modules/data_connection/document_transformers/:path*"
|
||||
},
|
||||
{
|
||||
"source": "/docs/modules/model_io/prompts/example_selectors/:path*",
|
||||
"destination": "/docs/modules/model_io/prompts/example_selector_types/:path*"
|
||||
},
|
||||
{
|
||||
"source": "/docs/modules/model_io/prompts/prompt_templates(/?)",
|
||||
"destination": "/docs/modules/model_io/prompts/"
|
||||
},
|
||||
{
|
||||
"source": "/docs/modules/model_io/prompts/prompts_pipelining",
|
||||
"destination": "/docs/modules/model_io/prompts/composition"
|
||||
},
|
||||
{
|
||||
"source": "/docs/modules/model_io/prompts/prompt_templates/:path*",
|
||||
"destination": "/docs/modules/model_io/prompts/:path*"
|
||||
},
|
||||
{
|
||||
"source": "/docs/modules/model_io/output_parsers/comma_separated",
|
||||
"destination": "/docs/modules/model_io/output_parsers/types/comma_separated"
|
||||
},
|
||||
{
|
||||
"source": "/docs/modules/model_io/output_parsers/enum",
|
||||
"destination": "/docs/modules/model_io/output_parsers/types/enum"
|
||||
},
|
||||
{
|
||||
"source": "/docs/modules/model_io/output_parsers/output_fixing_parser",
|
||||
"destination": "/docs/modules/model_io/output_parsers/types/output_fixing_parser"
|
||||
},
|
||||
{
|
||||
"source": "/docs/modules/model_io/output_parsers/pandas_dataframe",
|
||||
"destination": "/docs/modules/model_io/output_parsers/types/pandas_dataframe"
|
||||
},
|
||||
{
|
||||
"source": "/docs/modules/model_io/output_parsers/structured",
|
||||
"destination": "/docs/modules/model_io/output_parsers/types/structured"
|
||||
},
|
||||
{
|
||||
"source": "/docs/modules/model_io/output_parsers/xml",
|
||||
"destination": "/docs/modules/model_io/output_parsers/types/xml"
|
||||
},
|
||||
{
|
||||
"source": "/docs/use_cases/question_answering/code_understanding",
|
||||
"destination": "/docs/use_cases/code_understanding"
|
||||
@ -236,18 +304,10 @@
|
||||
"source": "/docs/use_cases/question_answering/how_to/chat_vector_db",
|
||||
"destination": "/docs/use_cases/question_answering/"
|
||||
},
|
||||
{
|
||||
"source": "/docs/use_cases/code_understanding",
|
||||
"destination": "/docs/use_cases/question_answering/code_understanding"
|
||||
},
|
||||
{
|
||||
"source": "/docs/use_cases/question_answering/how_to/conversational_retrieval_agents",
|
||||
"destination": "/docs/use_cases/question_answering/conversational_retrieval_agents"
|
||||
},
|
||||
{
|
||||
"source": "/docs/use_cases/question_answering/how_to/document-context-aware-QA",
|
||||
"destination": "/docs/use_cases/question_answering/document-context-aware-QA"
|
||||
},
|
||||
{
|
||||
"source": "/docs/use_cases/question_answering/question_answering",
|
||||
"destination": "/docs/use_cases/question_answering/"
|
||||
@ -256,29 +316,13 @@
|
||||
"source": "/docs/use_cases/question_answering/how_to/local_retrieval_qa",
|
||||
"destination": "/docs/use_cases/question_answering/local_retrieval_qa"
|
||||
},
|
||||
{
|
||||
"source": "/docs/use_cases/question_answering/how_to/multi_retrieval_qa_router",
|
||||
"destination": "/docs/use_cases/question_answering/multi_retrieval_qa_router"
|
||||
},
|
||||
{
|
||||
"source": "/docs/use_cases/question_answering/how_to/multiple_retrieval",
|
||||
"destination": "/docs/use_cases/question_answering/multiple_retrieval"
|
||||
},
|
||||
{
|
||||
"source": "/docs/use_cases/question_answering/how_to/qa_citations",
|
||||
"destination": "/cookbook"
|
||||
},
|
||||
{
|
||||
"source": "/docs/use_cases/question_answering/how_to/question_answering",
|
||||
"destination": "/docs/use_cases/question_answering/question_answering"
|
||||
},
|
||||
{
|
||||
"source": "/docs/use_cases/question_answering/how_to/vector_db_qa",
|
||||
"destination": "/docs/use_cases/question_answering/vector_db_qa"
|
||||
},
|
||||
{
|
||||
"source": "/docs/use_cases/question_answering/how_to/vector_db_text_generation",
|
||||
"destination": "/docs/use_cases/question_answering/vector_db_text_generation"
|
||||
"destination": "/docs/use_cases/question_answering/"
|
||||
},
|
||||
{
|
||||
"source": "/docs/use_cases/more/agents/agent_simulations(/?)",
|
||||
@ -496,10 +540,6 @@
|
||||
"source": "/docs/integrations/bananadev",
|
||||
"destination": "/docs/integrations/providers/bananadev"
|
||||
},
|
||||
{
|
||||
"source": "/en/latest/ecosystem/baseten.html",
|
||||
"destination": "/docs/integrations/providers/baseten"
|
||||
},
|
||||
{
|
||||
"source": "/docs/integrations/baseten",
|
||||
"destination": "/docs/integrations/providers/baseten"
|
||||
@ -764,10 +804,6 @@
|
||||
"source": "/docs/integrations/modal",
|
||||
"destination": "/docs/integrations/providers/modal"
|
||||
},
|
||||
{
|
||||
"source": "/en/latest/ecosystem/modelscope.html",
|
||||
"destination": "/docs/integrations/providers/modelscope"
|
||||
},
|
||||
{
|
||||
"source": "/docs/integrations/modelscope",
|
||||
"destination": "/docs/integrations/providers/modelscope"
|
||||
@ -1004,178 +1040,26 @@
|
||||
"source": "/docs/ecosystem/integrations/:path*",
|
||||
"destination": "/docs/integrations/providers/:path*"
|
||||
},
|
||||
{
|
||||
"source": "/en/latest/ecosystem/deployments.html",
|
||||
"destination": "/docs/guides/deployments/template_repos"
|
||||
},
|
||||
{
|
||||
"source": "/en/latest/use_cases/evaluation/agent_benchmarking.html",
|
||||
"destination": "/docs/guides/evaluation/agent_benchmarking"
|
||||
},
|
||||
{
|
||||
"source": "/en/latest/use_cases/evaluation/agent_vectordb_sota_pg.html",
|
||||
"destination": "/docs/guides/evaluation/agent_vectordb_sota_pg"
|
||||
},
|
||||
{
|
||||
"source": "/en/latest/use_cases/evaluation/benchmarking_template.html",
|
||||
"destination": "/docs/guides/evaluation/benchmarking_template"
|
||||
},
|
||||
{
|
||||
"source": "/en/latest/use_cases/evaluation/data_augmented_question_answering.html",
|
||||
"destination": "/docs/guides/evaluation/data_augmented_question_answering"
|
||||
},
|
||||
{
|
||||
"source": "/en/latest/use_cases/evaluation/generic_agent_evaluation.html",
|
||||
"destination": "/docs/guides/evaluation/generic_agent_evaluation"
|
||||
},
|
||||
{
|
||||
"source": "/en/latest/use_cases/evaluation/huggingface_datasets.html",
|
||||
"destination": "/docs/guides/evaluation/huggingface_datasets"
|
||||
},
|
||||
{
|
||||
"source": "/en/latest/use_cases/evaluation/llm_math.html",
|
||||
"destination": "/docs/guides/evaluation/llm_math"
|
||||
},
|
||||
{
|
||||
"source": "/en/latest/use_cases/evaluation/openapi_eval.html",
|
||||
"destination": "/docs/guides/evaluation/openapi_eval"
|
||||
},
|
||||
{
|
||||
"source": "/en/latest/use_cases/evaluation/qa_benchmarking_pg.html",
|
||||
"destination": "/docs/guides/evaluation/qa_benchmarking_pg"
|
||||
},
|
||||
{
|
||||
"source": "/en/latest/use_cases/evaluation/qa_benchmarking_sota.html",
|
||||
"destination": "/docs/guides/evaluation/qa_benchmarking_sota"
|
||||
},
|
||||
{
|
||||
"source": "/en/latest/use_cases/evaluation/qa_generation.html",
|
||||
"destination": "/docs/guides/evaluation/qa_generation"
|
||||
},
|
||||
{
|
||||
"source": "/en/latest/use_cases/evaluation/question_answering.html",
|
||||
"destination": "/docs/guides/evaluation/question_answering"
|
||||
},
|
||||
{
|
||||
"source": "/en/latest/use_cases/evaluation/sql_qa_benchmarking_chinook.html",
|
||||
"destination": "/docs/guides/evaluation/sql_qa_benchmarking_chinook"
|
||||
},
|
||||
{
|
||||
"source": "/en/latest/additional_resources/model_laboratory.html",
|
||||
"destination": "/docs/guides/model_laboratory"
|
||||
},
|
||||
{
|
||||
"source": "/en/latest/modules/agents/agents/examples/openai_functions_agent.html",
|
||||
"destination": "/docs/modules/agents/agent_types/openai_functions_agent"
|
||||
},
|
||||
{
|
||||
"source": "/en/latest/modules/agents/agents/examples/react.html",
|
||||
"destination": "/docs/modules/agents/agent_types/react_docstore"
|
||||
},
|
||||
{
|
||||
"source": "/en/latest/modules/agents/agents/examples/self_ask_with_search.html",
|
||||
"destination": "/docs/modules/agents/agent_types/self_ask_with_search"
|
||||
},
|
||||
{
|
||||
"source": "/en/latest/modules/agents/agent_executors/examples/agent_vectorstore.html",
|
||||
"destination": "/docs/modules/agents/how_to/agent_vectorstore"
|
||||
},
|
||||
{
|
||||
"source": "/en/latest/modules/agents/agent_executors/examples/async_agent.html",
|
||||
"destination": "/docs/modules/agents/how_to/async_agent"
|
||||
},
|
||||
{
|
||||
"source": "/en/latest/modules/agents/agent_executors/examples/chatgpt_clone.html",
|
||||
"destination": "/docs/modules/agents/how_to/chatgpt_clone"
|
||||
},
|
||||
{
|
||||
"source": "/en/latest/modules/agents/agents/custom_agent.html",
|
||||
"destination": "/docs/modules/agents/how_to/custom_agent"
|
||||
},
|
||||
{
|
||||
"source": "/docs/integrations/toolkits/vectorstore",
|
||||
"destination": "/docs/modules/agents/how_to/vectorstore"
|
||||
},
|
||||
{
|
||||
"source": "/en/latest/modules/agents/agents/custom_agent_with_tool_retrieval.html",
|
||||
"destination": "/docs/modules/agents/how_to/custom_agent_with_tool_retrieval"
|
||||
},
|
||||
{
|
||||
"source": "/en/latest/modules/agents/agents/custom_mrkl_agent.html",
|
||||
"destination": "/docs/modules/agents/how_to/custom_mrkl_agent"
|
||||
},
|
||||
{
|
||||
"source": "/en/latest/modules/agents/agents/custom_multi_action_agent.html",
|
||||
"destination": "/docs/modules/agents/how_to/custom_multi_action_agent"
|
||||
},
|
||||
{
|
||||
"source": "/en/latest/modules/agents/agent_executors/examples/handle_parsing_errors.html",
|
||||
"destination": "/docs/modules/agents/how_to/handle_parsing_errors"
|
||||
},
|
||||
{
|
||||
"source": "/en/latest/modules/agents/agent_executors/examples/intermediate_steps.html",
|
||||
"destination": "/docs/modules/agents/how_to/intermediate_steps"
|
||||
},
|
||||
{
|
||||
"source": "/en/latest/modules/agents/agent_executors/examples/max_iterations.html",
|
||||
"destination": "/docs/modules/agents/how_to/max_iterations"
|
||||
},
|
||||
{
|
||||
"source": "/en/latest/modules/agents/agent_executors/examples/max_time_limit.html",
|
||||
"destination": "/docs/modules/agents/how_to/max_time_limit"
|
||||
},
|
||||
{
|
||||
"source": "/en/latest/modules/agents/agent_executors/examples/sharedmemory_for_tools.html",
|
||||
"destination": "/docs/modules/agents/how_to/sharedmemory_for_tools"
|
||||
},
|
||||
{
|
||||
"source": "/en/latest/modules/agents/streaming_stdout_final_only.html",
|
||||
"destination": "/docs/modules/agents/how_to/streaming_stdout_final_only"
|
||||
},
|
||||
{
|
||||
"source": "/en/latest/modules/agents/toolkits/examples/azure_cognitive_services.html",
|
||||
"destination": "/docs/integrations/toolkits/azure_cognitive_services"
|
||||
},
|
||||
{
|
||||
"source": "/docs/modules/agents/toolkits/azure_cognitive_services",
|
||||
"destination": "/docs/integrations/toolkits/azure_cognitive_services"
|
||||
},
|
||||
{
|
||||
"source": "/en/latest/modules/agents/toolkits/examples/csv.html",
|
||||
"destination": "/docs/integrations/toolkits/csv"
|
||||
},
|
||||
{
|
||||
"source": "/docs/modules/agents/toolkits/csv",
|
||||
"destination": "/docs/integrations/toolkits/csv"
|
||||
},
|
||||
{
|
||||
"source": "/en/latest/modules/agents/toolkits/examples/gmail.html",
|
||||
"destination": "/docs/integrations/toolkits/gmail"
|
||||
},
|
||||
{
|
||||
"source": "/docs/modules/agents/toolkits/gmail",
|
||||
"destination": "/docs/integrations/toolkits/gmail"
|
||||
},
|
||||
{
|
||||
"source": "/en/latest/modules/agents/toolkits/examples/jira.html",
|
||||
"destination": "/docs/integrations/toolkits/jira"
|
||||
},
|
||||
{
|
||||
"source": "/docs/modules/agents/toolkits/jira",
|
||||
"destination": "/docs/integrations/toolkits/jira"
|
||||
},
|
||||
{
|
||||
"source": "/en/latest/modules/agents/toolkits/examples/json.html",
|
||||
"destination": "/docs/integrations/toolkits/json"
|
||||
},
|
||||
{
|
||||
"source": "/docs/modules/agents/toolkits/json",
|
||||
"destination": "/docs/integrations/toolkits/json"
|
||||
},
|
||||
{
|
||||
"source": "/en/latest/modules/agents/toolkits/examples/openapi.html",
|
||||
"destination": "/docs/integrations/toolkits/openapi"
|
||||
},
|
||||
{
|
||||
"source": "/docs/modules/agents/toolkits/openapi",
|
||||
"destination": "/docs/integrations/toolkits/openapi"
|
||||
@ -3932,14 +3816,6 @@
|
||||
"source": "/docs/modules/chains/additional/vector_db_text_generation",
|
||||
"destination": "/docs/use_cases/question_answering/vector_db_text_generation"
|
||||
},
|
||||
{
|
||||
"source": "/docs/modules/chains/additional/openai_functions_retrieval_qa",
|
||||
"destination": "/docs/use_cases/question_answering/integrations/openai_functions_retrieval_qa"
|
||||
},
|
||||
{
|
||||
"source": "/docs/use_cases/question_answering//semantic-search-over-chat",
|
||||
"destination": "/docs/use_cases/question_answering/integrations/semantic-search-over-chat"
|
||||
},
|
||||
{
|
||||
"source": "/docs/modules/chains/additional/llm_checker",
|
||||
"destination": "/docs/use_cases/more/self_check/llm_checker"
|
||||
|
Loading…
Reference in New Issue
Block a user