Skip to content

Commit

Permalink
add rag example link for openvino models (#14370)
Browse files Browse the repository at this point in the history
  • Loading branch information
openvino-dev-samples authored Jun 25, 2024
1 parent 2c60950 commit af3e409
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
4 changes: 3 additions & 1 deletion docs/docs/examples/embeddings/openvino.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,9 @@
"\n",
"* [OpenVINO Documentation](https://docs.openvino.ai/2024/home.html).\n",
"\n",
"* [OpenVINO Get Started Guide](https://www.intel.com/content/www/us/en/content-details/819067/openvino-get-started-guide.html)."
"* [OpenVINO Get Started Guide](https://www.intel.com/content/www/us/en/content-details/819067/openvino-get-started-guide.html).\n",
"\n",
"* [RAG example with LlamaIndex](https://github.com/openvinotoolkit/openvino_notebooks/tree/latest/notebooks/llm-rag-llamaindex)."
]
}
],
Expand Down
4 changes: 3 additions & 1 deletion docs/docs/examples/llm/openvino.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -310,7 +310,9 @@
"\n",
"* [OpenVINO Documentation](https://docs.openvino.ai/2024/home.html).\n",
"\n",
"* [OpenVINO Get Started Guide](https://www.intel.com/content/www/us/en/content-details/819067/openvino-get-started-guide.html)."
"* [OpenVINO Get Started Guide](https://www.intel.com/content/www/us/en/content-details/819067/openvino-get-started-guide.html).\n",
"\n",
"* [RAG example with LlamaIndex](https://github.com/openvinotoolkit/openvino_notebooks/tree/latest/notebooks/llm-rag-llamaindex)."
]
}
],
Expand Down
4 changes: 3 additions & 1 deletion docs/docs/examples/node_postprocessor/openvino_rerank.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,9 @@
"\n",
"* [OpenVINO Documentation](https://docs.openvino.ai/2024/home.html).\n",
"\n",
"* [OpenVINO Get Started Guide](https://www.intel.com/content/www/us/en/content-details/819067/openvino-get-started-guide.html)."
"* [OpenVINO Get Started Guide](https://www.intel.com/content/www/us/en/content-details/819067/openvino-get-started-guide.html).\n",
"\n",
"* [RAG example with LlamaIndex](https://github.com/openvinotoolkit/openvino_notebooks/tree/latest/notebooks/llm-rag-llamaindex)."
]
}
],
Expand Down

0 comments on commit af3e409

Please sign in to comment.