mirror of
https://github.com/hwchase17/langchain.git
synced 2025-09-04 04:28:58 +00:00
Move graph use case to "more" section (#8997)
Clean `use_cases` by moving the `GraphDB` to `integrations`. --------- Co-authored-by: Bagatur <baskaryan@gmail.com>
This commit is contained in:
@@ -1620,17 +1620,29 @@
|
||||
"source": "/en/latest/modules/chains/examples/flare.html",
|
||||
"destination": "/docs/use_cases/question_answering/how_to/flare"
|
||||
},
|
||||
{
|
||||
"source": "/docs/use_cases/graph/graph_cypher_qa",
|
||||
"destination": "/docs/use_cases/more/graph/graph_cypher_qa"
|
||||
},
|
||||
{
|
||||
"source": "/en/latest/modules/chains/examples/graph_cypher_qa.html",
|
||||
"destination": "/docs/use_cases/graph/graph_cypher_qa"
|
||||
"destination": "/docs/use_cases/more/graph/graph_cypher_qa"
|
||||
},
|
||||
{
|
||||
"source": "/docs/use_cases/graph/graph_nebula_qa",
|
||||
"destination": "/docs/use_cases/more/graph/graph_nebula_qa"
|
||||
},
|
||||
{
|
||||
"source": "/en/latest/modules/chains/examples/graph_nebula_qa.html",
|
||||
"destination": "/docs/use_cases/graph/graph_nebula_qa"
|
||||
"destination": "/docs/use_cases/more/graph/graph_nebula_qa"
|
||||
},
|
||||
{
|
||||
"source": "/docs/use_cases/graph/graph_qa",
|
||||
"destination": "/docs/use_cases/more/graph/graph_qa"
|
||||
},
|
||||
{
|
||||
"source": "/en/latest/modules/chains/index_examples/graph_qa.html",
|
||||
"destination": "/docs/use_cases/graph/graph_qa"
|
||||
"destination": "/docs/use_cases/more/graph/graph_qa"
|
||||
},
|
||||
{
|
||||
"source": "/en/latest/modules/chains/index_examples/hyde.html",
|
||||
@@ -3876,41 +3888,77 @@
|
||||
"source": "/docs/modules/chains/additional/pal",
|
||||
"destination": "/docs/use_cases/code_writing/pal"
|
||||
},
|
||||
{
|
||||
"source": "/docs/use_cases/graph/graph_arangodb_qa",
|
||||
"destination": "/docs/use_cases/more/graph/graph_arangodb_qa"
|
||||
},
|
||||
{
|
||||
"source": "/docs/modules/chains/additional/graph_arangodb_qa",
|
||||
"destination": "/docs/use_cases/graph/graph_arangodb_qa"
|
||||
"destination": "/docs/use_cases/more/graph/graph_arangodb_qa"
|
||||
},
|
||||
{
|
||||
"source": "/docs/use_cases/graph/graph_cypher_qa",
|
||||
"destination": "/docs/use_cases/more/graph/graph_cypher_qa"
|
||||
},
|
||||
{
|
||||
"source": "/docs/modules/chains/additional/graph_cypher_qa",
|
||||
"destination": "/docs/use_cases/graph/graph_cypher_qa"
|
||||
"destination": "/docs/use_cases/more/graph/graph_cypher_qa"
|
||||
},
|
||||
{
|
||||
"source": "/docs/use_cases/graph/graph_hugegraph_qa",
|
||||
"destination": "/docs/use_cases/more/graph/graph_hugegraph_qa"
|
||||
},
|
||||
{
|
||||
"source": "/docs/modules/chains/additional/graph_hugegraph_qa",
|
||||
"destination": "/docs/use_cases/graph/graph_hugegraph_qa"
|
||||
"destination": "/docs/use_cases/more/graph/graph_hugegraph_qa"
|
||||
},
|
||||
{
|
||||
"source": "/docs/use_cases/graph/graph_kuzu_qa",
|
||||
"destination": "/docs/use_cases/more/graph/graph_kuzu_qa"
|
||||
},
|
||||
{
|
||||
"source": "/docs/modules/chains/additional/graph_kuzu_qa",
|
||||
"destination": "/docs/use_cases/graph/graph_kuzu_qa"
|
||||
"destination": "/docs/use_cases/more/graph/graph_kuzu_qa"
|
||||
},
|
||||
{
|
||||
"source": "/docs/use_cases/graph/graph_nebula_qa",
|
||||
"destination": "/docs/use_cases/more/graph/graph_nebula_qa"
|
||||
},
|
||||
{
|
||||
"source": "/docs/modules/chains/additional/graph_nebula_qa",
|
||||
"destination": "/docs/use_cases/graph/graph_nebula_qa"
|
||||
"destination": "/docs/use_cases/more/graph/graph_nebula_qa"
|
||||
},
|
||||
{
|
||||
"source": "/docs/use_cases/graph/graph_qa",
|
||||
"destination": "/docs/use_cases/more/graph/graph_qa"
|
||||
},
|
||||
{
|
||||
"source": "/docs/modules/chains/additional/graph_qa",
|
||||
"destination": "/docs/use_cases/graph/graph_qa"
|
||||
"destination": "/docs/use_cases/more/graph/graph_qa"
|
||||
},
|
||||
{
|
||||
"source": "/docs/use_cases/graph/graph_sparql_qa",
|
||||
"destination": "/docs/use_cases/more/graph/graph_sparql_qa"
|
||||
},
|
||||
{
|
||||
"source": "/docs/modules/chains/additional/graph_sparql_qa",
|
||||
"destination": "/docs/use_cases/graph/graph_sparql_qa"
|
||||
"destination": "/docs/use_cases/more/graph/graph_sparql_qa"
|
||||
},
|
||||
{
|
||||
"source": "/docs/use_cases/graph/neptune_cypher_qa",
|
||||
"destination": "/docs/use_cases/more/graph/neptune_cypher_qa"
|
||||
},
|
||||
{
|
||||
"source": "/docs/modules/chains/additional/neptune_cypher_qa",
|
||||
"destination": "/docs/use_cases/graph/neptune_cypher_qa"
|
||||
"destination": "/docs/use_cases/more/graph/neptune_cypher_qa"
|
||||
},
|
||||
{
|
||||
"source": "/docs/use_cases/graph/tot",
|
||||
"destination": "/docs/use_cases/more/graph/tot"
|
||||
},
|
||||
{
|
||||
"source": "/docs/modules/chains/additional/tot",
|
||||
"destination": "/docs/use_cases/graph/tot"
|
||||
"destination": "/docs/use_cases/more/graph/tot"
|
||||
},
|
||||
{
|
||||
"source": "/docs/use_cases/question_answering//document-context-aware-QA",
|
||||
|
Reference in New Issue
Block a user