|
|
|
@@ -1610,59 +1610,59 @@
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"source": "/en/latest/modules/chains/examples/flare.html",
|
|
|
|
|
"destination": "/docs/modules/chains/additional/flare"
|
|
|
|
|
"destination": "/docs/use_cases/question_answering/how_to/flare"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"source": "/en/latest/modules/chains/examples/graph_cypher_qa.html",
|
|
|
|
|
"destination": "/docs/modules/chains/additional/graph_cypher_qa"
|
|
|
|
|
"destination": "/docs/use_cases/graph/graph_cypher_qa"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"source": "/en/latest/modules/chains/examples/graph_nebula_qa.html",
|
|
|
|
|
"destination": "/docs/modules/chains/additional/graph_nebula_qa"
|
|
|
|
|
"destination": "/docs/use_cases/graph/graph_nebula_qa"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"source": "/en/latest/modules/chains/index_examples/graph_qa.html",
|
|
|
|
|
"destination": "/docs/modules/chains/additional/graph_qa"
|
|
|
|
|
"destination": "/docs/use_cases/graph/graph_qa"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"source": "/en/latest/modules/chains/index_examples/hyde.html",
|
|
|
|
|
"destination": "/docs/modules/chains/additional/hyde"
|
|
|
|
|
"destination": "/docs/use_cases/question_answering/how_to/hyde"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"source": "/en/latest/modules/chains/examples/llm_bash.html",
|
|
|
|
|
"destination": "/docs/modules/chains/additional/llm_bash"
|
|
|
|
|
"destination": "/docs/use_cases/code_writing/llm_bash"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"source": "/en/latest/modules/chains/examples/llm_checker.html",
|
|
|
|
|
"destination": "/docs/modules/chains/additional/llm_checker"
|
|
|
|
|
"destination": "/docs/use_cases/self_check/llm_checker"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"source": "/en/latest/modules/chains/examples/llm_math.html",
|
|
|
|
|
"destination": "/docs/modules/chains/additional/llm_math"
|
|
|
|
|
"destination": "/docs/use_cases/code_writing/llm_math"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"source": "/en/latest/modules/chains/examples/llm_requests.html",
|
|
|
|
|
"destination": "/docs/modules/chains/additional/llm_requests"
|
|
|
|
|
"destination": "/docs/use_cases/apis/llm_requests"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"source": "/en/latest/modules/chains/examples/llm_summarization_checker.html",
|
|
|
|
|
"destination": "/docs/modules/chains/additional/llm_summarization_checker"
|
|
|
|
|
"destination": "/docs/use_cases/self_check/llm_summarization_checker"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"source": "/en/latest/modules/chains/examples/openapi.html",
|
|
|
|
|
"destination": "/docs/modules/chains/additional/openapi"
|
|
|
|
|
"destination": "/docs/use_cases/apis/openapi"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"source": "/en/latest/modules/chains/examples/pal.html",
|
|
|
|
|
"destination": "/docs/modules/chains/additional/pal"
|
|
|
|
|
"destination": "/docs/use_cases/code_writing/pal"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"source": "/en/latest/modules/chains/examples/tagging.html",
|
|
|
|
|
"destination": "/docs/modules/chains/additional/tagging"
|
|
|
|
|
"destination": "/docs/use_cases/tagging"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"source": "/en/latest/modules/chains/index_examples/vector_db_text_generation.html",
|
|
|
|
|
"destination": "/docs/modules/chains/additional/vector_db_text_generation"
|
|
|
|
|
"destination": "/docs/use_cases/question_answering/how_to/vector_db_text_generation"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"source": "/en/latest/modules/chains/generic/router.html",
|
|
|
|
@@ -3771,6 +3771,170 @@
|
|
|
|
|
{
|
|
|
|
|
"source": "/en/latest/:path*",
|
|
|
|
|
"destination": "/docs/:path*"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"source": "/docs/modules/chains/additional/constitutional_chain",
|
|
|
|
|
"destination": "/docs/guides/safety/constitutional_chain"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"source": "/docs/modules/chains/additional/moderation",
|
|
|
|
|
"destination": "/docs/guides/safety/moderation"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"source": "/docs/modules/chains/popular/api",
|
|
|
|
|
"destination": "/docs/use_cases/apis/api"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"source": "/docs/modules/chains/additional/analyze_document",
|
|
|
|
|
"destination": "/docs/use_cases/question_answering/how_to/analyze_document"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"source": "/docs/modules/chains/popular/chat_vector_db",
|
|
|
|
|
"destination": "/docs/use_cases/question_answering/how_to/chat_vector_db"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"source": "/docs/modules/chains/additional/multi_retrieval_qa_router",
|
|
|
|
|
"destination": "/docs/use_cases/question_answering/how_to/multi_retrieval_qa_router"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"source": "/docs/modules/chains/additional/question_answering",
|
|
|
|
|
"destination": "/docs/use_cases/question_answering/how_to/question_answering"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"source": "/docs/modules/chains/popular/vector_db_qa",
|
|
|
|
|
"destination": "/docs/use_cases/question_answering/how_to/vector_db_qa"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"source": "/docs/modules/chains/popular/summarize",
|
|
|
|
|
"destination": "/docs/use_cases/summarization/summarize"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"source": "/docs/modules/chains/popular/sqlite",
|
|
|
|
|
"destination": "/docs/use_cases/tabular/sqlite"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"source": "/docs/modules/chains/popular/openai_functions",
|
|
|
|
|
"destination": "/docs/modules/chains/how_to/openai_functions"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"source": "/docs/modules/chains/additional/llm_requests",
|
|
|
|
|
"destination": "/docs/use_cases/apis/llm_requests"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"source": "/docs/modules/chains/additional/openai_openapi",
|
|
|
|
|
"destination": "/docs/use_cases/apis/openai_openapi"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"source": "/docs/modules/chains/additional/openapi",
|
|
|
|
|
"destination": "/docs/use_cases/apis/openapi"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"source": "/docs/modules/chains/additional/openapi_openai",
|
|
|
|
|
"destination": "/docs/use_cases/apis/openapi_openai"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"source": "/docs/modules/chains/additional/cpal",
|
|
|
|
|
"destination": "/docs/use_cases/code_writing/cpal"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"source": "/docs/modules/chains/additional/llm_bash",
|
|
|
|
|
"destination": "/docs/use_cases/code_writing/llm_bash"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"source": "/docs/modules/chains/additional/llm_math",
|
|
|
|
|
"destination": "/docs/use_cases/code_writing/llm_math"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"source": "/docs/modules/chains/additional/llm_symbolic_math",
|
|
|
|
|
"destination": "/docs/use_cases/code_writing/llm_symbolic_math"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"source": "/docs/modules/chains/additional/pal",
|
|
|
|
|
"destination": "/docs/use_cases/code_writing/pal"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"source": "/docs/modules/chains/additional/graph_arangodb_qa",
|
|
|
|
|
"destination": "/docs/use_cases/graph/graph_arangodb_qa"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"source": "/docs/modules/chains/additional/graph_cypher_qa",
|
|
|
|
|
"destination": "/docs/use_cases/graph/graph_cypher_qa"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"source": "/docs/modules/chains/additional/graph_hugegraph_qa",
|
|
|
|
|
"destination": "/docs/use_cases/graph/graph_hugegraph_qa"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"source": "/docs/modules/chains/additional/graph_kuzu_qa",
|
|
|
|
|
"destination": "/docs/use_cases/graph/graph_kuzu_qa"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"source": "/docs/modules/chains/additional/graph_nebula_qa",
|
|
|
|
|
"destination": "/docs/use_cases/graph/graph_nebula_qa"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"source": "/docs/modules/chains/additional/graph_qa",
|
|
|
|
|
"destination": "/docs/use_cases/graph/graph_qa"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"source": "/docs/modules/chains/additional/graph_sparql_qa",
|
|
|
|
|
"destination": "/docs/use_cases/graph/graph_sparql_qa"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"source": "/docs/modules/chains/additional/neptune_cypher_qa",
|
|
|
|
|
"destination": "/docs/use_cases/graph/neptune_cypher_qa"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"source": "/docs/modules/chains/additional/tot",
|
|
|
|
|
"destination": "/docs/use_cases/graph/tot"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"source": "/docs/use_cases/question_answering//document-context-aware-QA",
|
|
|
|
|
"destination": "/docs/use_cases/question_answering/how_to/document-context-aware-QA"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"source": "/docs/modules/chains/additional/flare",
|
|
|
|
|
"destination": "/docs/use_cases/question_answering/how_to/flare"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"source": "/docs/modules/chains/additional/hyde",
|
|
|
|
|
"destination": "/docs/use_cases/question_answering/how_to/hyde"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"source": "/docs/use_cases/question_answering//local_retrieval_qa",
|
|
|
|
|
"destination": "/docs/use_cases/question_answering/how_to/local_retrieval_qa"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"source": "/docs/modules/chains/additional/qa_citations",
|
|
|
|
|
"destination": "/docs/use_cases/question_answering/how_to/qa_citations"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"source": "/docs/modules/chains/additional/vector_db_text_generation",
|
|
|
|
|
"destination": "/docs/use_cases/question_answering/how_to/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/self_check/llm_checker"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"source": "/docs/modules/chains/additional/llm_summarization_checker",
|
|
|
|
|
"destination": "/docs/use_cases/self_check/llm_summarization_checker"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"source": "/docs/modules/chains/additional/elasticsearch_database",
|
|
|
|
|
"destination": "/docs/use_cases/tabular/elasticsearch_database"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"source": "/docs/modules/chains/additional/tagging",
|
|
|
|
|
"destination": "/docs/use_cases/tagging"
|
|
|
|
|
}
|
|
|
|
|
]
|
|
|
|
|
}
|