Skip to content

Commit

Permalink
Merge pull request #1344 from zc277584121/master
Browse files Browse the repository at this point in the history
add advanced rag link
  • Loading branch information
zc277584121 authored May 30, 2024
2 parents 6f66392 + 0b7d0df commit e0c0f42
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions bootcamp/tutorials/integration/rag_with_milvus_and_langchain.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -354,6 +354,18 @@
"res = rag_chain.invoke(query)\n",
"res"
]
},
{
"cell_type": "markdown",
"source": [
"This tutorial build a vanilla RAG chain powered by Milvus. For more advanced RAG techniques, please refer to the [advanced rag bootcamp](https://github.com/milvus-io/bootcamp/tree/master/bootcamp/RAG/advanced_rag)."
],
"metadata": {
"collapsed": false,
"pycharm": {
"name": "#%% md\n"
}
}
}
],
"metadata": {
Expand Down

0 comments on commit e0c0f42

Please sign in to comment.